/* General ==================================================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: url(../images/bg_ecran.gif) top left no-repeat #922414;
	color: #000;
	padding-top: 40px;
}

a:link, a:visited {
	text-decoration: none;
	color: #D5351E;
}

a:hover {
	color: white;
	background: #D5351E;
}
	
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #D5351E;
	font-weight: bold;
	padding: 0 4px;
}

#menu a:hover {
	color: white;
	background: #D5351E;
}

#menu a.sel {
	font-weight: bold;
	background: #D5351E;
	text-decoration: none;
	color: white;
	padding: 0 5px;
}

.illus {
	float: right;
	margin: 0 0 10px 10px !important;
	border: 0;
}

#texte img {
	margin: 0 0 50px 50px;
	float: right;
}

#liens img {
	margin: 5px 0;
	float: left;
}

p {
	font-weight: normal;
	margin: 0 0 7px;
	line-height: 1.2em;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.erreur {
	color: #FF0000;
}

.obligatoire {
 color: #D5351E;
}

h1 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #6C006C;
}

h2 {
	font-size: 13px;
	color: #6C006C;
	margin: 0 0 5px;
	text-transform: uppercase;
}

#texte h2, #texte2 h2 {
	margin: 28px 0 5px;
}

h3 {
	font-size: 11px;
	color: black;
	margin-bottom: 5px;
}

/* Structure =================================================================*/
#page {
	text-align: left;
	margin: 0 auto;
	width: 725px;
	background: white;
	border-bottom: 5px solid #D5351E;
	position: relative;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}  

#entete {
	background: url(../images/logo.gif) no-repeat top left #FFB446;
	text-align: right;
	height: 55px;
	border-bottom: 5px solid #D5351E;
}  


#menu {
	float: right;
	color: #D5351E;
	background: url(../images/bg_menu.gif) no-repeat bottom right #FFB446;
	text-align: right;
	height: 55px;
}

#menu .wrap {
	padding: 15px 15px 15px 0;
}

#texte {
	padding: 30px;
} 

#texte1 {
	float: left;
	padding: 30px 20px;
	width: 320px;
} 


#texte2 {
	margin-left: 360px;
	padding: 30px 20px 30px 0;
} 

#pied {
	text-align: center;
	padding: 3px;
	color: #D5351E;
	margin: 0 auto;
	clear: both;
}

#pied a:link, #pied a:visited, #pied a:hover {
	color: #D5351E;
	background: none;
}

#ref {
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 1; 
	display: none;
}

#liens {
	position: absolute;
	top: 320px;
	right: 26px;
	width: 202px;
}

/* Contact =================================================================*/

#FormPied, #FormCorps  {
text-align: right;
margin-right: 200px;
}

#FormCorps fieldset {
padding: 10px 30px 10px 0;
border: 1px solid #3A3A3A;
margin: 10px 0 0;
}

#FormCorps fieldset legend{
padding: 0 6px;
font-weight: bold;
color: #3A3A3A;
}

.envoyer {
border: 1px solid #D5351E;
background: none;
color: #D5351E;
font-weight: bold;
font-size: 11px;
width: 60px;
height: 20px;
margin: 15px 0;
	}
	
.envoyerhov {
border: 1px solid #D5351E;
color: white;
background: #D5351E;
}

/* Corps =================================================================*/

ul {
	list-style: square;
	text-align: left;
	margin: 5px 0 10px;
}

ul li {
	font-size: 11px;
	list-style: square;
	text-align: left;
	margin: 2px 15px;
}

#double {
	border: 1px solid #6C006C;
	padding: 10px;
	background: #FFECFF;
	margin-bottom: 20px;
}

#double h2{
	margin: 0 0 5px;
}