* {
	margin: 0px;
	padding: 0px;
}
body {
	background:#677fa1 url(images/fond.jpg) 0 0 repeat-x;
	color:#323232;
	font-family:Arial,Verdana,"Trebuchet MS",sans-serif;
	font-size:12px;
	line-height:1;
}
#bdm {
	margin: 0px;
	padding: 0px;
	margin-left: auto; 
	margin-right: auto; 
	width: 900px;
	background-color: #FFF;
}
#liens a img  {
	
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
}

#liens a:hover img{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
}


#social a img  {
	float: right;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
	-khtml-opacity: 0.2;
    opacity: 0.2;
}

#social a:hover img{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
}

#bertrand-demarcq {
	font-family: Verdana;
	font-size:24px;
	float: left;
	display: block;
}

#bertrand-demarcq h1 {
	margin: 0px;
	padding: 5px;
	padding-left: 20px;
}


h1 a,h1 a:visited,h1 a:hover,h1 a:link {
	color: #556884;
	text-decoration:none;
}

h3 {
	margin: 0px;
	padding: 5px;
	padding-left: 20px;
	background-color:#556884 ;
	color: #FFF;
	text-decoration:none;
	width: 875px;
	font-size: 24px;
}

h3 a,
h3 a:link,
h3 a:visited {
	text-decoration: none;
	color: #FFF;
}

h3 a:hover {
	text-decoration: under;
	color: #FFF;
}

#top {
	height: 70px;
}

#demarcq {
	font-family:Verdana;	
	font-size: 14px;
	text-align: center;
	color: #677FA1;
	padding-bottom: 15px;
//padding-left: 25px;
	
}

ul {	
	padding: 0px;
	margin: 0px;
}
#slider {
    width: 900px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 880px;
    background-color: #677FA1;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
h2 {
    font-size: 18px;
    margin: 0px;
    padding-bottom: 10px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
    height: 70px;
}
ul { list-style-type: none;}