/* CSS Document */


body {
	background-color: #E7E7E7;
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 125%;
	padding:0;
	margin:0;
	background-image: url(fond.jpg);
	background-repeat: repeat-x;

}

html {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 120%;
}

/* Pave central 800 px centre */

#centre {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-left-width: 1px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#haut {
	margin: 0px;
	padding: 0px;
}
#bandeau {
}

#bandeau img{
border:0;
}

#cadre {
	background-color: #FFFFFF;
	color: #434343;
	border-top: 0px none;
	border-right: 20px solid #E7E7E7;
	border-left: 20px solid #E7E7E7; 
	background-image: url(fond-page.gif);
	background-repeat: repeat-y;
	background-position: 0px;
}


* html #cadre{
	background-position: 20px;/* Pour IE6 */
}
*+html #cadre{
	background-position: 20px;/* Pour IE7 */
}


/*
*+html #cadre{
	background-position: 20px; Pour IE7 
}
* html #cadre{
	background-position: 20px;Pour IE6
}

*html #cadre{
	background-position: 20px;Pour IE6 
}
*html#cadre{
	background-position: 20px;/* Pour IE6 
}
*/



#droite {
	float: right;
	width: 225px;
	margin-right: 0px;
	padding: 0px;
	padding-top:15px;
	padding-bottom:5px;
	
}


#droite h1 {
	font-size: 13px;
	font-weight: bold;
	color: #31569B;
	margin: 0px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
}
#droite h1 a {
	color: #31569B;
	text-decoration: none;
}

#droite h1 a:hover {
	color: #31569B;
	text-decoration: none;
}

#droite ul {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5BCC6;
		color: #D7552B;
		padding-bottom:5px;
	margin-bottom:0px;

}

#droite li {
	margin: 0px;
	list-style-type: square;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin-left:25px;
	padding-left: 0px;
	
	line-height: 15px;
}

#droite li a {
	color: #333333;
	text-decoration: none;
}

#droite li a:hover {
	color: #D7552B;
	text-decoration: none;
}
#droite form {
padding:0;
margin:0;
margin-left:10px;
margin-top:3px;

}
#droite option {
font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0;
}
#droite select {
font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
}
.rechercher {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5BCC6;
	padding-top: 10px;
	padding-bottom: 10px;
}
.recherche {
	width: 120px;
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #D7552B;
	margin-bottom: 10px;
}

.ok {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	background-color: #D7552B;
		margin-bottom: 10px;
		padding-left:3px;
		padding-right:3px;

}

#chemin {
	margin-bottom: 20px;
	color: #999999;
	font-size: 12px;
}
#chemin a {
	color: #999999;
	text-decoration: none;

}
#chemin a:hover{
	text-decoration: underline;

}


#gauche {
	margin-right: 240px;
	padding-top: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	color: #333333;
}

#texte h1 {
	margin-top: 0px;
	padding-top: 0px;
	line-height:22px;
	font-size: 20px;
	color: #294A86;
	font-weight: normal;
	text-align:left;
	background-image: url(puce-h1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: -20px;
}

#texte h2 {
	font-size: 14px;
	font-weight: normal;
	color: #D7552B;
	line-height: 130%;
}

#texte h3 {
	font-size: 14px;
	font-weight: normal;
	color: #37569C;
}

#texte p {
}

#texte ul li
{
	
	margin-bottom: 0.5em;
}


#texte a {
	color: #5F66AA;
	text-decoration:underline;
}
#texte a:hover {
	color: #D7552B;
	text-decoration:none;
}

/* --- Liste des articles --- */
#articles
{
	
}

#articles
{
	font-weight: normal;
	margin: 0;
	color: #95A8AD;
}

#articles ul
{
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
}

#articles ul li
{
	background: url(puce-article.gif) no-repeat 0 0.3em;
	padding-left: 17px;
	margin-bottom: 0.5em;
}

.descriptif {
	display:block;
	color: #666666;
}

.date{
	color: #666666;
	text-align: right;
}



/* Page accueil */

#accueil {
	background-image: url(accueil-fond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#accueil img {
border:none;
	
}


#pave1 {
	width: 220px;
	padding: 10px 5px 5px;
	margin-top: 10px;
	border-top: 10px solid #9EB8DE;
	border-right: #9EB8DE;
	border-bottom: 2px #9EB8DE;
	border-left: #9EB8DE;
	margin-right: 30px;
}

#pave1 h1 {
	font-size: 15px;
	color: #D7552B;
	background-image: none;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#pave1 p {
margin: 0px;
	padding: 0px;
}

#pave1 ul {
}

#pave1 li {
}

#pave1 a {
	text-decoration: none;
	color: #36599D;
}

#pave1 a:hover {
	text-decoration: underline;
}

#pave2 {
	width: 200px;
	padding: 10px 5px 5px;
	margin-top: 10px;
	border-top: 10px solid #D5E969;
	border-right: #D5E969;
	border-bottom: #D5E969;
	border-left: #D5E969;
}

#pave2 h1 {
	font-size: 15px;
	color: #C6D862;
	background-image: none;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pave2 p {
	margin: 0px;
	padding: 0px;
}

#pave2 ul {
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top:5px;
}

#pave2 li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#pave2 li a {
	text-decoration: none;
	color: #36599D;
}

#pave2 li a:hover {
	text-decoration: underline;
}

#pave2 a {
	text-decoration: none;
	color: #333333;
}
#pave2 a:hover {
	text-decoration: underline;
}



#pave3 {
	width: 220px;
	padding: 10px 5px 5px;
	margin-top: 10px;
	border-top: 10px solid #D7552C;
	border-right: #D7552C;
	border-bottom: #D7552C;
	border-left: #D7552C;
	margin-right: 30px;
}

#pave3 h1 {
	font-size: 15px;
	color: #37579C;
	background-image: none;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#pave3 p {
margin: 0px;
	padding: 0px;
}

#pave3 ul {

}

#pave3 li {

}

#pave3 a {
	text-decoration: none;
	color: #D7552B;
}

#pave3 a:hover {
	text-decoration: underline;
}

#pave4 {
	width: 210px;
	padding: 10px 5px 5px;
	margin-top: 10px;
	border-top: 10px solid #365A9D;
	border-right: 0px #365A9D;
	border-bottom: 0px #365A9D;
	border-left: 1px #365A9D;
}

#pave4 h1 {
	font-size: 15px;
	color: #D7552C;
	background-image: none;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#pave4 p {
margin: 0px;
	padding: 0px 0px 5px;
}

#pave4 ul {
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top:5px;
}



#pave4 li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#pave4 a {
	text-decoration: none;
	color: #365A9D;
}

#pave4 a:hover {
	text-decoration: underline;
}





#bas {
	clear:both;
	margin-left:20px;
	margin-right:20px;
	background-color: #E7E7E7;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5C7E4;
}
#clear {
clear:both;
}

#bas p {
	color: #616F9B;
	padding:5px;
	padding-left:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}


#bas a {
	color: #616F9B;
	text-decoration: none;
}
#bas a:hover {
	text-decoration: underline;
}

/* Images */

.spip_documents_right {
	margin-left:10px;
	margin-bottom:5px;
}

.spip_documents_left {
	margin-right:10px;
	margin-bottom:5px;
}


/* Tableau */

#texte table {

	background-color: #BBBBBB;
	margin: 1px;
	border-collapse: collapse;
	
	

}
#texte td {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	font-weight: normal;
}

#texte tbody {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	font-weight: normal;
}
#texte th {
	font-weight: bold;
	background-color: #EEEEEE;
	margin: 1px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}

/* Partie Cadre bleu : Agenda CONFEMEN */

/* Partie Agenda  */

div.cadre-bleu h1.cadre {
	background-color: #DAE6F6;
}
div.cadre-bleu .texte {
	background-color: #FFF;
	border-color: #DAE6F6;
	
}
.cadre-bleu {
	border: solid  1px;
	border-style: solid inset;
	border-color:green;
	}
.cadre-bleu img {
border:none;
	
}

h1.cadre {
	padding: 8px 0;
	font-weight: bold;
	font-size: 8px;
	margin: 0;
}
.cadre-bleu h1 {
	font-size: 15px;
	color: #D7552B;
	background-image: none;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.cadre-bleu ul {

	list-style-type: none;

}
