/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;
	padding:0 0 0 0;
	background: url(img/fond.jpg) repeat-x 50% 0 #fff;
	color:#000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr { clear:both;visibility:hidden;margin:0;padding:0;height:0; }
/************************************************
				MISE EN FORME TEXTE
************************************************/
.petit { font-size:10px; }
.grand { font-weight:bold;font-size:130%; }
.big {
	margin-left:-5px;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	color:black;
}
h1, h3, a, .texte_mis_en_evidence {color:#075cb8;}
h2, a:hover {color:#01a4fe;}

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0 10px 0 45px;
	padding:20px 0 5px 0;
	text-transform:uppercase;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:5px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px;
}

a {	font-weight:bold;}
a:hover { text-decoration:none; }
/************************************************
				IMAGES
************************************************/
.border {
	margin:2px;
	border:1px solid #5a7bbf;
}
/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	position:relative;
	margin:auto;
	width:800px;
	background: url('img/repetition.jpg') repeat-y ;
}

/***********************************************
				CHEMINS
***********************************************/

#chemin{
	clear:both;
	font-size:10px;
	height:20px;
	margin:0 0 20px 45px
	}
#chemin *{font-size:10px}

#chemin a {color:#000;}
#chemin a:hover,#chemin a.active  {color:#075cb8;}


/************************************************
				ENTETE
************************************************/

h1#entete {
	background: url('img/entete.jpg') no-repeat;
	height:215px;
	margin:0;padding:0;	
}

h1#entete a span{
	display:block;
	height:215px;
	visibility:hidden;
}


/*****************************************************
				MENU horizontal
*****************************************************/

ul#menu {
	background:url(img/menu.jpg) no-repeat;
	height:29px;
	margin:0 0 0 0;
	padding:0 0 0 25px;
	list-style-type:none;
}
ul#menu li {
	display:inline;
	margin:0;padding:0;
}
ul#menu li a {
	display:block;
	height:29px;
	float:left;
	margin:0;
	padding:0 4px 0 5px;
	color:#5e79bc;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:29px;
	text-decoration:none;
	background:url(img/separation.jpg) no-repeat left;
}

ul#menu li a:hover, ul#menu li a.active {
	background: #5a7bbf ;
	color:#fff;
}

ul#menu li#premier_lien a { background:none;}

ul#menu li#premier_lien a:hover, ul#menu li#premier_lien a.active {
	background:#5a7bbf ;
	color:#fff;
}
/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/bas.jpg') no-repeat 0 bottom;
}

div#contenu {
	background:url('img/haut.jpg') no-repeat;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-height:353px;
}
div#contenu_modifiable {
	border:none;
	margin:0 0 0 0;
	padding:10px 0 20px 40px ;
	color:#6d6c6b;
	width:730px;
}

div#contenu p {
	text-align:justify;
	margin:0;
	padding:5px;
}

div#contenu_modifiable ul {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
div#contenu_modifiable ul li {
	background:url(img/puce.jpg) no-repeat left 5px;
	margin-left:10px;
	padding:2px 0 2px 15px;
}

/****************************************************
		FORMULAIRES
****************************************************/
form#form1 {
	margin:auto;
	text-align:left;
	width:60%;
	padding:4px;
}
form#form1 fieldset {
	border:1px solid #;
	margin-bottom:5px;
}

form#form1 legend {
	font-weight:bold;
	color:#666;
}
form#form1 label {
	text-align:left;
	float:left;
	width:33%;
	padding-top:3px;
}
form#form1 ul {
	margin:0;padding:0;
	list-style-type:none;
}
form#form1 ul li { background-image:none; }
form#form1 li#bouton { float:left; }

input, textarea {
	color:#666;
	font-weight:bold;
	background:#fff;
	border:1px solid #666;
}

#cryptogram {
	border: 1px solid #666;
	margin:0 0 0 0;
	padding:0;
	background:#fff;

}

/****************************************************
				SIGNATURE
****************************************************/
div#pied {
	clear:both;
	background: url('img/pied.jpg') no-repeat;
	height:40px;
	color:#075cb8;
	font-weight:bold;
	line-height:30px;
}

/****************************************************
				MENTION LEGALE
****************************************************/

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#075cb8;
	font-size:10px;
}
/****************************************************
				MODULES
****************************************************/
.cadre3{ border:1px dashed #5a7bbf;}
.cadre4{ border:1px solid #5a7bbf;}

