@charset "utf-8";
/* CSS Document */



#kwicks_container { 
	height: 350px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	margin-left:12px;
	display: block;
	width: 222px;
	height: 350px;
}
 
#kwick_red {
	background-image:url(../images/red.jpg);
	background-repeat:repeat-x;}
#kwick_orange {
	background-image:url(../images/orange.jpg);
	background-repeat:repeat-x;}
#kwick_pink {
	background-image:url(../images/pink.jpg);
	background-repeat:repeat-x;}
#kwick_green {
	background-image:url(../images/green.jpg);
	background-repeat:repeat-x;}


body{
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#page{
	width:982px;
	position:absolute;
		
	left:50%;
	margin-left:-491px;
}
#blanc{
	width:962px;
	height:643px;
	float:left;
	background-image:url(../images/b.jpg);
	background-repeat:repeat-x;
}
#menu{
	width:982px;
	height:38px;
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
}
div.mobile{
	float:left;
	width:221px;
	height:275px;
	margin-left:12px;
}
div.mobile img{
	margin-left:60px;
}
ul{
	padding:0;
}
ul#menu_ul{
	list-style-type:none;

}
ul#menu_ul li a{
	float:left;
	width:116px;
	height:38px;
	font-size:13px;
	color:#6c6c6c;
	text-decoration:none;
	text-align: center;
	line-height: 36px ;		
	display:block;	
}
ul#menu_ul li a:hover{
	background-image:url(../images/actif.jpg);
}
p{
	margin-left:10px;
	font-size:9px;
	color:#9d9d9d;
	width:200px;
	margin-top:6px;
}
h1, h2{
	color:#9d9d9d;	
	font-weight:normal;
	margin:0;
	margin-left:10px;
}

h1{
	margin-top:10px;
	font-size:13px;
}
h2{
	font-size:11px;
}