@charset "UTF-8";
body { 
	background : #a9a9a9; 
	color: #757575;
	text-align:center;
	margin:12px 0 0 0;
	padding:0;
}

a {font-weight:bolder;}
a:visited, a:link, a:active {color:#13a5d7; text-decoration:none;}
a:hover {color:#757575; text-decoration:none;}

h1 {
	color: #13a5d7;
	letter-spacing: 0.1em;
	padding-bottom:4px;
	border-bottom:1px solid #cecece;
}
h2 {letter-spacing: 0.15em;}
h3 {color:#a9a9a9;}

#global {
	width:970px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}

#menu {
	background: url('../images/bgMenu.jpg') repeat-x;
	display:block;
	padding:1px 0 0 0;
}

#menu a {
	color:#fff;
	margin:0 4px;
	padding:10px;
}

#menu a:hover {
	background:url('../images/bgMenuHoover.jpg') no-repeat right top #5ac2e2;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	color:#fff;
	line-height:32px;
}

#menu ul li {
	display:inline;
}

#header {
	background: url('../images/header.jpg') repeat-x #fff;
	height:227px;
	position: relative;
}

#nav {
	background:#d8d6e5;
	padding:4px;
}

#corps {
	background: url(../images/bgCorps.jpg) no-repeat left bottom #fff;
}

#corps p {
	text-align:justify;
}

#main {
	width:689px;
	float:right;
	margin-right:18px;
}

#sidebar {
	float:left;
	width:245px;
	margin:20px 18px 254px 0;
}

#sidebar div.bleu, #sidebar div.vert, #sidebar div.gris, #sidebar div.twitter {
	color:#fff;
	padding:8px;
    -moz-border-radius: 0 5px 5px 0; 
    -webkit-border-radius: 0 5px 5px 0; 
    border-radius: 0 5px 5px 0;         
    -webkit-border-top-left-radius: 5px; /* pour Chrome */ 
    -webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
    margin-bottom: 12px;
}
#sidebar div.bleu { background:url(../images/bgBleu.jpg) repeat-x #5bc3e1; }
#sidebar div.vert { background:url(../images/bgVert.jpg) repeat-x #b3d146; }
#sidebar div.gris { background:url(../images/bgGris.jpg) repeat-x #949796; }

#sidebar div.twitter {background:#b3d146; padding:3px;}


#sidebar a  {color:#fff;}
#sidebar a:hover {text-decoration:underline;}

#sidebar ul.navigation
{
	list-style-type: none;
	padding:0;
	margin:0;
}

#sidebar ul.navigation a, #sideInfo ul.navigation a {display:block; padding: 1px 8px;}
#sidebar ul.navigation a:hover, #sideInfo ul.navigation a:hover { background:#cecece; color:#333; text-decoration:none;}


#sidebar div.bleu h3, #sidebar div.vert h3, #sidebar div.gris h3 {
	color:#fff;
	margin-top:0;
	padding-bottom:2px;
	border-bottom:solid 1px #fff;
}




#footer {
	background:#d8d6e5;
	margin: 0 0 0 0;
	padding: 8px;
}

.slider {
	border:0; color:#f6931f; font-weight:bold;
}

#map h1 {font-size: 14px;}

div.management,
img.management {
	float:right;
	margin-left:16px;
	margin-bottom:16px;
}

#newAddress {
	position: absolute;
	top: 40px;
	color: #fff;
	font-weight: bold;
	left: 25px;
}