/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 1px solid black;
}

#entete img {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #EC9248;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px dotted #EC9248;
}

.obligatoire, .erreur {
color: red;
}

#corps ul {
	margin: 10px 0;
}

#corps ul li {
	margin: 2px 15px;
	list-style:  square;
}

p {
	margin: 5px 0 10px;
	line-height: 1,80em;
	
}

label {
cursor: pointer;
}

.illus {
float: right;
margin: 0 0 15px 15px;
}

.hide {
	display: none;
}

#ref {
position: absolute; 
left: 0; 
top: 0; 
z-index: 1; 
visibility: hidden;
}


/* Structure  =================================================================*/
	
#corps {
	padding: 20px;
	}

#entete {
	text-align: left;
	border-bottom: 1px solid white;
	background: #296C35;
}

*html #entete {
	border-bottom: 0;
}

#page {
	width: 790px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 1px;
}

#cadreg {
	width: 505px;
	float: left;
	text-align: left;
	}
	
#cadred {
	margin-left: 520px;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	background: #F2F2F2;
}

#pied {
	clear: both;
	background: black;
	color: white;
	text-align: left;
	font-size: 10px;
	padding: 3px 0 3px 20px;
	}	

/* Entete =================================================================*/

#entetemenu {
	float: right;
	list-style: none;	
	padding: 42px 10px 0 0;
}

#entetemenu li {
	display: inline;
	list-style: none;
	font-size: 11px;
	color: white;
}
#entetemenu a:link, #entetemenu a:visited  {
	color: white;
	font-weight: bold;
	padding: 0 2px;
}

#entetemenu a:hover, #entetemenu a.sel {
	border-bottom: 0;	
	color: #E69655;
}	

#logo {
	margin: 10px;
}

#entete h1 {
	color: white;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 200px 10px 20px;
}

#entete h1 strong {
	font-size: 18px;
}

/* Corps  =================================================================*/

#contact {
	border: 1px dotted #87322F;
	padding: 10px;
	color: #333;
	width: 155px;
	text-align: left;
}

#cadred img {
	float: right;
	margin: 0 0 7px 7px;
}

#cadreg img {
	float: left;
	margin: 0 10px 10px 0;
}

.loupe {
	background: url(../images/loupe.gif) top left no-repeat;
	padding-left: 18px;
	}	
	
	
.tel {
	background: url(../images/tel.gif) top left no-repeat;
	padding-left: 18px;
	font-weight: bold;
	}	
	
	
.mail {
	background: url(../images/mail.gif) top left no-repeat;
	padding-left: 18px;
	}

#pied a {
	color: white;
}

h1 {
	color: #333;
	font-size: 14px;
	margin-bottom: 8px;
	color: #296C35;
}

h2 {
	color: white;
	font-size: 11px;
	background: #999;
	padding: 2px 5px;
	margin-bottom: 5px;
}

#libre {
	color: white;
	font-size: 13px;
	background: #EC9248;
	padding: 8px;
	text-align: right;
	font-weight: normal;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px dotted #EC9248;
}

#libre strong {
	font-size: 14px;
}

#libre:hover {
	background: #EEA060;
}

	
	
/* Contact =================================================================*/

.formpied, .formcorps  {
text-align: right;
margin: 10px 20px 10px 0;
}

.formcorps fieldset {
padding: 10px 30px 10px 0;
border: 1px solid #333;
margin: 5px 0;
}

.formcorps fieldset legend{
color: #333;
font-size: 11px;
font-weight: bold;
padding: 0 5px;
}

.envoyer {
border: 1px solid #87322F;
background: none;
color: #87322F;
	}
	
.envoyerhov {
border: 1px solid black;
color: black;
}
