@charset "utf-8";

html,body{
	margin: 0;
	padding: 0;
	background-color:#EFEFEF;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color:#517487;
	color:black;
}

img{
	border:0px
}

.intro{
	width:60%;
	text-align:justify;
	margin:auto;
	padding-top:20px;
}
a,a:hover,a:active{
	text-decoration:none;
	color:black;
}

h1{
	text-align:center;
	font-size:15px;
	color:black;
	font-weight:bold;
	margin-bottom:15px;
}

h2{
	text-align:center;
	font-size:13px;
	color:black;
	font-weight:bold;
	margin-bottom:15px;
}

#container {
	border: 1px solid #517487;
	width: 950px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:0px;
	background-color:white;
	
	font-size: 12px;
}

.in_container{
	padding:5px;
	font-size: 12px;
}
.in_container div, .in_container table, .in_container p
{
	font-size: 12px;
}
.in_container div.title
{
  font-size:16px;
}
#header{
	height:135px;
	margin-bottom:5px;
	padding:5px;
}
#fast{
	color:black;
	border-bottom: 1px dotted #517487;
	border-top: 1px dotted #517487;
	width:950px;
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
	font-size: 12px;
}

.form, .form input, .form select{
	margin:0;
	padding:0;	
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.navigation {
	color:#000000;
	font-weight:bold;
	float:left;
	margin-top:5px;
	width: 180px;
	font-size: 12px;
}

.navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	width: 170px;
	font-weight:normal;
}

.navigation a {
	display: block;
	padding: 5px;
	width: 170px;
	border-bottom: 1px solid #01b0f1;
	font-weight:normal;
}

.navlist{
	margin-top:5px;
}

.navigation a:link, .navlist a:visited {
	color:black;
	text-decoration: none;
	font-weight:normal;
}
		
.navigation a:hover {
	background: #000000 url(../img/arrow.gif) 96% 50% no-repeat;
	background-color:#01b0f1;
	color:#ffffff;
	font-weight:normal;
	font-weight:bold;
}

.navigation input {
	background-color: #FFF;
	color: #003399;
	border: 1px solid #C5E5E0;
	font-size: 10px;
	margin-left:5px;
}
		
#content {
	width: auto;
	margin-left: 200px;
	margin-right: 10px;
	margin-top:30px;
	text-align:center;
	margin-bottom: 30px;
	font-size: 12px;
}
	

#footer {
	margin-top: 5px;
	color:white;
	background-image:url(../img/foot.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-left:5px;
	height:20px;
	font-size: 12px;
}
#footer div, #footer table, #footer p
{
	font-size: 12px;
}

table .magasin{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.petitdiv{
	text-align:justify;
	width:300px;
	margin:auto;
	margin-top:50px;
}

.categorie {
	float:left;
	text-align:left;
	height:50px;
	width:190px;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#003399;
	padding-top:10px;
	border-bottom: 1px solid #01b0f1;
	background-repeat:no-repeat;
	background-position:right;
}

.categorie span{
	display:block; 
	height:50px; 
	width:190px; 
	cursor:pointer;
}
.categorie a{
	float:left;
}

.categorie span:hover{
	text-decoration:underline;
}


.domaine{
	text-align:left;
	margin:auto;
	margin-top:20px;
	margin-left:20px;
	color:#517487;
}
.domaine td{
	color:#517487;
	padding-bottom:20px
}

.gauche{
	text-align:right;
	width:30%;
}

.droite{
	text-align:left;
	padding:2px;
}

.ac_input {
	width: 157px;
}
.ac_results {
	width: 160px;
	background: #eee;
	cursor: pointer;
	padding:0;
	margin:0;
	left:0;
	top:0;
	position:absolute;
	text-align:left;
	background-color:#DFEBFD;
	font-size: 90%;
	z-index: 101;
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}
.ac_results li {
	width: 153px!important;
	width: 152px;
	padding:2px 3px;
}
.ac_results a {
	width: 154px!important;
}
.ac_loading {
	background:url('../img/indicator.gif') right center no-repeat;
}
.over {
	background: #517487;
	color:white;
	font-weight:bold;
}
.bas_gauche{
		text-align : left;
		color:#666666;
		margin-top :10px;
		margin-left : 1px;
	}
	.bas_droite{
		text-align:right;
		color:#666666;
		margin-top :10px;
	}
	.bas_table{
		width : 950px;
		margin:auto;
		margin-bottom:10px;
	}
