body {
font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
font-size: 12px; /* on définit la taille de police de base dans la page */
margin-top: 0px;
background-image: url('images/design/fond.jpg');
}
.global {
	width: 770px;
	color: #000000;
	background-color: #EEEEEE;
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787; 
	border-bottom: 0px;
	text-align: center;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

.banniere {
	background-image: url("images/design/banniere.jpg");
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	width:769px;
	height:225px;
	border: 0px solid;
	}

.texte_img_d {
float: left; 
width: 325px;
margin-left: 3px; 
margin-right: 3px; 
overflow: auto;
margin-bottom: 1px;
}

.coin_gauche {
float: left; 
margin-left: 3px;  
overflow: auto;
margin-bottom: 0px;
}
.coin_droite {
float: right; 
margin-right: 3px;  
width:auto;
margin-bottom: 1px;
}


img {
border: 0px;
}
.contenu {
	overflow:auto;
	width:510px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 0px solid;
}

.access {
	width: 770px;
	height: 15px;
	color: #FFFFFF;
	border: 0px; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.footer {
	width: 772px;
	height: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url("images/design/footer.jpg");
	border-top: 0px solid;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787; 
	border-bottom: 1px solid #878787;
	padding:0px;
}

.menu_gauche {
	width:240px;
	overflow:auto;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	text-align:left;
	border: 0px solid; 
}

.part {
	background-image: url('images/design/menu.jpg');
	margin-top: 0px;
	width:200px;
	height:16px;
	text-align:left;
	border: 0px solid; 
}

.logo {
float: left; /* alignement du logo à droite */
margin-left: 5px;  /* placement du logo dans son conteneur, head1 */
margin-top: 2px;
border: 0px;
}

/* ------------------------------------------------ style des commentaires -----------------------------------
------------------------------------------------------------------------------------------------------------*/
.comment_header {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	width:475px;
	overflow: auto;
	border-bottom: 1px solid #eab168; 
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
}
.comment_mid {
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	text-align:justify;
	overflow: auto;
	width:475px;
	border-bottom: 0px; 
	BORDER-LEFT: 1px dashed #eab168;
	BORDER-RIGHT: 1px dashed #eab168;
	BORDER-TOP: 0px;
	background-color:#ECEAEA;

}

.comment_footer {
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	width:475px;
	margin-bottom: 10px;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 1px solid #eab168;
	BORDER-TOP: 1px dashed #eab168;
}

/* ------------------------------------------------ alignement ---------------------------------------------
------------------------------------------------------------------------------------------------------------*/
.bgbleuclair { background-color: #d6e6ff; }

/* ------------------------------------------------ alignement ---------------------------------------------
------------------------------------------------------------------------------------------------------------*/
.gauche { text-align: left; }
.centre { text-align: center; }
.droite { text-align: right; }
.decal { margin: 5px; }
.gras { font-weight: bold }
.souligne { text-decoration:underline; }
.justifie { text-align:justify; }
.haut_droit {
	float: right;
	border: 1px;
	width:500px;
	height: 15px;
	margin-right: 5px;
	margin-top: 5px;

}

/* -------------------------------------------------- style du texte, police etc --------------------------------
----------------------------------------------------------------------------------------------------------------*/
.blanc_petit_normal {font-size: 10px; color: #FFFFFF;}
.orange_normal {font-size: 12px; color: #FFBE4B;}
.noir_normal {font-size: 12px; color: #666666;}
.noir_petit {font-size: 10px; color: #666666;}
.petit {font-size: 10px; }
.tout_petit {font-size: 9px; }
.marron {color: #AA4E14; }
.gras { font-weight: bold; }
h1{font-weight: bold; font-size: 14px;}


/* ------------------------------------------------ style des liens-------------------------------------------
------------------------------------------------------------------------------------------------------------*/
a:link {
	color: #da8404;
	text-decoration: none;
}
a:visited {
	color: #da8404;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #da8404;
}
a:active {
	text-decoration: underline;
	color: #da8404;
}
.cadre_photo { 
border-top: 1px solid ButtonHighlight;
border-left: 1px solid ButtonHighlight;
border-bottom: 2px solid ButtonShadow;
border-right: 2px solid ButtonShadow;
margin: 1px;
}
/* ------------------------------------------------ style des formulaires -------------------------------------
------------------------------------------------------------------------------------------------------------*/			   
input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active{
border: 1px solid #FFBE4B; }

.textformulaire {
	color: #eab168;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F7F7F7;
	border: 1px solid; 

}

/* --------------------------------------------style surligné passage de souris --------------------------------
--------------------------------------------------------------------------------------------------------------*/
.tab {
border:1px dashed;
border-collapse:collapse;
border-color:#da8404;
}
.tabnormal{}
.tabover{background-color:#ECD953; }

