
/* Mise en page générale */

body { 
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #234c78; 
	color: #234c78;
	text-align: justify;
	margin-top: 0;
	margin: 0;
	padding: 0; 
}

a { 
	color: #774d23; 
	/*font-size: 8pt;*/
	text-decoration: none; 
	margin: 0;
}

a:hover {
	text-decoration: underline;
}


#conteneur {
	position: relative;
	background-color: #234C78;
	width: 1194px;
	height: 0 auto; 
	margin: 0 auto; 
	background: transparent url("interface/fond_bdip.jpg") repeat-y left top;
}

#header {
	width: 1194px;
	height: 169px;
	background: transparent url("interface/banniere_bdip.jpg") no-repeat 0 0;
}

#gauche {
	float: left;
	width: 170px;
	height: 0 auto;
}

#gauche #banniere_bas {
	width: 170px;
	height: 40px;
	background: transparent url("interface/banniere_bas_bdip.jpg") no-repeat 0 0;
}

#centre {
	float: left;
	height: 0 auto;
	min-height:600px;
	width: 966px;
	background-color:#FFFFFF;
	padding: 0 15px 30px 15px;
}



.menugauche { 
	font-size: 0.95em; 
	list-style-type: none; 
	margin: 40px 0 0 19px; 
	padding: 0; 
}

.menugauche li {
	margin: 0 0 5px 5px;
}

.menugauche a{ 
	color: #FFFFFF; 
	text-decoration: none; 
}

.menugauche a:hover {
	text-decoration: underline;
}

#logosigal {
	position: absolute; 
	bottom: 8px;
	left: 25px;
	background: transparent url('interface/sigal.jpg') no-repeat bottom left;
	width: 129px;
	height: 65px;
}


#pied {
	position: relative;
	width: 1194px;
	height: 69px;
	background-image: url("interface/pied.jpg");
}

#pied p{
	margin-left: 180px;
}

.texte {
	padding-left: 20px;
}

.texte p, .texte ul, .texte li {
	line-height: 1.8em;
}

.texte h2{
	font-size: 1.2em;
	color: #774d23;
	margin: 30px 0 15px 0;
}

.texte h3{
	font-size: 1em;
	font-weight:bold;
	color: #774d23;
	margin: 10px 0 10px 0;
}

p {
	margin: 0 0 10px 0;
}


h1 {
	font-size: 1.6em; 
	color: #774d23;
	margin: 10px 0 20px 0;
}

h2 {
	font-size: 1.2em;
	color: #774d23;
	margin: 0 0 12px 0;
}

h3 {
	font-size: 1em;
	font-weight:bold;
	color: #774d23;
	margin: 0 0 10px 0;
}

.texte-petit {
	font-size:0.8em;
}

.infobulle{
	border-bottom: 1px dotted #234c78;	
}

#retour-formulaire{
	margin: 10px 0;
	font-size: 1em;
	text-align:right;
}

.nettoyeur {
	border:medium none;
	clear:both;
	font-size:1px;
	height:0;
	line-height:1px;
	margin:0;
	padding:0;
}