body, html{
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	/*background-color: #55A0D3;*/
	background-color:#B2CEF9;
}

h1 {
	color: #c64934;
	font-size: 20px;	
	
	font-weight: bold;
	margin-top: 0px;
}

h2 {
	color: #444444;
	font-size: 16px;	
	
	font-weight: bold;
	
	/*border-bottom: 1px dashed #AAAAAA;*/
}

a {
	text-decoration: none;
}

p {
	text-align:justify;
	font-size: 14px;
	line-height: 20px;
}

span {
	font-size: 12px;
}

li {
	font-size: 14px;
	list-style-image:url("/images/bullet.gif");
	line-height: 26px;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0000EE;
}

img {
	border: 1px solid #336699;
}

#main {
	margin-left: auto;
    margin-right: auto;
    width: 824px;
    text-align: left; /* on rétablit l'alignement normal du texte */
	background-image:url("images/bande_hori.png");
	background-repeat:repeat-y;
}

#header {
	width: 100%;
	height: 215px;
	background-color: #5D90C3;
	background-image:url("images/header-new.png");
	background-repeat:no-repeat;
}


#col_left {
	float: left;
	width: 220px;
	/*margin-left: 10px;*/
	text-align:center;
}

#menu {
	width: 160px;
	background-color: #336699;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
}

#menu_haut {
	height: 16px;
	line-height: 16px;
	background-image:url("images/menu_haut.gif");
	font-size: 0px;
}

#menu_bas {
	height: 16px;
	line-height: 16px;
	background-image:url("images/menu_bas.png");
	font-size: 0px;
}

#menu li {
	font-weight: bold;
	list-style-image:url("/images/bouton.gif");
	font-size: 15px;
	color: #FFFFFF;
	width: 100%;
	text-indent: 0px;
}

#menu ul {
	padding: 0px;
	padding-left: 25px;
	text-indent: 0px;
	margin: 0px;
	
}

#menu a {
	color: #FFFFFF;
	line-height: 26px;
}

#menu a:visited {
	color: #FFFFFF;
}

#menu a:hover {
	color: #FF9933;
	text-decoration:none;
}



#content {
	margin-left: 220px;
	margin-right: 20px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	margin-top: 100px;
	font-style:italic;
}

.adresse_menu {
	width: 160px;
	margin-top: 30px;
	margin-left: 25px;
	font-size: 14px;
	color: #FFFFFF;
	text-align:left;
}

.margin-right {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

.date {
	color: #444444;

	font-weight: bold;
	
	/*border-bottom: 1px dashed #AAAAAA;*/
}

