/*
* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}
*/

img { behavior: url(/iepngfix.htc) }


body {
	/*background-color:#a2765b;*/
	
    font: normal 91%/1.2 Helvetica,Arial,Verdana,Sans-serif;
	background-color:#a0a8ab;
	color: white;
	text-align: center;
	margin-top:0;
	border:0px solid blue;
	
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	color:#d1d9df;
	text-decoration:none;
}


#divTop {
	height:80px;
	border:0px solid red;
	position:relative;
	/*background-color: #d4bc7e;*/
}

#imgNom {
	position:absolute;
	left:5px;
	top:8px;
}

#imgLogo {
	position:absolute;
	right:5px;
	top:13px;
}


#bandeauTop {
	background-color: #93bdec;
}

#entete {
	border:0px solid blue;
	
}

#containLogo {
	height:80px;
}

#fondMenus {
	position:absolute;
	height:130px;
	width:100%;
	background-color: white;
}
 

#bandeauContact {
	position:relative;
	/*background-color: #333d92;*/
	height:25px;
	text-align:right;
	width:770px;
	font-size:9pt;
	font-weight:bold;

}

#bandeauContact div {
	position: absolute;
	top:15%;
	left:0%;
	width:100%;
	padding:0;
	margin:0;
}




#menus {
	height:130px;
	position:relative;
	text-align:left;
	border:0px solid red;
	overflow:hidden;
	width:770px;
}


#footer_content {
	width:772px;
	height:4px;
	line-height:0;
	margin: auto; /* On centre la page horizontalement */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/accueil/ombre_bas.png', sizingMethod='scale');
}
/* Hack CSS  */
html>body #footer_content {
	filter: none;
	border:0px solid red;
	background: url(/images/accueil/ombre_bas.png) repeat-x;
}

#footer {
	width:770px;
	font-size:8pt;
	color:black;
	margin:0px auto;
}

#footer a{
	color:black;
}

#titre {
	font-size: 20pt;
	/*color:#138847;*/
}

#contenu {
	border:0px solid red;
	padding:5px;
	position:relative;
	overflow:hidden;
	/*height:500;*/
}

#txt_contenu {
	/*border:0px solid #a2765b;*/
	/*border:2px solid blue;*/
	color:black;
	width:600px;
	background-color:#93bdec;
	padding:10px;
	text-align:justify;
	padding-top:20px;
	padding-bottom:20px;
	line-height:20px;
	margin:0 auto;
	/*position:relative;*/
	/*font-size:12pt;*/
}

#txt_contenu p {
	text-indent:30px;
	border:0px solid red;
}


#container {
	/*height:100%;*/
	/*background-color:#a2765b;*/
	/*border:2px solid red;*/
	width:770px;
	text-align: left;
	margin-bottom: 0px;
	padding: 0 4px 0 4px; /* padding à gauche et à droite pour l'ombre */
	padding-top: 0px;
	margin: auto; /* On centre la page horizontalement */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/accueil/ombre.png', sizingMethod='scale');
	/*background:#6787d6;*/
}

/* Hack CSS  */
html>body #container {
	filter: none;
	background: url(/images/accueil/ombre.png) repeat-y;
	/*background:#6787d6;*/
}


.input_text {
	border:1px solid #a2755a;
}


.input_select {
	border:1px solid #a2755a;
}

.input_button {
	border:1px solid #a2755a;
	cursor:pointer;
}



