body{
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-family:verdana;
	text-align:center;
	background-color:#3B3B3B;
}

ul,li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}



#Page {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F00;
	text-align:left;
	background-image:url(../images/fond-page.gif);
	background-repeat:repeat-y;
	background-align:top left;
}

#Bandeau{
	width:980px;
	height:238px;
	background-image:url(../images/interface_01.gif);
	background-repeat:no-repeat;
	background-align:top left;
}
#BlocMenu{
	width:980px;
	height:153px;
	background-image:url(../images/interface_02.gif);
	background-repeat:no-repeat;
	background-align:top left;
	position:relative;
}
#Menu{
	width:550px;
	height:33px;
	position:absolute;
	top:81px;
	right:0px;
}
#Menu .Item{
	width:87px;
	height:33px;
	float:left;
	background-image:url(../images/bouton.png);
}
#Menu .Item a{
	text-align:center;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding-top:6px;
}
#Menu .Item.Select{
	background-image:url(../images/bouton-select.png);
}
#Menu .Item.Select a{
	color:#FFF;
}

#Contenu{
	width:980px;
	background-image:url(../images/fond-page-haut.gif);
	background-repeat:no-repeat;
	background-align:top left;
}
#Contenu .Marge{
	padding: 20px 20px 1px 50px;
}

#Contenu a{
	color:#fe6c1f;}

#Contenu a:hover{
color:#9E9E9D;}

#Contenu td{
font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;}

#Pied{
	width:980px;
	height:107px;
	background-image:url(../images/interface_08.gif);
	background-repeat:no-repeat;
	background-align:top left;
	color:#FFF;
}
#Pied #Signature{
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding:10px;	
	text-align:center;
}

#Pied a{
color:#ffffff;}

#Pied a:hover{
color:#fe6c1f;}

.FondMoto{
	background-image:url(../images/interface_06.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.TitreGras{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fe6c1f;
}

.TitreGrasNoir{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.TitreNews{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fe6c1f;
}

.TexteNews{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.PetitTexte{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.TresPetitTexte{
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.PetitTexteGras{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fe6c1f;
}

.FondColone2 {

	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.Fondgrillage{
	background-image:url(../images/grillage.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
 #mycarousel{
 margin-left:auto;
 margin-right:auto;}

 #mycarousel li{
 	height:324px;
	width:802px;
	}
	
	 #mycarouselpetit li{
 	height:179px;
	width:442px;
	}
	
	.arrondi{

		border-radius:15px;
		padding:10px;
		background-color:#ece9e6;
		width:700px;
		margin-left:auto;
		margin-right:auto;
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
	}
	
