@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{
	padding: 5px 0px 10px 40px;
	font-size: 1.7em;
	color: #CE086A;
	background: transparent url(../images/puce-index.gif) no-repeat left ;
	vertical-align:middle;
}
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;
}


/* La page
-------------------------------------------------------- */
#page{
	background: url(../images/page.gif) repeat-y center top;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

 

/* le header
-------------------------------------------------------- */
#top{
	height: 200px;
	margin: 0 auto 0 auto;
	background: #ffffff url(../images/top-index.jpg) 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;
}
 
/* Le moteur
-------------------------------------------------------- */

#search{
	width:700px;
	margin: 0 auto 0 auto;
	padding-top:100px;
    padding-bottom: 50px;
}

#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;
}

/* les listes 
---------------------------------------------------------*/

ul li {
	position: relative;
}

ul{
	line-height: 1.5em;
	font-size: 85%;
	margin: 0px 0 12px 5px;
	padding: 0 0 0 0px;
	list-style: none;
}