/* CSS Document */

/*  Feuille de style Main pour tous les navigateurs  */

body {
	margin : 0px;
	padding : 30px 0px 0px;
	background-image: url(../imgs/fond/C.jpg);
}

table {
	border : 0px none;
	
	}
	
/*  Note: N'employez pas les dŽclarations de marge dans   */
/*  des Žtiquettes de p Žtant donnŽ que la marge  		  */
/*  s'est effondrŽe jusqu'ˆ l'article d'Žtiquette.        */
/*  Affecte spŽcifiquement des navigateurs de NS 4.x      */


p {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #000;
	background : transparent;
	}

blockquote {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #000;
	margin-left : 0px;
	border-left : 1px dotted #666;
	padding-left : 15px;
	background : transparent;
	}

center {
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 13px;
	color : #000;
	padding-bottom : 5px;
	background : transparent;
	}

b {
	font-weight : bold;
	color : #777;
	}

/*  Note: Ajouter une ligne d'espacement au td      */
/* capitonne rŽellement des cellules de tables      */ 
/* avec l'espace Žtranger equivilent ˆ la place.    */ 
/* Affectez spŽcifiquement les browsers de NS 4.x.  */

td {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	color : #666;
	border-style : none;
	}

h1 {
	font : 18px arial, helvetica, geneva, sans-serif;
	line-height : 22px;
	color : #777;
	background : transparent;
	}

h2 {
	font : 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 16px;
	font-weight : bold;
	color : #444;
	background : transparent;
}

h3 {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 15px;
	font-weight : bold;
	color : #777;
	background : transparent;
	border-bottom : 1px dashed #999;
	padding-top : 25px;
	}

ol {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	color : #FF0099;
	background : transparent;
	}
	
li {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	margin : 0px 0px 0px -20px;
	line-height : 14px;
	color : #777;
	background : transparent;
	list-style-type : square;

	}

li.listfred {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	margin : 0px 0px 0px -40px;
	line-height : 14px;
	color : #777;
	background : transparent;
	list-style-type : square;
	}


a:visited {
	color : #777;
	background : transparent;
	text-decoration : underline;
	}
	
a:link {
	color : black;
	background : transparent;
	text-decoration : underline;
	}

a.linkfred {
	color : black;
	background : transparent;
	text-decoration : none;
	}	
	
a:hover {
	color : red;
	background : transparent;
	text-decoration : none;
	}
	
a:active {
	color : #777;
	background : transparent;
	text-decoration : underline;
	}
	
#menu a {
	color: #5b68ab;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	/*text-transform: uppercase;*/
	
	}

#menu a:hover {
	color: #fff;
	background-color: #d51989
	}
	
	
	
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 100%;
	

	
}

.spip_documents_center{
	
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	}



.spip_documents_left{
	text-align: center;
	float: left;
	

}

.spip_documents_right{
	float: right;
	text-align: center;
	
}
