@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	background:#feeed0;
	font-family:"Comic Sans MS", cursive;
}

a{
	 color:#000; 
	text-decoration:none;
}

img{
	border:none;
}

#conteneur{
	width:1000px;
	height:866px;
	margin:0 auto;
	background:url(../template/fond.jpg) top center no-repeat;
	text-align:left;
}

#contentMenu{
	width:310px;
	height:436px;
	float:left;
}

#contact{
	margin-top:120px;
	float:left;
}

#menu{
	float:left;
	width:191px;
	margin-top:85px;
}

#diapo{
	width:579px;
	height:436px;
	float:left;
}

#description{
	width:110px;
	height:436px;
	float:left;
}

#slideshow{
	visibility:hidden;
	margin-left:310px;
}

#slideshow2{
	margin-left:310px;
	text-align:center;
	font-size:18px;
	height:40px;
}


#nav { margin: 5px; position: relative }
#nav li { float: left; list-style: none}
#nav a { margin: 5px; padding: 3px 5px; text-decoration: none; color:black;}
#nav a.activeSlide { color:#C30;}
#nav a:focus { outline: none; }


#links_list{
	margin-top:10px;
	width:519px;
	height:405px;
	padding:0px 30px;
	text-align:justify;
	overflow:auto;
	float:left;
}

#links_list h3{
	margin-top:15px;

}

#links_list a{
	color:#C30;
	margin-top:5px;
}

#links_list a:hover{
	color:#C30;
	text-decoration:underline;
}