body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial,Verdana,sans-serif;
	/*Importation d'un fichier pour faire fonctionner le hover sous IE*/
	behavior: url(themes/csshover.htc);
}

/*----------------MENU-----------------*/
 /*on definit la taille de la div du menu ainsi que la taille de parties du menu.*/
div#menu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 185px;
	font-size: 0.8em;
}

div#menu ul {
	background-color: #FFF;
	border-right: 1px solid #0f60ab;
	border-left: 1px solid #0f60ab;
	border-top: 1px solid #0f60ab;
	color: #084883;
	padding: 0;
	width: 185px;
	/*border: 1px solid;*/
	margin: 0px;
}

/*On positionne les elements du menu */
div#menu li {
	background-color: #FFF;
	color: #007bed;
	border-bottom: 1px solid #0f60ab;
	height: 18px;
	padding-top: 2px;
	padding-left: 10px;
	position: relative;
	list-style: none; /*on enleve les icones de liste */
	/*border-bottom: 1px solid; /*ajout d'une bordure de separation d'element:*/
} 

div#menu li a {
	color: #007bed;
	text-decoration: none; /* plus de soulignement pour les liens */
}
div#menu li a:hover {
	color: #c10e0e;
	text-decoration: underline; /* plus de soulignement pour les liens */
}
div#menu li a:visited {
	color: #007bed;
	text-decoration: none; /* plus de soulignement pour les liens */
}
div#menu li a:visited:hover {
	color: #c10e0e;
	text-decoration: underline; /* plus de soulignement pour les liens */
}

/* fond different au survol de la souris entre les sous-menu et les "basiques"*/
div#menu li:hover {
	color: #c10e0e;
	background: #d0dde8;
}

div#menu li.sousmenu:hover {
	color: #c10e0e;
	background: #a0bfff;
}
 /*fond jaune pr les sous-menu*/
div#menu li.sousmenu {
	background: url(../images/right.png) 98% 50% no-repeat;
}

/* On cache tous les sous menu avec la propriété display none */
div#menu ul ul {
	position: absolute;
	top: 3px;
	left: 185px;
	display: none;
}
/*Lors du survol ,avec la souris, les sousmenu apparaissent grace a display: block */
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2,
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3,
div#menu ul.niveau3 li.sousmenu:hover ul.niveau4,
div#menu ul.niveau4 li.sousmenu:hover ul.niveau5,
div#menu ul.niveau5 li.sousmenu:hover ul.niveau6 {
	display:block;
}

/*
Fin de gestion du style de menu
*/
img {
	border: 0;
}

div.bandeau {
	/*border: 1px solid #000000;*/
	height: 100px;
	background: url(../images/bandeau.jpg) 100% 0% no-repeat;
	border-spacing: 0;
}

div.chemin{
	padding-top : 0px;
	color : #b72f2f;
	height: 36px;
	padding-left: 1em;	
	background: url(../images/fond_chemin.png) left top repeat-x;
	font-size: 0.8em;
}

span.chemin_page {
	vertical-align: middle;
}

a.chemin:link {
	color : #b72f2f;
	text-decoration : none;
}
a.chemin:hover {
	color : #b72f2f;
	text-decoration : underline;
}
a.chemin:visited {
	color : #b72f2f;
	text-decoration : none;
}
a.chemin:visited:hover {
	color : #b72f2f;
	text-decoration : underline;
}

.marge_gauche{
	float: left;
	margin-left: 4px;
	margin-bottom : 4px;
	width: 205px;
	border: 1px solid #b72f2f;
	background-color: #8fa6c5;
}

div#club{
	height: 200px;
	margin-top: 5px;
	margin-right : 5px;
	text-align : left;
}

div.validateur {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

div.nouvelle{
	border: 1px solid #000000;
}

div.contenu {
	margin-left: 215px;
	font-family : Arial,helvetica,Verdana,sans-serif;
	font-size : 12px;
	line-height : 16px;
	padding-top : 5px;
	padding-left : 5px;
	/*border-right: 1px solid #000;
	border-left: 1px solid #000;*/
}

.new_partie {
	font-size : 12px;
	font-weight : bold;
	color : #444444;
	background-color: #f6cc60;
	border-top : #000000;
	border-bottom : #000000;
	text-align : center;
	width : 100%;
}
.new {
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	background-color: inherit;
	width : 100%;
}

.copyright {
	border-top: 1px dotted #a3a3a4;
	padding-top: 5px;
	height: 20px;
	clear : both;
	font-size : 0.7em;
	color : #b72f2f;
	text-align : center;
	vertical-align: middle;
}
div.copyright a{
	color : #b72f2f;
	text-decoration : none;
}
div.copyright a:hover{
	color : #b72f2f;
	text-decoration : underline;
}
div.copyright a:visited{
	color : #b72f2f;
	text-decoration : none;
}
div.copyright a:visited:hover{
	color : #b72f2f;
	text-decoration : underline;
}

/*----------------NOUVELLE-----------------*/

div.news_titre{
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #828080;
	/*background: url(../images/fond_titre_new.png) repeat;*/
	margin-right: 10px;
}
div.news_description{
	margin-right: 10px;
	/*border-right: 1px solid #828080;
	border-left: 1px solid #828080;*/
	padding-right: 10px;
	padding-left: 10px;
	/*background-color: #eacece;*/
}

div.news_auteur{
	color: #d50000;
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	margin-right: 10px;
	/*border: 1px solid #828080;*/
	padding-right: 10px;
	/*background-color: #efefef;*/
}

div.news_simple{
	font-weight: bold;
	font-size: 0.7em;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/fond_nom_bandeau.gif) repeat;
}

div.news_titre_simple{
	font-weight: bold;
	border: 1px solid #828080;
	background-color: #dae0ea;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.7em;
}

div.news_description_simple{
	margin-right: 10px;
	margin-left: 10px;
	border-right: 1px solid #828080;
	border-left: 1px solid #828080;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.7em;
	background-color: #eff2f3;
}

div.news_auteur_simple{
	color: #d50000;
	text-align: right;
	font-size: 0.9em;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #828080;
	font-size: 0.7em;
	background-color: #efefef;
}

div.news_lien{
	text-align: right;
	margin-right: 10px;
}

a.lien_flux:link{
	font-size: 0.7em;
	color: #0000FF;
	text-decoration: none;	
}
a.lien_flux:visited{
	font-size: 0.7em;
	color: #0000FF;
	text-decoration: none;	
}
