/* H�te les scrollbars horizontales sous IE */
html {
	overflow-x: hidden;
	overflow-y: auto;
} 
body {
	margin:0 0 0 0;
	padding:10px;
	background-color: #F8F9FA;
	
	text-align:center;
}
form {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

ul, li {
	list-style-image:url(ctrtAdministratifs/imgs/nav_enc_elmt.gif);
}

img#img {
	padding: 5px;
	background: #FFF;
	border: 1px solid #777;
	margin: 5px;
}

p {
	text-align:justify;
	margin-left:10px;
	margin-right: 10px;
}

a {
	color: #832c6b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*###############################################################################################################################"*/

#contenu {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	width:730px;
	text-align:left;
}
#contenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #AAA;
	border-bottom: 1px solid;
	margin: 15px 0px 10px 0px;
}
#infos, #faux, #juste {
	position:absolute;
	z-index:5;
	width: 200px;
	height: 200px;
	padding: 10px;
	margin-left:260px;
	top:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
	color: #832c6b;
	text-align:center;
	text-transform:uppercase;
	border: 3px solid #832c6b;
	background: #FFF;
	display : none;
}

#commentaire1, #commentaire2, #commentaire3, #commentaire4, #commentaire5, #commentaire6, #commentaire7, #commentaire8, #commentaire9, #commentaire10 {
	margin-top:10px;
	border-top: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	
	font-size:9px;
	color: #777;
}
#commentaire1 p, #commentaire2 p, #commentaire3 p, #commentaire4 p, #commentaire5 p, #commentaire6 p, #commentaire7 p, #commentaire8 p, #commentaire9 p, #commentaire10 p {
	margin: 5px 0 5px 0;
}
#date {
	float:left;
	margin-top:15px;
	color: #AAA;
}

.odd{
    background: #F5F3EF
}

.even{
   background: #F5F7F8
}

#last{
    display: none;
}

#end{
    display: none
}

.commentaire table, .commentaire td, .commentaire tr{
    border: 1px solid #999999;
    border-collapse: collapse;
}

.enonce table, .enonce td, .enonce tr{
    border: 1px solid #999999;
    border-collapse: collapse;
}

