html, body{
	height:100%;
	width:100%;
}
body {
	font-family:arial,comic sans MS, verdana, sans-serif;
	font-size:13px;
	margin: 0;
	padding: 0;
	background-color:#F0F0F0;
}
#site {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin:auto;
	color: #000000;
	width: 790px;
	background-image:url("images/fond.gif");
	background-repeat:repeat-y;
	background-position:center;
}
#header {
	text-align:center;
	margin-bottom:5px;
}
/* Navigation */
#nav{
	text-align:left;
	width:140px;
	float:left;
	padding-left:5px;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav li {
	background-image:url("images/puce.gif");
	background-repeat:no-repeat;
	margin:5 0 0 5;
	font-weight:bold;
	list-style-type:none;
	padding-left:10px;
}
#nav li ul li{
	font-weight:normal;
	margin:2 0 0 5;
}
#nav a{
	text-decoration:none;
	color:#000;
}
#nav a:hover{
	text-decoration:underline;
	color:#888888;
}
#langue {
	text-align:center;
	padding-top:5px;
}
/* Index.php */
#contenu {
	text-align:justify;
	padding:0px 10px;
}
/* Pane News */
#news{
	border: 1px solid #380c34;
	padding: 5px 0px;
	margin-bottom: 5px;
/* pour IE 6 
	height:1px;
}
/* pour les autres navigateurs 
* > #news {
	height: auto;
}
/* pour IE 7 
*+html #news{
	min-height : 1px;*/
}
.Opacity{
/* pour IE 6 */
	height:1px;
	filter:alpha(opacity=100);
}
/* pour les autres navigateurs */
* > .Opacity {
	height: auto;
}
/* pour IE 7 */
*+html .Opacity{
	min-height : 1px;
}
span.NewsRubrique{
	text-align: left;
	padding: 5px;
	width:100px;
	font-weight: bold;
	border-right:1px solid #380c34;
}
span.NewsDescription{
	text-align: left;
	margin: 0px;
	padding: 5px;
}
#news a{
	color:#380c34;
}
/* Contenu du Site */
#content {
	text-align:left;
	margin-left:142px;
	padding-left:5px;

}
#content h1{
	margin:0px;
	padding:0px;
	font-size:18px;
	text-decoration:underline;
	color:#380c34;
	padding-bottom:5px;
}
#contentfin {
	clear: left;
}
img {
	border:0;
}
#content fieldset {
background-color:#FFFFFF;
border:1px dashed #380C34;
margin-bottom:10px;
margin-right:10px;
margin-top:4px;
padding:6px;
}
#content legend{
	background-color:#FFFFFF;
	padding:2px;
}
#content a.Button{
border: 1px solid #000000;
padding: 5px;
margin: 5px;
text-decoration: none;
}
/* Formulaire */
#form {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:1px dashed #111111;
	background-color:#EEEEEE;
}
#form .formtitle {
	border-bottom:1px dashed #111111;
	background-color:#DDDDDD;
}
#form input,textarea {
	border:1px solid #666666;
	font-size:14px;
}
#form h3{
	margin:0px;
	padding:4px;
}
/* Footer du Site */
#footer{
	background-image:url("images/fondbottom.gif");
	background-repeat:no-repeat;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:5px;
	clear: left;
	text-align:center;
}


