@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
}
.clear{
	clear:both;	
}
a {
	text-decoration:none;
	color: #3A8000;
	font-weight:bold;
}
u a, a u{
	text-decoration:none;
		
}

a:hover {
	text-decoration:underline;
}

a.menu {
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	font-size:12px; 
}

a.menu:hover {
	color:#d5b705;
}

a.suipre {
	 color:#8700a5;
	 font-weight:bolder; 
	 text-decoration:underline;
}

a.suipre:hover {
	color:#eca2f5;
}

a.menu_selected {
	color:#f1e15d;
	font-weight:bolder;
	text-decoration:none;
	font-size:12px; 
}

#container {
	width:900px;
	margin:auto;
}

#contenu_accueil {
	width:900px;
	background:transparent url(images/fond_page.jpg) no-repeat;
	background-position:bottom;
}

#contenu {
	width:900px;
	background:transparent url(images/fond_page.jpg) no-repeat;
	background-position:top;
}


#contenu p {
	text-align:justify;

}

#inscription {
	padding-bottom:3px;
}
img{ border:none;}
#bulle { position: absolute; visibility: hidden;  font-size:12px;z-index:1200;}
.info{ border:1px solid #666666; padding: 7px; color:#666666; background-color:#FFFFFF; font-family:"trebuchet MS";}

#header {
	z-index:1201; 
}
#footer{
	display: block;
}
/* Btn deconnexion*/
div#logout{
	display: block;
	padding: 10px 0px;
	float:left;
}
div#logout a{
	text-align:left;
	margin-left: 116px;
	font-size:12px;
	background-image: url(images/logout.png);
	padding-left: 17px;
	background-repeat:no-repeat;
}
div#logout a:hover{
	background-color: red;
	color: white;
	text-decoration:none;
}

#contenu table td p{
padding: 0px;
text-align: left;
padding-left: 5px;
padding-top: 5px;
}