@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(../images/fond.jpg) no-repeat top ; 
	color: #000000;
	font-size: 80%;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{
	font-size: 2em;
	color: #CE086A;
}

h2{
	font-size: 1.5em;
	color: #CE086A;
}
h3{font-size: 1.3em;}
h4{font-size: 1.1em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}


/* les liens de base
---------------------------------------------------------*/

a{
	color: #CC0066;
}

a:visited{
	color: #CC0066;
}

a:hover{
	color: #94AB0C;
}



/* le header
-------------------------------------------------------- */
#top{
	height: 160px;
	margin: 0 auto 0 auto;
	background: #ffffff url(../images/top.gif) no-repeat center top;
}
#top_text{
    padding: 0px 80px 0px 0px;
    margin: 0 0 -24px 0;
    width:340px;
    float: right;
}
#top_text li {
	display:inline;
	padding-right:4px;
}



/* La page
-------------------------------------------------------- */
#page{
	background: url(../images/page.gif) repeat-y center top;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}



/* La pagination si besoin
-------------------------------------------------------- */

#pagination{
	width: 600px;
	margin: 0 auto 0 auto;
	font-weight:bold;
	font-size: 90%;
	padding-left:100px;
}

/* Les liens de la pagination si besoin
-------------------------------------------------------- */

a.page_numero{
	display:block;
	float:right;
	margin-right:5px;
	color:#000000;
	height: 26px;
	width: 26px;
	background: url(../images/numero.jpg) no-repeat;
	padding: 2px 0px 0px 0px;
}
a.page_o{
	display:block;
	float:right;
	margin-right:5px;
	color:#990000;
	height: 26px;
	width: 26px;
	background: url(../images/00.jpg) no-repeat;
	padding: 2px 0px 0px 0px;
}
a.page_precedente,a.page_suivante{
	display:block;
	float:right;
	margin-right:5px;
	color:#000000;
	height: 26px;
	width: 120px;
	background: url(../images/suivante.jpg) no-repeat;
	padding: 2px 0px 0px 0px;
}
a.page_numero:hover{
	color:#ffffff;
	height: 26px;
	width: 26px;
	background: url(../images/numero.jpg) no-repeat;
	padding: 2px 0px 0px 0px;
	
}
a.page_precedente:hover,a.page_suivante:hover{
	color:#ffffff;
	height: 26px;
	width: 120px;
	background: url(../images/suivante.jpg) no-repeat;
	padding: 2px 0px 0px 0px;
	
}

/* Le moteur
-------------------------------------------------------- */

#search{
	width:700px;
	height:50px;
	margin: 0 auto 0 auto;
}

#keywords{
	font-size: 12px;
	width:350px;
	height:18px;
	background: url(../images/moteur.jpg) repeat-x;
	border: 1px solid #999999;
	vertical-align:middle;
}

#search input{
	font-size:100%;
	margin:5px;
}

#searchButton{
	cursor:pointer;
	vertical-align:middle;
	width:71px;
	height:26px;
	background: transparent url(../images/rechercher.jpg) no-repeat;
	border:medium none;
}

.test{
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:2px;

}

.moteur_text{
	padding: 0px 0px 0px 0px;
	margin: 0 155px 0 auto;
}
.moteur_text li {
	display:inline;
	float:right;
	padding-right:4px;
}



/* Le bas de page
-------------------------------------------------------- */

#footer{
	margin: 0 auto 0 auto;
	padding: 0px;
	height: 150px;
	background: #ffffff url(../images/footer.jpg) no-repeat center top;
	clear: both;
}

/* Le tableau de resultat
-------------------------------------------------------- */

tr.q{
	background: #fbfbfb;
	padding:5px;
	margin:5px;
}
tr.w{
	background: #f0f0f0;
	padding:5px 5px 5px 5px;
	margin:5px;
}



/* UL / LI
-------------------------------------------------------- */


ul li {
	position: relative;
}

ul{
	/*list-style-image:url(../images/puce.png);*/
	line-height: 1.5em;
	font-size: 85%;
	margin: 0px 0 12px 5px;
	padding: 0 0 0 0px;
	list-style: none;
}

