/*Layout*/
html{
	background-color: #666666;
}
body{
	padding:0px;
	margin:0px;
}
#footer{
	height: 30px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*////////////////////////////////// Menu////////////////////////////////////////*/
#preload-images{
	position:absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	visibility: hidden;
}
#menu_c{
	width: 960px;
	height: 90px;
	margin:auto;
	padding:0px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu{
	padding-top: 45px;
	padding-right: 10px;
	text-align:right;
}
/*///////////////////////////////// Content ////////////////////////////////////////*/
#bandeau{
	border-bottom: 2px solid #CCCCCC;
	background-color: #333333;
}
#page_content{
	width: 960px;
	margin:auto;
}
#conteneur{
	margin: auto;
	width: 940px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
#col_gauche{
	width: 30%;
	float: left;
	padding-left: 60Px;
}
#col_droite{
	width: 50%;
	float: right;
	padding-right: 30px;
}
#break_float{
	float: none;
}
#carousel{}
#carouseldiv{
	color:#CCCCCC;
	height: auto important!; 
	min-height: 420px;
	padding-top: -50px;
}
DIV.addthis_toolbox{
	vertical-align: middle;		
}
