/* D&eacute;finition du style pour le corps*/
html, body {
	height:100%;
	background-color: #222222;
	background-image:url(../Images/fond.jpg);
	background-position: 50% 60px;
	background-repeat:repeat-y;
	background-attachment:scroll;
}
body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #CC7A00;
	text-decoration: none;
}

a:active,
a:visited {
	color: #CC7A00;
	text-decoration: none;
}

a:hover {
	color: #CC7A00;
	text-decoration: none;
}

hr {
	background-color: #CC7A00;
	border-color: #CC7A00;
	color: #CC7A00;
	width: 750px;
	margin:0 auto;
}
legend {
	color:#FFFFFF;
}

div#cont {
	/*background-color:#454545;*/
	text-align:left;
	width:780px; 
	margin:0 auto 0 auto; 
	min-height:100%;
	position:relative;
}
div#menu {
	text-align:left;
	width:100%; 
	padding-bottom:25px;
}
div#menuitems {
	background:url(../Images/menu.png);
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 0;
}
div#menuitems a{
	color:white;
	text-decoration:none;
	background: url(../Images/orange.png) repeat-y right top;
	padding:0 10px;
}
div#menuitems a:hover{
	color:white;
	text-decoration:none;
	background: #CC7A00 !important;
	padding:0 10px;
}
div#pubRight{
	float:right;
}
div#pubBottom{
	width:100%;
	text-align:center;
	position: absolute;
	bottom:1px;
}
div#adminLink{
	width:100%;
	text-align:center;
	padding-top:30px;
}
div#commentaires{
	width:750px;
	padding-top:15px;
	margin: 0 auto;
}
div#contenuNews{
	width:800px;
	margin:0 auto;
}
div#photos{
	text-align:center;
	padding-bottom:10px;
}
div#error{
	color:red;
	padding-top:10px;
	padding-bottom:10px;
}
input {
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

.center{
	text-align:center;
}
.divCenter{
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.news{
	width:610px;
	padding-bottom:5px;
	margin-bottom:5px;
	min-height:100px;
	border-bottom:1px solid #CC7A00;
	text-align:right
}
.news a{
	color:#FFFFFF;
}
.news a:hover{
	text-decoration:none;
}
.avertissement{
	color: red;
	font-size: 200%;
	width: 100%;
	text-align: center;
}
.petit{
	font-size:80%;
	text-align:justify;
}
.author{
	font-size:80%;
}
.authorNews{
	width:750px;
	text-align:right;
	font-size:80%;
}
.titre{
	text-align:left;
	font-weight:bold;
}
.espace{
	padding-bottom:90px;
}
.titreNews{
	text-align:center;
	font-size:200%;
	font-weight:bold;
	width:100%;
	/*font-family:"comic Sans MS";*/
	padding-bottom:10px;
}
.texteNews{
	width:750px;
	padding:0 30px;
	text-align:justify;
	font-size:80%;
}
.texteGroupNews{
	width:750px;
	padding:0 30px;
	text-align:justify;
	padding-top:15px;
	padding-bottom:15px;
	/*border-bottom:1px solid #CC7A00;*/
	font-size:80%;
}
.texteGroupNewsTitre{
	text-align:left;
	font-size:150%;
	font-weight:bold;
	text-decoration:underline;
	width:100%;
	/*font-family:"comic Sans MS";*/
	padding-bottom:10px;
}
.comm{
	/*border-bottom:1px solid #CC7A00;*/
	padding:10px 0 5px;
}
.button{
	width: 100%;
	text-align:center;
	padding-top:15px;
}
.listeapublier{
	border:2px groove #FFFFFF;
}
.listeapublier td{
	border:2px groove #FFFFFF;
}
.listeapublier .entete{
	border:2px groove #FFFFFF;
	text-align:center;
	font-weight:bold;
}
.navigation{
	width:100%;
	text-align:center;
	padding-top:15px;
}
.postcommform{
	padding-top: 10px;
}
.postcommtitre{
	padding-bottom: 10px;
}
.commposter{
	padding-bottom: 10px;
}
.linkallcomm {
	width:100%;
	text-align: right;
	padding-top: 10px;
}
.warning{
	text-align: center;
	font-weight: bold;
	width: 100%;
	color: red;
}
.questionSondage{
	text-align:left;
	font-size:150%;
	font-weight:bold;
	width:90%;
	/*font-family:"comic Sans MS";*/
	padding-bottom:10px;
	margin: auto;
}
.tableSondageDiv{
	text-align:left;
	width:90%;
	margin: auto;
}
.tableSondage{
	width:100%;
}
.tableSondage td{
	padding-right:10px;
	font-weight: bold;
	text-align:right;
}
.nbVote{
	text-align:right;
	width:90%;
	margin: auto;
	font-size:80%;
}
.barreSondage{
	background-image:url("../Images/sondage_gray.gif");
	background-position:0 6px;
	background-repeat:repeat-x;
	padding-top:2px;
	width:330px;
}
.barreSondage2{
	background-image:url("../Images/sondage_gray.gif");
	background-position:0 6px;
	background-repeat:repeat-x;
	padding-top:1px;
	width:330px;
}
.fieldset{
	width:760px;
	text-align:left;
	padding:5px;
	margin: 20px auto 25px;
	border: 2px groove;
}
.fieldset span{
	background-color:#454545;
	margin-left: 5px;
	margin-top:-13px;
	position:absolute;
	padding:0 5px;
}
.contenuFieldset{
	padding-top: 10px;
	text-align: center;
}