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



@font-face {
	font-family: maPolice;
	src: url("../fonts/monotype_corsiva.eot")
}
@font-face {
	font-family: maPolice;
	src: url("../fonts/monotype_corsiva.ttf") format('opentype');
}

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

a:hover {
	color:#8fccbe;
	text-decoration:underline;
}

.required {
	border:1px solid red;
}



#entete {
	position:relative;
}


#menus {
	position:relative;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
	width:830px;
	height:190px;
	top:-32px;
}

#menus_background {
	position:absolute;
	width:830px;
	height:190px;
	background: url(/images/fond_menu.png) no-repeat;
	top:0px;
	left:0px;
}




#top_content {
	height:85px;
	position:relative;
	margin:0px;
	background: url(/images/top_content.png) no-repeat;
}


#body_content {
	margin:0px auto;
	padding-left:70px;
	padding-right:70px;
	padding-bottom:20px;
	overflow:visible;
	/*position:relative;*/
	background: url(/images/body_content.png) repeat-y;
}

#footer_content {
	height:85px;
	position:relative;
	margin:0 auto;
	background: url(/images/footer_content.png) no-repeat;
	/*top:-14px;*/
}

#footer {
	text-align:center;
	position:relative;
	top:-50px;
	color:black;
	font-size:13px;
}

#footer a {
	color:black;
}


#container_content {
	position:relative;
	margin:0 auto;
	width:878px;
	top:-50px;
	overflow:hidden;
}

#texte_content {
	margin:0 auto;
}

#titre_content {	
	text-align:center;
	font-family:"Monotype Corsiva",maPolice, verdana;
	font-size:40px;
	height:40px;
	position:relative;
	top:-20px;
	overflow:visible;
}

#titre {
	font-family:"Monotype Corsiva",maPolice, verdana;
	font-size:40px;
	height:40px;
	font-family:"Monotype Corsiva",maPolice, verdana;
}

#menuTop {
	color:black;
	font-size:13px;
	height:42px;
	margin-top:0;
	padding-left:500px;
	position:relative;
	text-align:left;
	top:22px;
}

#header {
	height:182px;
	position:relative;
	text-align:left;
	overflow:hidden;
	margin:0 auto;
	width:852px;
	z-index:0;
}

#header_background {
	background: url(/images/header.png) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:852px;
	height:182px;
}



#lien_logo {
	position:absolute;
	width:120px;
	height:100px;
	top:40px;
	left:40px;
	text-indent:-500px;
	z-index:2;
	overflow:hidden;
}


#menuTop a {
	color:#745745;
	color:black;
}


#menuTop a:hover {
	color:#745745;
}





#container {
	width:900px;
	text-align: left;
	padding-top: 0px;
	margin: auto;
	position:relative;
	
}

#background {
	background:url(/images/fond.jpg) no-repeat 0% 0%;
	text-align: center;
	/*width:900px;*/
	margin: 0 auto;
	height:1034px;
	left:-160px;
	margin:0 auto;
	position:absolute;
	text-align:center;
	width:586px;
}



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


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

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



