body {
background-color:#928977;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#FFF;
}

#page {
width:1000px;
/*background-image:url(images/page.png);*/
margin:auto;
padding:auto;
}

#header {
clear:both;
width:1000px;
height:89px;
/*background-image:url(images/header.png);*/
padding-top:27px;
padding-left:0px;
}

#headerleft {
float:left;
height:80px; width:650px;
margin-bottom:10px;
}

#menulinks {
height:50px;
float:left; width:1000px;
padding-top:0px;
background-color:#e7dfd2;
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:14px;
	height:50px;
   background-image:none;
	display:block;
	color:#333333;
	text-decoration:none;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
  }

#menulinks a span {
	padding-right:14px;
	padding-top:10px;
	height:50px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	background-repeat:repeat;
	text-decoration:none;
	color:#555555;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(images/menuhoverright.png) right top no-repeat;
	background-repeat:no-repeat;
	text-decoration:none;
}

#mainarea {
width:1000px;
clear:both;
padding-left:0px;
}

#contentarea {
width:730px;
padding-right:40px;
float:left;
line-height:14pt;
}

#sidebar {
float:left;
width:230px;
background-image:url(images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#footer {
width:1000px;
clear:both;
height:164px;
padding-top:30px;
text-align:center;
line-height:14pt;
background-image:url(images/bg_footer.png);
/*background-repeat:no-repeat;*/
background-color:#000000;
}

h1 {
font-size:30pt;
color:#FFF;
margin:0;
}

h2 {
font-size:15pt;
color:#F1CA53;
padding-top:6px;
}

h3 {
font-size:13pt;
color:#F1CA53;
}

.description {
font-size:14pt;
color:#F1CA53;
margin-left:30px;
}

a {
color:#FFF;
text-decoration:none;
}

/*a:hover {
text-decoration:underline;
}*/

/*CSS DE LA PAGE CONTACT*/
#contact-left{
	width:295px;
	float:left;
}
#contact-right{
	width:265px;
	float:left;
}
.label-contact{
	width:90px;
	text-align:left;
	margin-right:10px;
	float:left;
}
.label-contact label{
	line-height:22px;
}
.input{
	width:155px;
	text-align:left;
	float:left;
}
.textarea{
	clear:both;
	margin-top:10px;
	position:relative;
}
.textarea label{
	position:absolute;
	top:0px;
	left:1px;
	
}
.textarea textarea{
	width:429px;
	height:122px;
	margin-left:-94px;
}
#submit-contact{
	float:center;
	margin-right:48px;
	margin-top:15px;
}

#encart {
	float:right;
	background-image: url(../images/bg_encart.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 251px;
	display: block;
	padding-top: 13px;
	margin-top:0px;
	cursor: pointer;
	clear:right;
}

#encart_middle {
	float:right;
	background-image: url(../images/bg_encart_middle.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 330px;
	display: block;
	padding-top: 13px;
	margin-top:0px;
	cursor: pointer;
	clear:right;
}

#encart_big {
	float:right;
	background-image: url(../images/bg_encart_big.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 440px;
	display: block;
	padding-top: 13px;
	margin-top:0px;
	cursor: pointer;
}

.titre_encart {
	color:#FFF;
	font-size: 16px;
	font-weight: bold;
}

.bouton_big {
	background-image: url(../images/bouton_big.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 52px;
	display: block;
	color: #ffffff;
	font-size: 12px;
	padding-left: 65px;
	padding-top:1px;
	margin-bottom:20px;
	cursor: pointer;
}

.bouton_big:hover {
	background-image: url(../images/bouton_big_over.png);		
}

.bouton_big2 {
	background-image: url(../images/bouton_big.png);
	background-repeat: no-repeat;
	width: 225px;
	height: 52px;
	display: block;
	color: #ffffff;
	font-size: 18px;
	padding-left: 55px;
	padding-top:15px;
	margin-bottom:20px;
	cursor: pointer;
}

.bouton_big2:hover {
	background-image: url(../images/bouton_big_over.png);		
}

.bouton_small {
	background-image: url(../images/bouton_small.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 28px;
	display: block;
	color: #ffffff;
	font-size: 15px;
	margin-left:10px;
	padding-left: 10px;
	padding-top:4px;
	margin-bottom:20px;
	cursor: pointer;
}

.bouton_small:hover {
	background-image: url(../images/bouton_small_over.png);		
}

.bouton_small2 {
	background-image: url(../images/bouton_small.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 28px;
	display: block;
	color: #ffffff;
	font-size: 15px;
	margin-right:-30px;
	padding-top:4px;
	margin-bottom:20px;
	cursor: pointer;
}

.bouton_small2:hover {
	background-image: url(../images/bouton_small_over.png);		
}

#bg_contact {
	width: 211px;
	height: 271px;
	display: block;
	color: #3c5162;
	font-size: 13px;
	padding-left: 12px;
	padding-top: 0px;
	cursor: pointer;
}

.form_contact_rapide 	input[type=submit]{
	background:url(../images/bouton_small.png) top right no-repeat;
	width: 150px;
	height: 28px;
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
	cursor: pointer;
	border:0;
	margin-top:8px;
}

.form_contact_rapide:hover 	input[type=submit]{
	background-image: url(../images/bouton_small_over.png);		
}

.bg_input {
	background: #e7dfd2;
	color:#555555;
	width:	190px;
	height: 20px;
	font-size:13px;
	margin-top:5px;
}

.bg_input_big {
	background: #e7dfd2;
	color:#555555;
	width:	190px;
	height: 80px;
	font-size:13px;
	FormBorderStyle:none;
	margin-top:6px;	
	margin-bottom:10px;
}

a.lien_souligne {
	text-decoration: underline;
}

.jaune-et-gras {
color:#F1CA53;
font-weight:bold;
}

.titre_paragraphe {
font-weight:bold;
font-size:14px;
color:#F1CA53;
}

.handcursor{ /* pour la page recrutement */
cursor:hand;
cursor:pointer;
color:#FFFFFF;
}

.champcontact { display: none; } /* champ caché dans les formulaires de contact pour éviter le SPAM des bots */
