
* {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color:#06F;
	text-decoration: none;
}
a:hover {
	color: #0CF;
	text-decoration: none;
}

html, body {
	background-color: #92d0e9;
	color: #000;
	font-family: Verdana, Arial;
	font-size: 0.9em;
}

#global {
	width: 990px;
	margin: 0 auto;
}

#body {
	overflow: hidden;
	background: #92d0e9 url(../images/fond.jpg) repeat-y center;
}

#header {
	height: 100px;
}

#content {
	margin-right: 185px;
	margin-left: 190px;
	width: 610px;
	z-index: 25;
}

#footer {
	background: url(../images/footer.jpg) no-repeat center;
	margin-top: -2px;
	margin-left: 2px;
}

#menu_gauche {
	float:left;
	width: 177px;
	margin-left: 1px;
	z-index: 20;
}
#menu_gauche a img {
	border: none;
}

#menu_droite  {
	float:right;
	width: 170px;
	z-index: 18;
}
#menu_droite a img {
	border: none;
}

#gauche_flash {
}

/* News */
#news {
	width: 560px;
	text-align:left;
	display: block;
	
}
#news_content {
	background: url(../images/news_fond.gif) repeat-y center;
}
#news_content_in {
	margin-left: 15px;
	padding: 3px;
	width: 540px;
}

/* CADRES */
.cadre {
	margin: auto;
	width: 580px;
	border: 1px dashed #52A0B9;
	margin-bottom: 15px;
	text-align: justify;
}
.cadre_haut {
	background-color: #72B0C9;
	padding: 8px;
	border-bottom: 1px dashed #FFF;
}
.cadre_content {
	background-color: #92D0E9;
	padding: 8px;
	overflow: auto;
}
.cadre_content img {
	border: 1px solid #FFF;
}
.cadre_region {
	text-align: left;
	text-transform : uppercase;
}
.region {
	color: #276D5E;
	text-transform : uppercase;
	font-weight: bold;
}
.cadre_haut_promos {
	background-color: #d73737;
	padding: 8px;
	border-bottom: 1px dashed #FFF;
	color: #FFF;
}

label {
	float: left;
	width: 120px;
	margin-bottom: 5px;
}