/* General ==================================================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: url(/images/bg.gif) no-repeat 40px 0 #DF7A1C;
	color: #3A3A3A;
	padding-top: 40px;
}

a:link, a:visited  {
	text-decoration: none;
	color: #DE791B;
}

a:hover {
	color: #FBB040;
}
	
#menu a:link, #menu a:visited {
	font-size: 13px;
	padding: 0 10px;
}

#menu a:hover {
	color: #FBB040;
}

#menu a.sel {
	text-decoration: none;
	color: black;
}

img {
border: 0;
}


p {
	font-weight: normal;
	margin: 0 0 15px;
	line-height: 17px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.erreur {
	color: #FF0000;
}

.obligatoire {
 color: #775D41;
}

h1 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: black;
}

h2 {
	font-size: 12px;
	color: #666;
	margin: 20px 0 5px;
text-transform: uppercase;

}


h3 {
	font-size: 11px;
	color: #666;
	margin: 15px 0 5px;
text-transform: uppercase;
	
}

.aplat h3 {
	margin-top: 0 !important;
	
}

#texte ul {
	margin: 10px 0 15px;
}

#texte li {
	margin: 0 0 5px 15px;
	}

ul.nobullet li {
	list-style: none !important;
	margin-left: 0 !important;
	}

#illus small {
	line-height: 17px;
	}

/* Structure =================================================================*/
#page {
	position: relative;
	text-align: left;
	background: white;
	padding: 20px 10px 20px 15px;
	margin: 1px auto;
	width: 700px;
	border: 10px solid #FBB040;
	voice-family: "\"}\"";
  	voice-family: inherit;
	width: 680px; /*For new browsers */
} 

#menu {
margin-left: 130px;
height: 34px;
}

#menu li {
	list-style: none;
	border-right: 1px solid #DE791B;
	line-height: 17px;
	padding: 0 3px;
	float: left;
}

#menu li.last {
padding: 0  !important;
border: 0  !important;
}

#menu a{
	display: block;
height: 34px;
letter-spacing: -1px;
	float: left;
}

#logo {
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 100;
}

#illus {
	position: absolute;
	width: 200px;
	bottom: 15px;
	left: 0;
	z-index: 100;
}


#corps {
	margin-top: 50px;
}

#page.contact #illus {
	margin-top: 30px;
}

div.aplat {
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	color: #666;
	font-size: 11px;
margin-bottom: 15px;
}

* html div.aplat {
	height: 70px;
}

#texte {
	padding: 0 20px 0 220px;
	text-align: left;
	border: 1px solid white;
	position: relative;
min-height: 300px;
height: auto !important;
height: 300px;
}

* html #texte {
	width: 400px;
}

	
#pied {
	color: #ccc;
	clear: both;
	font-size: 10px;
	line-height: 20px;
	padding-top: 5px;
}

#pied a:link, #pied a:visited {
	color: #ccc;
}


/* Contact =================================================================*/

#FormPied, #FormCorps  {
text-align: right;
}

#FormCorps fieldset {
padding: 10px 30px 10px 0;
border: 1px solid #3A3A3A;
margin: 10px 0;
}

#FormCorps fieldset legend{
padding: 0 4px;
font-weight: bold;
color: #3A3A3A;
}



