* {
	margin: 0;
	padding: 0;
}

/* information général : ------------------------------------------------------------ */

body {
	background: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D9D3B9;
}

.pere{
	margin:auto;
	width:1000px;
}

.p_header{
	width:1000px;
	height:271px;
	background:url(images/header.jpg) no-repeat center;
}

.p_body{
	margin:auto;
	width:1000px;
	background:url(images/centre.jpg) repeat-y center left;
}

.p_footer{
	width:1000px;
	height:231px;
	background:url(images/footer.jpg) no-repeat top;
	padding-top:42px;
}

a {
	color: #FCA504;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	border-bottom:1px #FCA504 dashed;
}



.pied{
	clear:both;
}

.pied_article{
	display:block;
	width:626px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:2px;
	height:32px;
	background-color:#912101;
}

.pied_article_span{
	float:right;
	color: #D3C6AD;
	font-weight:bold;
	margin-right:5px;
	text-decoration: none;
	font-size:10px;
}

.pied_article_a {
	float:right;
	color: #FCA504;
	font-weight:bold;
	margin-right:5px;
	text-decoration: none;
	font-size:10px;
}

.pied_article_a:hover {
	border-bottom:1px #FCA504 dashed;
}


/* information header : ------------------------------------------------------------ */

.p_header_titre{
	color:#FCA504;
	font-size:29px;
	font-weight:bold;
	margin-left:126px;
	padding-top:86px;
	letter-spacing:-1.2px;
}

.p_header_sous_titre{
	color:#D9D3B9;
	font-size:20px;
	font-weight:bold;
	margin-left:170px;
	font-style:italic;
}

/* information gauche : ------------------------------------------------------------ */

.p_body_gauche{
	float:left;
	margin:auto;
	width:626px;
	padding-left:40px;
}

p_body_gauche_txt_all{
	float:left;
	width:626px;
	margin:auto;
	
}

.p_body_gauche_txt{
	float:left;
	width:421px;
	margin:auto;
}

.p_body_gauche_img{
	float:left;
	width:205px;
	margin:auto;
}


/* information text du corps : ---- */

.p_body_gauche_h2_center{
	color:#FCA504;
	text-align:center;
	padding-bottom:8px;
	margin-bottom:5px;
	font-size:24px;
	font-weight:bold;
	
}

.p_body_gauche_h2{
	display:block;
	width:626px;
	color:#D9D3B9;
	padding-bottom:8px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
	border-bottom:#FCA504 dashed 1px;
}

.p_body_gauche_p{
	color:#D9D3B9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 180%;
	text-align:justify;
	
	margin-bottom:10px;
}

.p_body_gauche_list{
	padding-left:40px;
	margin-bottom: 2em;
	line-height: 180%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}




/* information droite : ------------------------------------------------------------ */

.p_body_droite{
	float:left;
	margin:auto;
	width:314px;
	
}

.p_body_droit_h2{
	font-size:20px;
	padding-left:20px;
}

.p_body_droite_ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.p_body_droite_li {
	padding-left:20px;
}

.p_body_droite_li_ul {
	padding-bottom:40px;

}

.p_body_droite_li_li {
	margin: 0;
	list-style: none;
}

.p_body_droit_li_li_a{
	display:block;
	margin:auto;
	width:253px;
	height:38px;
	background:url(images/menu.jpg) no-repeat center;
}

.p_body_droit_li_li_a:hover{
	background:url(images/menu_select.jpg) no-repeat center;
	border:none;
}

.p_body_droit_li_li_txt{
	float:right;
	margin-top:8px;
	color:#D9D3B9;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	cursor:pointer;
}


.p_body_droit_li_li_vide{
	float:right;
	width:40px;
	margin-top:8px;
	color:#FCA504;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}


.ligne_contact{
	margin:auto;
}

.ligne_contact_champ{
	float:left;
	display:block;
	width:110px;
	
	color:#D9D3B9;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

.ligne_contact_info{
	float:left;
	color:#FCA504;
	font-size:12px;
	padding-top:1px;
	text-align:left;
}

.photo_droite{
	width:314px;
	height:291px;
	background:url(images/femme.jpg) no-repeat right top;
	
}



/* information menu : ------------------------------------------------------------ */

#menu {
	float: left;
	padding-top:50px;
	padding-left:20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 32px;
}

#menu a {
	display: block;
	padding: 15px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	color:#D9D3B9;
	font-size:16px;
	font-weight:bold;
	
}

#menu a:hover {
	border:none;
	color:#FCA504;
}

#menu .last {
	margin-right: 0;
	padding-right: 0;
}



#menu .current_page_item {

}

#menu .current_page_item a {
	background: #1B2025;
	color: #FFFFFF;
}





/* information footer : ------------------------------------------------------------ */

.p_footer_pied{
	color:#D9D3B9;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

/* information tableau : ------------------------------------------------------------ */

#rounded-corner{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:10px;
	width: 626px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company{

	background: #A65638 url('images/left.jpg') left -1px no-repeat;
	color:#D9D3B9;
	font-weight:bold;
	height:34px;
}
#rounded-corner thead th.rounded-q4{
	background: #A65638 url('images/right.jpg') right -1px no-repeat;
	color:#D9D3B9;
	font-weight:bold;
	height:34px;
}
#rounded-corner th{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td{
	padding: 8px;
	background: #DFBFA0;
	border-top: 1px solid #fff;
	color: #760000;
}
#rounded-corner tfoot td.rounded-foot-left{
	height:20px;
	background: #DFBFA0 url('images/botleft.jpg') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right{
	background: #DFBFA0 url('images/botright.jpg') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td{
	background: #E7E3D4;
}


/* information formulaire : ------------------------------------------------------------ */

fieldset {
	font-size: 12px;
	border: 0px solid #CCCCCC;
}

.vide_entre_champ{
	height:5px;
}

.calage { 
	float: left; 
	width:30%;
	height:16px;
	padding-top:3px;
	margin-right: 10px;
	text-align:right;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:19px;
	font-size: 14px;
	background:url(images/fond_text.jpg) repeat-x;
	color: #444444;
	border: 1px solid #DC7E20;
	font-weight:bold;
}

.textarea{
	background-color: #E9D5C8;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #DC7E20;
	font-weight:bold;
}

.text:hover, .textarea:hover{
	border: 1px solid #000000;
}

.bouton {
	cursor:pointer;
	font-size: 16px;
	background-color:#760000;
	color: #D9D3B9;
	font-weight:bold;
	border:none;
}

.bouton:hover {
	color: #FCA504;
}





