body {
	margin: 0px;
	background-image: url(../images_site/fond.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#principale {
	width: 800px;
	margin-left: -400px;
	left: 50%;
	float: left;
	position: relative;
	
}
#centre {
	width: 800px;
}
#menu {
	width: 270px;
	float: left;
	
}

.sousMenu, .sousMenuSelected{
	list-style-type: none;
	padding: 0;
	width:250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

.sousMenu a{
	color: white;
	background-color:red;
	display: block;
	height: 45px;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: black;
	text-decoration:none;
	border: thin solid #FFFFFF;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.sousMenu a:visited, .sousMenu a:active, .sousMenu a:link{
	color: white;
}

.sousMenu a:hover{
	color: red;
	background-color: white;
}

.sousMenuSelected a{
	color: white;
	display: block;
	height: 45px;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: black;
	text-decoration:none;
	border: thin solid #FFFFFF;
}

.sousMenuSelected a:visited, .sousMenuSelected a:active, .sousMenuSelected a:link{
	color: white;
	background-color: black;
}

.sousMenuSelected a:hover{
	color: red;
	background-color: white;
}

.pubV{
	margin-top: 60px;
}

#contenu {
	width: 530px;
	float: left;
	background-color: #FFFFFF;
}

.nomCat{
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-position: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.listeArticles{
	list-style-type: disc;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}
.liArticles{
	margin-bottom: 10px;
}
.liArticles a:visited, .liArticles a:active, .liArticles a:link{
	color: black;
	background-color: #CCCCCC;
	text-decoration:none;
}
.liArticles a:hover{
	color: white;
	background-color: red;
	text-decoration:none;
}
.article{
	width:490px;
	font-size: 12px;
	background-color: #CCCCCC;
	float: left;
	margin: 10px;
	padding: 10px;
}
.article img{
	margin: 10px;
}	
.retour{
	text-align: right;
	font-size: 10px;
	margin-right: 10px;
}
.retour a:link, .retour a:visited, .retour a:active {
	color: #666666;
	text-decoration: none;	
}
.retour a:hover {
	color: red;
	text-decoration: none;	
}
 h1{
	background-color: #999999;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	background-position: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	border: thin solid #000000;
	text-transform: uppercase;
}

.h1Links{
	text-align: center;
}

#legende{
	font-size: 9px;
	width: 640px;
	height: 30px;
	text-align: center;
	float: left;
	margin-top: 10px;
}

#legende a:link, #legende a:visited, #legende a:active {
	color: #8e8e8e;
	text-decoration: none;
}
#legende a:hover {
	color: #00c700;
	text-decoration: none;
}
