/* Css Cqts */

body{
	background:#FFF url("../../assets/images/front/bg-body.jpg") repeat-x top;
	margin:0;
	padding:0;
	font-family:arial, sans-serif;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

li{
	list-style:none;
}

#wrapper{
	width:960px;
	margin:0 auto;
	padding:0;
}

#topHead{
	background:url("../../assets/images/front/bg-header.jpg") no-repeat top;
	width:960px;
	margin:0 auto;
	height:85px;
}

#langSelect{
	float:right;
	margin:6px 18px 0 0;
}

#langSelect a{
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}

#langSelect a:hover{
	color:#CCC;
}

#mainContainer{
	background:url("../../assets/images/front/bg.jpg") no-repeat top;
	width:960px;
	margin:0 auto;
}

#inscrip{
	cursor:pointer;
	background:url("../../assets/images/front/btn-inscription.jpg") no-repeat top;
	height:32px;
	width:368px;
	float:right;
	margin:24px 18px 3px 0;
	padding:5px 10px;
}

#inscrip a{
	display:block;
	height:32px;
	width:368px;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	line-height:14px;
}


/************* NAV *******************/

#nav ul{
	padding:2px 0 0 0;
	height:25px;
	width:773px;
	margin:0 auto;
}

#nav li{
	float:left;
}

/************* End NAV *****************/

/************** Content ****************/

#btnDescrip{
	width:368px;
	margin:0 18px 0 0;
	padding:0 10px;
	float:right;
	color:#1e74b8;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
	
}

#login{
	width:460px;
	margin:0 auto;
	padding:70px 0 0 0;
	height:200px;
	clear:both;
}

#login label{
	float:left;
	width:130px;
	color:#1e74b8;
	font-size:18px;
}

#login input{
	float:left;
	width:250px;
}

#btnConnect{
	width:129px;
	height:28px;
	margin:15px 0 0 257px;
}

#btnConnect input{
	width:auto;
}

#recherche{
	width:960px;
	margin:0 auto;
	padding:50px 0 0 0;
	clear:both;
}

.recherche{
	color:#283345;
	font-size:18px;
	line-height:20px;
	margin:0 0 15px 0;
}

.results{
	color:#283345;
	font-size:17px;
	line-height:20px;
	margin:0 0 15px 0;
}

#recherche label{
	float:left;
	width:120px;
	color:#1e74b8;
	font-size:18px;
	margin:3px 0 0 0;
}


#recherche input{
	float:left;
/*	width:250px;
	margin:3px 0 15px 0;*/
}

#btnRecherche{
	float:left;
	width:348px;
	height:28px;
	margin:0;
}

#btnRecherche input{
	margin:auto 0 0 10px;
	width:auto;

}

#btnRechercheBas{
	display:none;
	width:131px;
	height:28px;
	margin:0 0 15px 374px;
}

#categorie{
	width:960px;
	margin:15px auto;
}

#categorie img{
	float:left;
	width:180px;
	margin:0 3px 0 9px;
	cursor:pointer;
}

.menu{
	float:left;
	width:179px;
	margin:0 3px 0 10px;
}

.menu input{
	width:auto;
	margin:7px 5px 0 5px;
}

.menu ul{
	padding:0;
	margin:0;
}

.menu li{
	background:#f9ece3;
	padding:5px;
	margin:0 5px 0 2px;
	font-size:.85em;
}

#catBoxTop{;
	background:url("../../assets/images/front/bg-cat-top-pink.jpg") no-repeat top;
	width:179px;
	height:8px;
	display:none;
}

#catBoxMid{
	background:url("../../assets/images/front/bg-cat.jpg") repeat-y top;
	width:179px;
	display:none;
}

#catBoxBot{
	background:url("../../assets/images/front/bg-cat-bot-white.jpg") no-repeat top;
	width:179px;
	height:10px;
	display:none;
}

.checkbox{
	padding:6px 0 6px 27px;
}

#resultats{
	width:930px;
	margin:0 auto;
}

#resBox{
	width:929px;
	margin:15px auto 35px;
}

#resBox input{
	width:auto;
	margin:9px 5px 0 5px;
}

#resBox ul{
	padding:0;
	margin:0;
}

#resBox li{
	background:#f9ece3;
	
	padding:10px 15px;
	margin:0 5px 0 2px;
}

#resBoxTop{;
	background:url("../../assets/images/front/bg-res-top-pink.jpg") no-repeat top;
	width:929px;
	height:8px;
}

#resBoxMid{
	background:url("../../assets/images/front/bg-res.jpg") repeat-y top;
	width:929px;
}

#resBoxBot{
	background:url("../../assets/images/front/bg-res-bot-white.jpg") no-repeat top;
	width:929px;
	height:10px;
}

#searchResults{
	width:670px;
	float:left;
}

#searchResults a{
	clear:left;
}

#plusDetails{
	float:right;
	padding:9px 0 0 0;
}



/************* End Content *************/

/************** Footer *****************/

#footer{
	background:url("../../assets/images/front/bg-footer.jpg") repeat-x top;
	height:27px;
	padding:12px 0 0 18px;
	text-align:center;
	width:942px;
	margin:0 auto;
}

.footer{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	float:left;
}

#footer a:hover{
	color:#8c0b0b;
}

/************** End Footer *************/

/************** Contact ******************/

#contact{
	width:400px;
	border:#a9a9a9 1px solid;
	padding:15px;
}

#contact label{
	float:left;
	width:100px;
	text-align:right;
	color:#414141;
	font-family:arial, sans-serif;
	font-size:13px;
	line-height:19px;
}

#contact input{
	float:left;
	width:250px;
	margin:0 0 5px 2px;
}

#contact textarea{
	float:left;
	width:250px;
	height:150px;
	margin:0 0 5px 2px;
}

/************** End Contact  *************/


/************** CLASS ******************/

.clear{
	clear:both;
}

.titre{
	color:#1e74b8;
	font-size:18px;
}

.note{
	color:#414141;
	font-family:arial, sans-serif;
	font-size:13px;
	margin:5px;
	font-style:italic;
}

.blueSpacer{
	background:#2281c7;
	height:1px;
	width:930px;
	margin:45px auto 25px auto;
}

.resultsTitle{
	font-size:16px;
	color:#2281c7;
	font-weight:bold;
	padding:6px 0 0 0;
}

.resultsTxt{
	font-size:12px;
	color:#283345;
}

/************** End CLASS  *************/

p{
	margin:0;
}

.msg{
	color:#8c0b0b;
	font-family:arial, sans-serif;
	font-size:13px;
	margin:15px;
	font-weight:bold;
}

#new_search{
	cursor:pointer;
	float:left;
	margin-left:5px;
}
