@charset "UTF-8";
/* CSS Document */


/* Disposition et habillage des principaux blocs */

#Entete {
	position:static;
	left:0px;
	top:20px;
	width:800px;
	height:95px;
	z-index:1;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right 6px;
	background-image: url(logo.gif);
	margin-right: auto;
	margin-left: auto;
}
#Conteneur {
	position:static;
	left:0px;
	top:115px;
	width:800px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #000000;
}
#Contenu {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	position: static;
	width: 796px;
	top: 10px;
	background-color: #FFFFFF;
	border-right: 2px dotted #FF9933;
	border-left: 2px dotted #FF9933;
}
#Pied {
	position:static;
	left:0px;
	top:10px;
	width:800px;
	height:80px;
	z-index:4;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(piedpage.gif);
}
#Trouver {
	position:relative;
	top:5px;
	width:190px;
	height:90px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: 290px;
}
#Logo {
	position: relative;
	height: 90px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	left: 165px;
	top: -85px;
}

/* Habillage et disposition des articles */

.liste-articles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.liste-articles li {
	margin-bottom: 1em;
	clear: both;
}

.liste-articles li .spip_logos {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px; 
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border: medium solid #000000;
	clear: right;
}
.liste-articles li .titre { 
    padding-top: 20px;
	padding-left: 20px;
	margin-bottom: -10px;
    font-size: 22px; 
    font-family: "Myriad pro", Arial, sans-serif; 
    color: #FF9933; 
    z-index: 20; 
}
.liste-articles li .chapo {
	font-size: 12px;
	font-family: "Myriad pro", Arial, sans-serif;
	color: #000000;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	z-index: 20;
	font-weight: bold;
}
.liste-articles li .texte {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000000;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	z-index: 20;
}

/* Habillage et disposition des documents joints */

.telechargement {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}

.logodoc { padding-left:20px; }

.titredoc {
	font-size: 12px;
	padding-right: 60px;
	font-weight: bold;
	padding-left: 20px;	
}
.descriptifdoc {
	font-size: 11px;
	padding-right: 60px;
	padding-left: 20px;
}

.spip_documents_center {
        margin: auto;
		margin-bottom: 15px; 
        text-align: center;
        width: 80%;
}

.spip_documents_left {
        float: left;
        margin-right: 15px;
		margin-bottom: 15px;  
        text-align: center;
}

.spip_documents_right {
        float: right;
        margin-left: 15px; 
		margin-bottom: 15px; 
        text-align: center;
}


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a {
	text-decoration: none;
	color: #FF9933;
}
a:hover { text-decoration: underline; }

img { border: 0;}