/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;
	padding:0 0 0 0;
	background: url(img/fond.jpg) repeat-x 50% 0 #2fcdd7;
	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, a, h4 {color:#fff;}
h2, a:hover, h3, .important {color:#074ba4;}

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0 10px 0 180px;
	padding:10px 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;
}
h4 {
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px;
}

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

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

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

h1#entete a span{
	display:block;
	height:266px;
	visibility:hidden;
}
/*****************************************************
				MENU vertical
*****************************************************/

ul#menu {
	background:url(img/menu.jpg) repeat-y;
	position:absolute ;
	top: 411px;
	left:30px;
	width:135px;
	margin:0;
	padding:0px;
	list-style-type:none;
	height:184px;
}

ul#menu li{	
	height:19px;
	margin:0 0 0 0;
	padding:0 0 0 0;	
	color:#FFFFFF;
	width:135px;	
}

ul#menu li a {
	display: block ; 
	text-decoration:none;
	color:#fff;
	font-size:12px;
	line-height:19px;
	text-align:right;
	padding:0 10px 0 0;
	margin:0 0 0 0; 
	width:125px;
	border-bottom:1px solid #fff;
	height:19px;
}

ul#menu li a:hover, ul#menu li a.active {
	background:url(img/rollhover.jpg) no-repeat;
	color:#ffcc00 ;
}
ul#menu li#dernier_lien a { border:none; }

/***********************************************************
				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:431px;
}
div#contenu_modifiable {
	border:none;
	margin:0 0 0 0;
	padding:10px 0 20px 180px ;
	color:#000;
	width:560px;
}

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 50%;
	margin-left:10px;
	padding:2px 0 2px 15px;
}

/****************************************************
		Gerer les colonnes
****************************************************/
div#colonne_gauche {
	width:300px;
	float:left;
	margin:5px;
	text-align:justify;
}

div#colonne_droite {
	width:300px;
	float:right;
	margin:5px;
	text-align:justify;
}

div#colonne_bas {
	width:300px;
	float:bottom;
	margin:5px;
	text-align:justify;
}

div#colonne_haut {
	width:300px;
	float:top;
	margin:5px;
	text-align:justify;
}
/****************************************************
		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:#000;
}
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:#000;
	font-weight:bold;
	background:#fff;
	border:1px solid #000;
}

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

}

/****************************************************
				SIGNATURE
****************************************************/
div#pied {
	clear:both;
	background: url('img/pied.jpg') no-repeat;
	height:53px;
}
div#pied p {
	margin:0;
	padding:0 0 0 150px;
	color:#FFF;
	font-weight:bold;
	line-height:53px;
}
div#pied p span { font-weight:bold; font-size:13px}

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

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#fff;
}
div#signature div#signaturek span {
	position:relative;
	top:-8px;
	font-size:12px;
}
div#signature a { color:#074ba4; }
div#signature p span{ font-size:10px; }


/************************************************
				IMAGES
************************************************/
div.bloc_image { text-align:center; }
div.bloc_image img {	
	margin:4px;
}
div.bloc_image a { text-decoration:none; }
div#contenu_modifiable div.bloc_image p.zoomer { text-align:center;font-size:9px; }
div#contenu_modifiable div.bloc_image p.legende { margin:0 0 5px 0;font-weight:bold; }
