body {
	margin: 0; /* pour éviter les marges */
	text-align: center;
	color: #003366;
/*	background:url(img/fond.jpg);
	background-repeat:repeat-x; 
*/
	background:url(img/fond1.jpg);
	background-repeat:repeat-x; 
	
}

a:hover{
	color: #099997;
}

.page {
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
     margin-left: auto;
     margin-right: auto;
     text-align: left; /* on rétablit l'alignement normal du texte */
	
}

.page h1{
	font-size:1.5em; 
}

.toppage {
	background-image: url(img/bg-page-top.gif);

	background-repeat: no-repeat;
	background-position: top;
	background-color: #eff2f3;
	height: 10px;

}
.midpage {
	background-color: #eff2f3;
	width: 900px;
	
}

.botpage {
	background-image: url(img/bg-page-bot.gif);

	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #eff2f3;
	height: 15px;
}

.menutop {
	background-image: url(img/bg-list-article-top.gif);
	width: 900px;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;

}
.menumid {
	background-image: url(img/bg-list-article-middle.gif);
	background-repeat: repeat-y;
	width: 900px;
	background-position: center;
	
}

.menubot {
	background-image: url(img/bg-list-articles.gif);
	width: 900px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eff2f3;
	height: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mainpage {
	background-image: url(img/bg-rub-mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;


}

.mainpagebot {
	background-image: url(img/bg-rub-bot.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	height: 10px;

}

.contenu {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align:justify;
	

}

.sidebar {
	/*background-image: url(img/bg-sidebar-top.gif);*/
	background-repeat: no-repeat;
	/*background-position: -2px -1px;*/
	background-image: url(img/sidebar-top.gif);
	list-style-image: url(img/puce.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-size: 12px;
	width: 250px;
	/*background-color:#EFF2F3;*/
	margin:15px;
	line-height: 150%;

}

.niv2 a:hover {


    text-decoration: underline;
    font-weight: bold;
    font-style: normal;

}
.niv2{
	margin-left:15px;
}

.sidebar ul{
	padding-left:18px;
	margin-left:0px;
	margin-top:5px;
}

.sidebar h2{
	margin-left:0px;
	margin-top:0px;
}

.sidebar h3{
	margin-top:0px;
}

.titre1{
	width:100%;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	/*background-image:url(img/bg-sidebar-top.gif);*/
	background-position:-15px -5px;

}
.titre1 a{
	color:#8095A2;
	text-transform:uppercase
}



.article {
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

a {
	color: #000066;
	text-decoration: none;
}
H1 {
	color: #8095A2;
}
h2 {
	color: #8095A2;
}

img{
	border:0px;
}

.imagedroite{
	float: right ;
	margin-right: 0px;
	margin-left: 10px;
}

table .tableau{
border-style:solid; 
border-width:1px; 
border-color:black;
width:100%;
border-collapse:collapse;

}
.tableau td { 
border-style:solid; 
border-width:1px; 
border-color:#8095A2;

}

/* Tableaux */
table.spip {
	/*margin: auto;*/
	margin-bottom: 1em;
	width:543px;
	border: 1px solid;
	border-collapse: collapse;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size: 0.90em; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: left;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background-color: #fcf4d0; }
table.spip tr.row_odd { background-color: #d0d0d0; }
table.spip tr.row_even { background-color: #f0f0f0; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }



