* {
	padding:0;
	margin:0;
}
html {
	padding:0;
	margin:0;
}
body {
	background:url(images/fond.gif);
	font-family:Verdana, sans-serif;
	font-size:11px;
}
a {
	color: black;
}
a:hover {
	text-decoration: none;
}
#site {
	width:978px;
	margin:auto;
}
#header {
	width:958px;
	height:182px;
	background:url(images/header.jpg);
	text-align: right;
	font-size: 9px;
	padding: 10px;
}
#header a {
	color: black;
	font-weight: bold;
}
h1 {
	font-size:24px;
	margin:0 20px 10px 0;
	font-weight:300;
	padding:20px 35px 0 35px;
}
.suitetitre {
	font-size:14px;
	font-weight:bold;
}
#contenu {
	width:974px;
	border-right:white 2px solid;
	border-left:white 2px solid;
	border-bottom:white 2px solid;
}
#menu  {
	width:976px;
	height:25px;
	background:white;
	padding-left: 2px;
}
#menu  ul {
	list-style:none;
}
#menu  li {
	float:left;
	position:relative;
}
#menu li a {
	display:block;
	height:20px;
	float:left;
	text-decoration:none;
	color:white;
	font-weight:bold;
	width:137px;
	text-align:center;
	margin-right:2px;
	padding:5px 0 0 0;
}
#menu  li a:hover {
	color:#ffed00;
}
#contenu_droit {
	font-size:12px;
	width:643px;
	margin:20px 35px 0 0;
	float:right;
}
#contenu_droit p {
	margin-top: 10px;
}
#contenu_droit img {
	margin: 4px;
}
#contenu_gauche1 {
	width:230px;
	margin:20px 35px 0 35px;
}
#contenu_gauche1 ul {
	list-style:none;
}
#contenu_gauche1  li {
	position:relative;
}
#contenu_gauche1 li a {
	display:block;
	text-decoration:none;
	text-align:left;
	color:white;
	font-weight:bold;
	width:215px;
	height: 25px;
	padding: 10px 5px 0 10px;
}
#contenu_gauche1 li a:hover {
	color:#ffed00;
}
#contenu_gauche2 {
	width:230px;
	margin:20px 35px 0 35px;
}
#contenu_gauche2 ul {
	list-style-type:square;
	padding-left:12px;
}
#contenu_gauche2  li {
	position:relative;
	margin-bottom:5px;
}
#contenu_gauche2 li a {
	width:230px;
	text-decoration:none;
	text-align:left;
	color:black;
}
#contenu_gauche2 li a:hover {
	color:#bc1700;
}
#footer {
	width:978px;
	clear:both;
	padding-top:20px;	
}
.text {
	border: 1px solid gray;
	width: 300px;
}
.log {
	border: 1px solid gray;
	width: 160px;	
}
textarea {
	border: 1px solid gray;
	width: 300px;
	height: 200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.alert {
	font-weight: bold;
	color: #8e004d;
}
.inline {
	display: inline;
}
/*Pour les sondages*/
.sondages {
	border: 1px solid gray;
	margin-bottom: 40px;
	padding: 20px;
}
.sondages legend {
	color: gray;
	font-weight: bold;
	background:#FFFFFF;
	padding: 0 10px 0 10px;
	margin-left: 20px;
}
.sondages label {
	float: left;
	width: 140px;
	margin-right: 10px;
	text-align:right;
	margin-bottom: 6px;
}
.sondages .input {
	float: left;
	width: 385px;
	border: 1px solid black;
	margin-bottom: 6px;
}
.sondages .textarea {
	float: left;
	width: 385px;
	height: 150px;
	border: 1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
}
.tableReponses {
	font-size: 10px; 
		width: 100%;
}
.tableReponses td {
	border: 1px solid gray;
	padding: 4px;
	border-collapse: collapse;
}
.sondagePublic {
	background:url(images/fondSondage.gif) no-repeat #DDDDDD;
	padding: 36px 8px 8px 8px;
	border: 1px solid #BBBBBB;
	margin-bottom: 10px;
}
.sondagePublic h2 {
	font-size: 11px;
	font-weight: bold;
}
.sondagePublic label {
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align:right;
	margin-bottom: 6px;
}
.sondagePublic input {
	float: left;
	width: 20px;
	border: 1px solid black;
	margin-bottom: 6px;
	text-align:left;
}
.sondagePublic textarea {
	width: 208px;
	height: 150px;
	border: 1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 6px;
}
/*Fin pour les sondages*/
