/*CSS DOCUMENT*/
/*------MISE EN PAGE DU MENU SECONDAIRE------*/

html, body{
	/*
	*/
	height:100%;
	margin: 0;
	padding:0;
}

html{
}

body{
	/*
	*/
	padding-top:10px;
	text-align:center;
	font-family: Verdana, Lucida, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	color: #797979;
	background-color: #fff;
	background-color: #00535f;
	/*
	background-image: url('../images/habillage/body_background.gif');
	background-repeat:repeat-x;
	background-position:left top;
	overflow:auto;
	*/
}

label{
	cursor:pointer;
	color: #797979;
	display:block;
}

input[type="text"], select{
	width:350px;
}

input, select{
	background-color: #efeded;
	color: #5b5b5b;
	border:0.1em solid #fff;
	padding-left:3px;
	margin-right:2px;
}

input[type="radio"], input[type="checkbox"]{
width:20px;
background:none;
border:none;
}

img{
	border:none;
}
div#global{
	/*min-height:100%;*/
	width: 980px;
	padding: 0;
	margin:auto;
	text-align:center;
	border:1px solid #00535e;
	/*
	border-collapse:collapse;
	*/
	position:relative;
	background-color: #fff;
}


div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu :
	padding-bottom: 36px; 
	*/
	/*le padding bottom de 70px est nécessaire pour le GM mais
	est à modifier par 36px lorsque le probleme sera ciblé sur ce produit*/
	padding-bottom: 70px;
	width:980px;
	background-color: #fff;
	overflow:hidden;
}

div#footer{
	width: 100%; /* précision pour Opera */
	height:66px;
	text-align:center;
	margin:0;
	padding: 0;
	background-color: #00535f;
	background-image: url('../images/footer.jpg');
	background-repeat:no-repeat;
	position: absolute;
	bottom: 0;
	left:0;
}

div#entete{
	left:-50px;
  	margin:0px;
	height:123px;
	background-image:url(../images/habillage/bandeau.gif);
	background-repeat:no-repeat;
	background-position: left top;
	position:static;
}

div#bandeau_flash{
	padding:0em;
	width:980px;
}

div#entete a{
	text-decoration:none;
}

div#entete a img{
	border:none;
}

div#entete a#lien_deconnect{
	position:absolute;
	top:110px;
	right:53px;
	font-size:0.8em;
	margin:0;
/*	margin:100px 1em 0 0 ;*/
	color:#007180;
}

hr
{
	clear: left;
	visibility: hidden;
}

a#retour_accueil_vide
{
	display:block;
	width:180px;
	height:60px;
	position:relative;
	top:30px;
	left:52px;
	//float:left;
	
}

form p{
margin-top:10px;
}

p.erreur em{
	font-style:normal;
	color:#007281;
}

span.obligatoire{
	color: #ee7d0c;
	font-size: 1em;
}

span.obligatoire:before{
	color:#797979;
	content:"(";
}

span.obligatoire:after{
	color:#797979;
	content:")";
}

a{
	color:#007381;
	font-size:0.9em;
	text-decoration:none;
}

a:hover{
	color:#ee7d0c;
	font-size:0.9em;
	text-decoration:underline;
}

.clear_both{
	clear:both;
}
