/* Config générale */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	background-color: #FFFFFF;
}
body {
	margin: 20px 0px;
}
a {
	font-size: 14px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

#page {
	width: 700px;
	margin: 0px auto;
}
a#banniere {
	width: 700px;
	height: 130px;
	display: block;
	background-image: url(images/banniere.jpg);
}
#slogan {
	width: 700px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	font-style: italic;
	letter-spacing: -1px;
	color: #4cc312;
}
#slogan span {
	color: #bc2525;
}
#case_ajouter {
	width: 283px;
	height: 56px;
	background-image: url(images/fond_box.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #cdcdcd;
	font-size: 12px;
	overflow: hidden;
	line-height: 13px;
	padding: 0px 120px 0px 0px;
	margin: 0px 10px 0px 0px;
	float: right;
	letter-spacing: -1px;
	/*padding: 13px 5px 0px 0px;*/
}
#bouton_ajouter {
	width: 81px;
	height: 58px;
	display: block;
	border: 0px;
	background-image: url(images/bouton.jpg);
	cursor: pointer;
	float: left;
}
#entete {
	width: 700px;
	height: 70px;
}
#captcha {
	color: #BB0000;
	text-align: center;
}
.droite_espace {
	width: 90px;
	/*background-color: #999999;*/
	float: right;
	margin: 0px 50px 0px 0px;
}
#captcha input {
	background-image: url(images/fond_box.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #cdcdcd;
	margin: 0px 10px 0px 0px;
}
.captcha_haut {
	float: right;
	height: 50px;
	display: block;
}
#cases {
	width: 496px;
	height: 58px;
	margin: 0px auto;
}
.car160 {
	width: 56px;
	height: 17px;
	position: absolute;
	float: left;
	margin: 40px 0px 0px 490px;
}
ul#commentaires {
	width: 550px;
	margin: 50px auto 0px auto;
	padding: 0px;
	list-style-type: none;
}
ul#commentaires li {
	width: 528px;
	height: 26px;
	margin: 5px 0px;
	text-align: left;
	background-image: url(images/gsm.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 13px;
	padding: 2px 0px 2px 22px;
	overflow: hidden;
	color: #000000;
}
ul#pagination {
	width: 700px;
	height: 20px;
	margin: 20px 0px;
	padding: 0px;
	list-style-type: none;
	display:block;
}
ul#pagination li {
	width: 28px;
	height: 16px;
	cursor: pointer;
	background-color: #AAAAAA;
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	float: left;
	margin: 0px 1px 0px 0px;
	font-size: 10px;
}
#footer {
	width: 700px;
	height: 60px;
	line-height: 80px;
	color: #161817;
	margin: 0px auto;
	text-align: center;
	padding-top:30px;
	clear:both;
	font-size:11px;
}
#footer a {
	color: #990000;
	font-size:11px;
}

#compteur {
    width: 140px;
    height: 58px;
    line-height: 29px;
    text-align: center;
    position: absolute;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(images/bouton.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}