/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;
	padding:0 0 0 0;
	background: url(img/fd.jpg);
	color: #FFF;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, 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%; }
.subheader {
	position:absolute;
	top: 2px;
	left:22px;
	width:400px;
	font-size:14px;
	color: #930;
	text-decoration:none;
	text-align:left;
	line-height:18px;
	visibility:hidden;
}
.subheader:hover { 
text-decoration:none;
}
.big {
	margin-left:-5px;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	color:black;
}
h1, h3, a, .texte_mis_en_evidence {}
h2, a:hover {
	}

h1 {
	font-size:18px;
	font-weight:bold;
	padding:5px 20px;
	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 #900;
}
/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	position:relative;
	margin:auto;
	width:785px;
	background: url(img/repetition.jpg) top left repeat-y;
}

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

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

#chemin a {
	color: #FFF;
}
#chemin a:hover,#chemin a.active  {
	color:#FFF;
}

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

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

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


/*****************************************************
				MENU vertical
*****************************************************/

ul#menu {
	position:absolute;
	top: 24px;
	left:552px;
	width:200px;
	margin:0;
	padding:0px;
	list-style-type:none;
	height:170px;
}

ul#menu li{	

	margin:0 0 0 0;
	padding:0;	
	color: #FFF;
	width:200px;	
}

ul#menu li a {
	display: block ; 
	text-decoration:none;
	color: #FFF;
	font-size:14px;
	font-weight:bold;
	text-align: right;
	padding:2px 5px 1px 0;
	margin:0 0 0 0; 
	width:200px;

}

ul#menu li a:hover, ul#menu li a.active {
	border-right:#930 5px solid;
	color: #930;
	padding:2px 5px 1px 0;
}
ul#menu li#dernier_lien a { border:none; }

img {
	margin:3px;
	border:1px solid #FFF;
	padding:2px;
}

	
/***********************************************************
				CORPS
***********************************************************/
div#corps {
	padding: 10px;
}

div#contenu {
	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:0 20px;
}

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/footer.jpg) top left no-repeat;
	height:32px;
	color: #930;
	padding: 172px 0 0 0;
	font-weight:bold;
}
div#pied a{
	text-decoration:none;
	color: #930;
}

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

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	font-size:10px;
}

/****************************************************
				MODULES ACTUALITES 
****************************************************/
.cadre3{ border:1px dashed #FFFFFF;}
.cadre4{ border:1px solid #FFFFFF;}

/****************************************************
				MODULES catalogue simple
****************************************************/




.lienInfos {
	font-family: arial;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-decoration:underline;
	}
.lienInfos:visited {
	font-family: arial;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}
.lienInfos:hover {
	font-family: arial;
	font-size: 10px;
	color: #526C3A;
	font-weight: bold;
	text-decoration:none;
}
.lienInfos:active {
	font-family: arial;
	font-size: 10px;
	color: #526C3A;
	font-weight: bold;
	text-decoration:underline;
}

.lien3 {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:underline;
	}
.lien3:visited {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:underline;
}
.lien3:hover {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:none;
}
.lien3:active {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:underline;
}


.lien4 {
	font-family: arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration:underline;
	}
.lien4:visited {
	font-family: arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration:underline;
}
.lien4:hover {
	font-family: arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}
.lien4:active {
	font-family: arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration:underline;
}

.bordernone {
	border:none;
	padding:0;
	margin:0;
}
