/*
rouge : #de000f;
marron :#7d665c; 
*/

* {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 13px;
	outline:none;
}

body {
	background:#fff;
	margin: 0px;
	padding:0px;
}

img {
	border:0px;
}

h1 {
	color:#5f5d5c;
	font-size:16px;
	font-style:italic;
	text-align:center;
	margin-bottom:20px;
}

hr {
	border: none 0;
	border-top: 1px dotted #4f4f4f;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#de000f;
}


#global {
	width:990px;
	margin:0 auto;
	margin-top:10px;
}

#flash {
	width:990px;
	height:441px;
	text-align:center;
}

#carte {
	background:url(../images/carte.gif) no-repeat top left;
	width:990px;
}

#logo-rouge {
	display:block;
	width:392px;
	height:150px;
	margin-left:70px;
	text-align:right;
}

#logo-bleu {
	display:block;
	width:392px;
	height:150px;
	position:absolute;
	margin-top:-150px;
	margin-left:550px;
}
#logo-bleu a:hover {
	color:#008fd6;
}

/* FOOTER  ########################################### */ 
#footer {
	width:500px;
	margin-left:120px;
}

#footer a {
	color:#60514a;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	font-size:12px;
}
#footer a:hover {
	color:#7d665c;
	text-decoration:underline;
	font-size:12px;
}































