html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	font-family: "Verdana","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	color:#000;
	background: #fff;
}

#content {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.photo{
  border:3px solid #000000;
}

.photo:HOVER{
  border:3px solid #990000;
}

a.ssmenu2{color:#b3b3b3;text-decoration:none;font-size:12px;font-family:"Georgia"; font-style:italic; font-weight:bold;}
a.ssmenu2:hover{color:#88af12;text-decoration:none;font-size:12px;font-family:"Georgia"; font-style:italic; font-weight:bold;}

a.ssmenu3{color:#FFF;text-decoration:none;font-size:12px;font-family:"Georgia"; font-style:italic; font-weight:normal; background-color:#b3b3b3;}
a.ssmenu3:hover{color:#FFF;text-decoration:none;font-size:12px;font-family:"Georgia"; font-style:italic; font-weight:normal; background-color:#990000;}

/*//////////////////////////////////////////////////// animation */

#animation {
	background-image:url("../imgs/bg_animation.jpg");
	background-position:top center;
	height: 600px;
}

#animation div#anim {
	position:absolute;
	top:150px;
	left:0px;
	height:450px;
	width:1000px;
}


/*//////////////////////////////////////////////////// bande rouge */

#bande_rouge {
	background:#990000;
	height: 15px;
	overflow:hidden;
}

/*//////////////////////////////////////////////////// body accueil */

#corps {
	min-height:170px;
	display:block;
	background: #3e3e3e;
}

#corps div#texte_collec {
	position:absolute;
	top:30px;
	left:0px;
	height:150px;
	width:450px;
	text-align:justify;
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#corps div#texte_custom {
	position:absolute;
	top:30px;
	left:550px;
	height:150px;
	width:450px;
	text-align:justify;
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#corps div#texte_collec h2, #corps div#texte_custom h2 {
	color:#fff;
}


/*//////////////////////////////////////////////////// footer */

#footer {
	background-image:url("../imgs/bg_footer.jpg");
	color: #eeeeee;
	height: 200px;
	width:100%;
	overflow:hidden;
}

#footer div#logos {
	position:absolute;
	top:23px;
	left:0px;
	height:150px;
	width:1000px;
	text-align:center;
}