* {
	margin: 0;
	padding: 0;	
	list-style: none;

}

body {
	height: 100%;
	background: url(../images/bg.png) repeat #221800;
	font-family: Helvetica;
	color: #ffffff;
	margin: 20px;
	overflow: hidden;
}

body a img {
	border: none;
	
}

#entete {
	height: 150px;
}

#entete a {
	color: #ffffff;
	text-decoration: none;
}

#entete a:hover {
	color: #CC0033;
}

.ent_titre {
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ent_stitre {
	font-size : 11px;
}


#global {
	width:100%;
	padding: 0;
	background: url(../images/entete.jpg) top center no-repeat;

}

#main.down {
	position: relative;
	top:0px;
	left:0px;
}

#slider {
  width: 1000px;
  position: relative;
}

#menu {
	float: left;
	width: 250px;
	position: relative;
	height: 165px;
	overflow-y: visible;
}


#menu ul {
	font-size: 26px;
}

#menu ul li {
	list-style: none;
	padding-top: 2px;
}

#menu ul li ul {
	padding: 5px 20px;
	color: #666666;
	font-size: 11px;
	text-transform: uppercase;
}

#menu ul li ul li {
	padding: 2px 0;
}

.menu_titre {
	color: #ffffff;
	text-decoration: none;
}

.menu_titre:hover {
	color: #CC0033;
	text-decoration: none;
}

.menu_sel {
	color: #D9F419;
	text-decoration: none;
}

.selected:hover {
	color: #D9F419;
}

.smenu_titre {
	color: #70D6C1;
	text-decoration: none;
}

.smenu_titre:hover {
	color: #D9F419;
	text-decoration: none;
}

.smenu_up {
	color: #D9F419;
	text-decoration: none;
}

.menu_ferme {
	display: none;
}

.menu_ouvert {
	display: block;
}

.menu_up {
	color: #CC0033;
	text-decoration: none;
}

.scroll {
	float: left;
	width: 750px;
	height: 500px;
	position: relative;
}

.scrollContainer div.panel {
	height: 480px;
	width: 900px;
	text-align: left;
	position: relative;
	padding-top: 6px; 
	padding-bottom: 20px;
	
}

.panel a {
	color: #D9F419;
	text-decoration: none;
}

.panel a:hover {
	color: #CC0033;
	text-decoration: none;
}

.panel_image {
	float: left;
	width: 320px;
	height: 460px;
	font-size: 12px;
	text-align: center;
}

.panel_image img {
	border: 1px solid #D9F419;
}

.pannel_texte {
	float: left;
	width: 800px;
	font-size: 11px;
}

.ap_titre {
	float:left;
	width: 180px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #70D6C1;
}

.ap_cont {
	float:left;
	padding-left: 20px;
	font-size: 11px;
}

.web_titre {
	float:left;
	width: 120px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #70D6C1;
}

.web_cont {
	float:left;
	padding-left: 20px;
	font-size: 11px;
}

.ill_titre {
	float:left;
	width: 120px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #70D6C1;
}

.ill_cont {
	float:left;
	padding-left: 20px;
	font-size: 11px;
}

.i {
	font-style: italic;
}