/* General ==================================================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #998F88;
	color: #544943;
	padding-top: 40px;
}

a:link, a:visited  {
	text-decoration: none;
	color: #C10037;
}

a:hover {
	color: #554A43;
}
	
#menu a:link, #menu a:visited {
	font-size: 13px;
	color: #554A43;
}

#menu a.sel {
	text-decoration: none;
	color: #C10037 !important;
}

img {
border: 0;
}

body.home img {
border: 0;
}



* html img {
margin-bottom: -3px;
}

*+html img {
margin-bottom: -3px;
}


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: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #BE0235;
}

h2 {
	font-size: 13px;
	color: #BE0235;
	margin: 0 0 5px;
text-transform: uppercase;

}


h3 {
	font-size: 11px;
	color: #BE0235;
text-transform: uppercase;
	
}

.aplat h3 {
	margin-top: 0 !important;
	
}

#texte ul {
	margin: 5px 0 15px;
}

#texte li {
	margin: 0 0 5px 15px;
	list-style: none;
	margin-left: 0;
	}

#texte ul.menu li strong {
float: right;
	}

img.illus {
	float: right;
	margin: 3px -20px 5px 10px;
	}

/* Structure =================================================================*/
#page {
	position: relative;
	text-align: left;
	background: url(/images/bg_top.gif) no-repeat left top;
	margin: 0 auto;
	width: 839px;
	padding: 25px 0 0;
	border: 1px solid white;
} 

#corps {
background: white;
}

#left {
	background: url(/images/logo.gif) no-repeat left top;
	width: 230px;
	float: left;
min-height: 300px;
height: auto !important;
height: 300px;
} 

#menu {
padding: 70px 0 0 113px;
}

#menu li {
	list-style: none;
	margin-bottom: 10px;
}

ul.evenements{
margin: 20px 0 !important;
width: 350px;
}

ul.evenements li {
margin: 5px 0 10px !important;
border-bottom: 1px dotted #ccc;
display: block;
padding-bottom: 5px;
}

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: 70px 20px 20px;
	text-align: left;
	xbackground: url(/images/bg_corps.jpg) no-repeat left top;
	margin-left: 240px;
min-height: 300px;
height: auto !important;
height: 300px;

}

* html #texte {
	margin-left: 237px;

}
body.home #texte {
	padding: 0!important;
}
	
#pied {
	color: #D1C9C6;
	clear: both;
	font-size: 11px;
	line-height: 25px;
	background: url(/images/bg_bot.gif) no-repeat left top white;
	height: 25px;
	text-indent: 113px;
}

#pied a:link, #pied a:visited {
	color: #D1C9C6;
}

#pied a:hover{
	color: white;
}

#pied span {
	margin-left: 70px;
}


/* Contact =================================================================*/

#FormPied, #FormCorps  {
text-align: right;
}

#FormCorps {
margin-top: -10px;
}

#FormCorps fieldset {
padding: 10px 20px 10px 0;
border: 1px solid #666;
margin: 0 0 10px;
}

#FormCorps fieldset legend{
padding: 0 5px 5px 10px;
font-weight: bold;
color: #666;
text-align: right;
}

#FormCorps fieldset textarea{
width: 380px;
}

#FormCorps label {
margin-right: 5px;
}

#FormPied{
padding-bottom: 10px;
}
