body {
	font-family:  serif, "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	letter-spacing: 0.08em;
	/*font-family: Verdana, Arial, sans-serif;*/
	margin: 0em 0em 0em 0em; /* Top, Right, Bottom, Left */
	padding: 0em 0em 0em 0em; /* Top, Right, Bottom, Left */
	background: #111111;
}

a img /* Toutes les images contenues dans un lien */ {
	border: none; /* Pas de bordure */
}

/* ----------------------------------------------CADRE LOGO ------------------------------------------------------------------------------------------*/
#en_tete {
	height: 105px;
	margin: 10px 10px 30px 0px; /* Top, Right, Bottom, Left */
	background: #333333;
	width: 99%;
	min-width: 1000px;	
	
	border-top: 4px solid #222222;
	border-bottom: 4px solid #222222;
	border-right: 4px solid #222222;
	
/*
#     -moz-border-radius-topright: 20px;  
#     -moz-border-radius-bottomright: 20px;  
#     -moz-border-radius-bottomleft: 20px;  
#     -moz-border-radius-topleft: 20px;  
-webkit-border-bottom-right-radius: 0px;
*/
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	
}

#en_tete_IMAGE
{
	float: left;
	margin: 10px 0px 0px 15px;
}

#en_tete_LIENS
{
	float:right;
	color: #FFFFFF;
	margin: 0px 20px 0px 0px;	
}

#en_tete_LIENS ul
	/* Toutes les listes à puces se trouvant dans un menu */ 
{
	list-style-type: none;
	list-style-image: none;
}

#en_tete_LIENS img
{
	position: relative;
	margin: 0px 8px 0px 0px;	
	top:3px;
}

#en_tete_LIENS a
{
	color: #FFFFFF;
	text-decoration: none;	
}

#en_tete_LIENS a:hover /* Quand on pointe sur un lien du menu */ {
	color: #E0761F;
}


/* ----------------------------------------------CADRE WARNING ------------------------------------------------------------------------------------------*/

#warning_note
{
	display: none;
	/*height: 10px;*/
	/*width : 80%;*/
	margin : auto;
	margin-top: 10px; /* Top, Right, Bottom, Left */
	margin-bottom: 10px; /* Top, Right, Bottom, Left */
	/*background: #ffef6a;*/
	background: #FFFFFF;

	/*min-width: 400px;*/

	border-top: 2px solid #de0000;
	border-bottom: 2px solid #de0000;
	border-left: 2px solid #de0000;
	border-right: 2px solid #de0000;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
	
}

#warning_note_contenu
{
	margin-left : 5px;
	margin-right : 5px;
}

#warning_note_btn_info
{

}

#warning_note_texte
{
	position:relative;
	bottom:20px;
}

#warning_note_btn_ok
{
	position:relative;
	bottom:15px;
}

#warning_note_btn_cancel
{
	position:relative;
	bottom:15px;
}




/* ---------------------------------------------- CADRE MENU ------------------------------------------------------------------------------------------*/
	/* Top, Right, Bottom, Left */
#menu {
	position: absolute;
	width: 14em;
	left: 0px;
}

.element_menu_pub {
	width: 11.5em;
}

.element_menu {
	margin: 0em 0em 2em 2em;
	padding: 0em 0em 0.2em 0em;
	background: #42424B;
	color: #FFFFFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	/*border: 2px solid #222222;*/
	border: 2px solid #E0761F;
}

/* Tous les titres de menus */
.element_menu h3 {
	font-size: 0.7em;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.4em;
	/*background : #706C6E;*/
	color: #208BE1;
	padding: 0.2em 0.5em 0.5em 0.5em;
	margin: 0.3em 0em 0.5em 0em;
	/* Top, Right, Bottom, Left */
	text-transform: uppercase;
	border-bottom: 1px solid #222222;
}

/* Pseudo element */
.element_menu h3:first-letter {
font-size: 1.3em;
color: #E0761F;
}


.element_menu ul
	/* Toutes les listes à puces se trouvant dans un menu */ {
	list-style-type: none;
	list-style-image: none;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0.6em;
}

.element_menu a /* Tous les liens se trouvant dans un menu */ {
	font-size: 0.9em;
	text-decoration: none;
	color: #FFFFFF;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */ {
	color: #E0761F;
	text-decoration: underline;	
}

/* ---------------------------------------------- CADRE CORPS ------------------------------------------------------------------------------------------*/
	/* Top, Right, Bottom, Left */
#corps {
	margin: 0em 2em 0em 14em;
	width: 100% - 14em;
	min-width: 750px;
}

.element_corp {
	margin: 0em 0em 2em 2em;
	padding: 0em 0em 0.2em 0em;
	background: #42424B;
	color: #FFFFFF;
	border: 2px solid #E0761F;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;	
}

/* Tous les titres de menus */
.element_corp h3 {
	font-size: 1.0em;
	text-align: left;
	letter-spacing: 0.2em;	
	color: #208BE1;
	padding: 0.2em 0.5em 0.5em 0.5em;
	margin: 0.3em 0em 0em 0em;
	/* Top, Right, Bottom, Left */
	border-bottom: 1px solid #222222;	
	/*font-weight: normal;*/
}

.element_corp h4 {
	display: inline;
	font-size: 0.8em;
}
.element_corp___h4 {
	display: inline;
	font-size: 0.9em;
}

.element_corp h5 {
	font-size: 0.8em;
	margin: 0em 0em 0em 0em;
}

.element_corp ul
	/* Toutes les listes à puces se trouvant dans un corp */ {
	list-style-type: none;
	list-style-image: none;
	padding: 0em 0em 0em 0em;
	margin: 0.5em 0em 0.8em 1.5em;
}

.element_corp li
	/* Toutes les listes à puces se trouvant dans un corp */ {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0.8em 0em;
}

.element_corp_INTRO {
	margin: 0.4em 1.0em 0.6em 1.0em;
	font-Family: Verdana, Arial, sans-serif;
	text-align: justify;
	font-size: 0.8em;
	color: #FFFFFF;
}

.element_corp_DATE {
	float: right;
	font-size: 0.7em;
	color: #CCCCCC;
	margin: 0em 0.8em 0em 0em;
	letter-spacing: 0.08em;
}

.element_corp_byJODA {
	font-size: 0.4em;
	font-style: italic;
	color: #111111;
	position: relative;
	top: -1.2em;
	letter-spacing: 0.5em;
}

.element_corp_MINIATURE {
	float: right;
}

.element_corp_MINIATURE img {
	margin: 0.5em 1.2em 0em 0em;
}

.element_corp_MINIATURE span {
	font-size: 0.6em;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	position: absolute; /* Pour la position à droite */
	right: 6em; /* Pour la position à droite */
}

.element_corp_DETAIL {
	font-size: 0.8em;
	font-style: italic;
}

.element_corp_TEXT {
	font-size: 0.8em;
	text-align: justify;
	margin: 0.3em 0.5em 0.7em 0em;
}

.element_corp a {
	text-decoration: none;
	color: #FFFFFF;
}

.element_corp a:hover {
	color: #E0761F;
	text-decoration: underline;
}

.element_corp h5 a {
	text-decoration: none;
	font-weight: bold;
	color: #706C6E;
}

.element_corp h5 a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.element_corp hr {
	color: #706C6E;
	background-color: #706C6E;
	margin: 0em 0.3em 0em 0em;
	height: 1px;
	border: 0;
}

/* Top, Right, Bottom, Left */
.element_corp table {
	width: 99%;
	/*border-width:1px; 
	border-style:solid; 
	border-color:black;*/
	padding: 0.2em 0.8em 0.2em 0.8em;
	margin: 0.3em 0.8em 0em 0.3em;
}

.element_corp td {
	width: 25%;
	/*
	border-width:1px;
	border-style:solid; 
	border-color:red;*/
	padding: 0.4em 0em 0.8em 0em;
	text-align: center; /* Pour centrer le titre */
}

.element_corp_img_Loupe {
	position : relative;
	right:10px;
}
.element_corp_img_TnCat {
	position : relative;
	left:10px;
}

/* ---------------------------------------------- CADRE PIED DE PAGE ------------------------------------------------------------------------------------------*/
	/* Top, Right, Bottom, Left */
#pied_de_page {
	float: right;
	margin: 0em 2em 0.5em 0em;
}

#pied_de_page p {
	font-size: 0.6em;
	color: #42424B;
}

/* ---------------------------------------------- CADRE AJOUT DE COMMENTAIRE ------------------------------------------------------------------------------------------*/
	/* Top, Right, Bottom, Left */
#form_commentaire {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 30em;
	height: 15em;
	margin-top: -7.5em;
	margin-left: -15em;
	padding: 1em 1em 1em 1em;
	background: #333333;
	border: 5px solid #222222;
	z-index: 100;
}

/* Tous les titres de menus */
#form_commentaire h3 {
	font-size: 1.0em;
	text-align: center;
	/*background: #42424B;*/
	color: #FFFFFF;
	padding: 0.3em 0.0em 0.3em 0.0em;
	margin: 0.0em 0.0em 0em 0.0em;
}

#SaisieCommentaire {
	padding: 0em 0em 0em 0em;
	margin: 1.0em 0em 0.8em 0.5em;
}

#form_commentaire label {
	display: block;
	width: 10em;
	float: left;
	font-size: 0.8em;
	margin: 0em 0em 0em 0em;
}

#form_commentaire input {
	border: 1px solid #DC5C2F;
	margin: 0.0em 0.0em 0.3em 0.5em;
	width: 13em;
}

.form_commentaire_OBLIGATOIRE {
	font-weight: bold;
}

.form_commentaire_FACULTATIF {
	font-style: italic;
	font-weight: normal;
}

.form_commentaire_INPUT_FACULTATIF {
	background: #208BE1;
}

#form_commentaire textarea {
	border: 1px solid #E0761F;
	margin: 0.0em 0.0em 0em 0.5em;
	width: 13.4em;
}

.form_commentaire_BOUTON {
	width: 10em;
}

.form_commentaire_MINIATURE {
	float: right;
	margin: 1.0em 0em 0em 0em;
}

#PiedCommentaire {
	position: absolute;
	bottom: 0px;
}

#PiedCommentaire input {
	width: 11.3em;
}

#PiedCommentaire p {
	font-size: 0.6em;
	font-style: italic;
	/*color: #444444;*/
	color: #DDDDDD;
}

/* ---------------------------------------------- CADRE MODIF CATEGORIE ------------------------------------------------------------------------------------------*/
	/* Top, Right, Bottom, Left */
.form_categorie {
	display: none;
	width: 30em;
	height: 6em;
	padding: 1em 1em 1em 1em;
	background: #208BE1;
	border: 5px solid #DC5C2F;
}

/* Tous les titres de menus */
.form_categorie h3 {
	font-size: 1.0em;
	text-align: center;
	background: #706C6E;
	color: #FFFFFF;
	padding: 0.3em 0.0em 0.3em 0.0em;
	margin: 0.0em 0.0em 0em 0.0em;
}

#Saisie {
	padding: 0em 0em 0em 0em;
	margin: 1.0em 0em 0.8em 0.5em;
}

.form_categorie label {
	display: block;
	float: left;
	font-size: 0.8em;
	margin: 0em 0em 0em 0em;
}

.form_categorie input {
	border: 1px solid #DC5C2F;
	margin: 0.0em 0.0em 0.3em 0.5em;
	width: 13em;
}

.form_commentaire_OBLIGATOIRE {
	color: #DDDDDD;
	font-weight: bold;
}

.form_commentaire_FACULTATIF {
	color: #DDDDDD;
	font-style: italic;
	font-weight: normal;
}

.form_commentaire_INPUT_FACULTATIF {
	background: #DDDDDD;
}

.form_categorie textarea {
	border: 1px solid #DC5C2F;
	margin: 0.0em 0.0em 0em 0.5em;
	width: 13.4em;
}

.form_commentaire_BOUTON {
	width: 10em;
}

.form_commentaire_MINIATURE {
	float: right;
	margin: 1.0em 0em 0em 0em;
}

#Pied {
	text-align: center;
	margin: 0em 0em 0em 2.0em;
	bottom: 0px;
}

#Pied input {
	width: 11.3em;
}

#Pied p {
	font-size: 0.6em;
	font-style: italic;
}

