body {background-image:url(img/bgbody.gif)}
#conteneur {
width: 720px;
margin: 5px auto;
background-color:#fff;
background-image:url("images/background.jpg");

}
#nav {
background-color:#F0F0F0;
padding: 3px 5px;
height:28px;
border: thin ridge
}
ul#menu {
	margin-left:100px;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-size:12px;
font-weight:bold;
text-align:center
width: 100%; /* précision pour Opera */
}

ul#menu li {
float: left;
}

ul#menu a {
float: left;
margin: 0 2px;
padding:2px 5px;
text-align: center;
border: 1px solid gray;
text-decoration: none;
color: #000;
background: #fff;
}

ul#menu a:hover {
color:#FFF;
background: red;
border: 1px solid white; 
}
#header {
	height: 164px;
	background-color: #fff;
	background-image:url("img/header.jpg");
}
#centre {
	height:100%;
	background-color:#FFF;
	border: thin inset #DADADA;
	background-image:url("images/bgmain.jpg");
	margin-left: 1px;
	margin-right: 1px
}
#footer {
height: auto;
background-color: #000;
border: thin ridge;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
text-align:center
}

#contenu {
	height:100%;
	margin:4px;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#eee;
	
}
.edito {
background-color: red;
border: thin ridge #fff;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
text-align:center
}
a:link {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}
a:visited {color:#000;text-decoration: none;}
.active{
background-color: #ff8000;text-decoration: none;
}
p {font-family:Arial, Helvetica, sans-serif; font-size:0.9em; margin: 0.8em; text-align: justify; }

/*p:first-letter 
{
	color: #ff0000;
	font-size:1.5em;
	text-align: center;
}*/
.gras { font-weight: bold; font-family:Arial, Helvetica, sans-serif;}
.orange {color:#ff3300; font-weight: bold}
.fondrouge {
font-family:Arial, Helvetica, sans-serif;
	background-color:red;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: white;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.fondrougecentre {
	font-family:Arial, Helvetica, sans-serif;
	background-color:red;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: white;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	margin-bottom:5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.scroller {
height: 300px;
overflow:auto
}
.fondblanc {
background-color:#FFF;
border:thin groove;
padding: 1px 3px
}
.fondabo {
text-align:center;
background-color:#FFF;
border:thin groove;
padding: 1px 3px
}
.centrer{text-align:center;}
.petit{ font-size:0.9em}
.copyright {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
text-align:center
}
.avertissement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	background-color: red;
	text-align: center;
	margin: 5px;
	padding:5px;
	border: thin dotted #FFFFFF;
}

.pubtitre {text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: red;
	padding: 2px;
	margin-bottom:5px;
}.textred {
	color: #F00;
}
h1 {
	margin-top: 2px;
	margin-bottom: 3px;
}
.warning {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	padding: 3px;
}
.why {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	margin-top: 5px;
	border: thin solid #000;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
