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


* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
.clear {clear:both;}
img {border: none;}

/* ACCUEIL */

body.accueil {
	text-align: center;
	background: none;
}

#conteneur_accueil {
	margin:0 auto;
	background:url(../img/bg/fond_accueil.jpg) no-repeat bottom center;
	width:641px; height:500px;
}

h1 {
	margin-top:50px; margin-bottom:35px;
}
h2 {
	color:#11bbee;
	font-weight:bold; font-size:1em;
}

#conteneur_accueil #bloc_1{
	float:left;
	width:130px; 
	text-align:right;
}

#conteneur_accueil #bloc_1 span {
	float:left;
}

#conteneur_accueil #bloc_2{
	float:right;
	width:117px;
	text-align:right;
}

#conteneur_accueil p {
	clear:both;
	padding-top:30px;
	width:100%;
}

#conteneur_accueil p a#entrez {
	padding-right:20px;
	color:#666; background:url(../img/bg/fleche_grise.png) no-repeat 100% 50%;
	font-weight:bold;
	text-decoration:none;
}
#conteneur_accueil p a#entrez:hover {
	color:#11bbee;
	background-image:url(../img/bg/fleche_bleue.png);
}

#footer p {
	margin:12px 0;
	width:100%;
	font-weight:bold; font-size:0.85em;
	text-align:center;
}

#listing_logos {
	clear:both;
	margin:0 auto;
	width:400px;
	list-style:none;
}
#listing_logos li {
	float:left;
	margin-right:10px;
	max-width:100px;
	font-size:0.6em;
}

/* FIN ACCUEIL */
