/*-----------------------------------------------------
	a-brest css screen
	
	version: 1.7
	date:    2003.09.14
	author:  erational.org
------------------------------------------------------*/


/* Main structure ------------------------------------*/
html, body {width : 100%;}
body {
  /*background-image:url(http://www.leravi.org/IMG/jpg/papier.jpg);*/
  background-color: #fff
 ;
  font:x-small Verdana, Arial, sans-serif;
}

* html body{  width: 101em;}

img, table { padding: 0; border: none; }

#page {
	margin:auto;
	width: 100em;
	display: block;
	 }
	 
#header {
	display:block;
	width: 92em;
	margin : 12px 0 0 10px;
	}


#conteneur {
  clear: both;	
  width: 97em;
}
 
 * html #conteneur {width: 100em;}

#contenu {
  float:left;
  padding:0;
  width: 70em;
} 
* html #contenu { display: block; width: 54em; }

#navigation {
  padding:0;
  width: 27%;
  float: right;
  text-align: center;
} 
* html #navigation { float: left; margin-left:2em; width: 20em; }

#spacer{clear: both; height: 10px; display: block;}
#spacer2{clear: both; margin-top: 3em;}
#spacer3{margin-top: 2.5em;}
#spacer4{margin-top: 1.5em;}
#mini {clear: both;	margin-left : 12px; width: 93.6em;}
* html #mini { width: 100em;}

#hierarchie {
	display: inline;
	float: left;
	color: #000;
	font-size: 8px; 
	}

#hierarchie a {
	
	color: #000;
	text-decoration: none;
}

#hierarchie a:active, #hierarchie a:link { 
	text-decoration: none; 
	}
	
#hierarchie a:hover { 
	color: #D11D1D;
	text-decoration: none;
	} 
#switch {display: none; float:right; color:#000; font-size:11px;}
* html #switch { float: right; margin-right: 38em;}
#switch a{color:#000;text-decoration: none; font-weight:bold;}
#switch a:hover{color: #d11d1d;}
#stop {clear: both;}

/* position -------------------------------------- */
#pos {
	display: block;
	margin-top:10px;
	margin-bottom: 1em;
	padding: 2px 10px 0px 15px;
	background: transparent;	
	font-size: 23px;
	font-weight: bold;
	color: #000;
	text-decoration: none; 	
}

#pos a, #pos a:active, #pos a:link {
	color: #720E0E;
	text-decoration: none; 
}

#pos a:hover {
	color: #D11D1D;
	text-decoration: none;
}
  

/* header -------------------------------------- */
.top {display: block; width: 100%;}
.pub {
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 4.8em;
	width: 30em;
	height: 146px;
	z-index: 2;
	text-align: left;
	color: #000;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow:  2px 1px 2px #CCC;  
  	-webkit-box-shadow: 2px 0 2px #CCC;
	background: #f5f5f5;
	background: -moz-linear-gradient(#E3E3E3, #fff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E3E3E3),color-stop(1, #FFF)); /* Safari et Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E3E3E3', endColorstr='#FFF')"; /* IE8 */
	font-size: 12px;
}
.pub .quiz{float : left; width : 14em; color: #000; font-size: 16px; padding :  20px 0 0 8px; }
.pub a{text-decoration: none; font-weight: bold; }
.pub img{ 
	float: right; 
	width: 105px; 
	margin:0; 
	opacity : 0.65;
    -moz-opacity : 0.65;
    -ms-filter: "alpha(opacity=65)"; /* IE 8 */}
    
.pub img a:hover{ 
	opacity : 1;
    -moz-opacity : 1;
 }

.object { 
	border:1px dotted #000;
	float: left;
	width: 250px;
	height: 150px;
	margin-top: 5px;
	margin-left: 12em;
	z-index: 2;
	text-align: left;
	color: #000;
	border: 1px dotted #fff;
	-moz-border-radius: 8px;
	}
	
.object object{width: 250px; height: 163px;}
.object embed{width: 250px; height: 163px;}

.pub h1 {
	font-size: 20px;
	margin-bottom: 5px;
}

#video {
text-align: center;
}


.banner {
	display: block;
	float: left;
	text-align: left;
	}
	


#bannerprint { display:none;}
#presentation { clear: both; font-weight: bold; font-size: 15px; letter-spacing: 3px; word-spacing: 10px; margin-left: 3px; margin-bottom: 2px; min-width: 50em;}
#menuheader3 {
	display:block;
	vertical-align: bottom;
	height: 100px;
	width: 93.6em;
	border-bottom: 0px solid #ccc;
}
#menuheader3 img {margin-left: 4px; }
#menuheader {display:none;}
#menuheader2 {display: none;}

#menuheader2 a, #menuheader2 a:active, #menuheader2 a:link {
	margin-bottom: 100px;
	text-decoration: none;
	border: none; 
}

#papier3 { display: inline; float: left; width: 52em;}
#net3 { display: inline; float: left; margin-left: 0em;}
* html #papier3 { width : 40em;}


/* info bulles -----------------------------------------*/

a.tooltip em {
    display:none;
}
a.tooltip img { height: 90px; padding-right: 3px; }
a.tooltip img:hover {
	height: 100px;
	margin-top: -10px;
}
	
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}


a.tooltip:hover em {
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 5px;
    color: #000;
    border: 2px solid #D11D1D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background: #fff;
    width:200px;
}

*+html a.tooltip:hover em {
	top: 100px;
    left: -10px;
    width:200px;
	}


a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    margin:0;
    padding: 0;
    border: 0;
}


a.tooltip em .title {
	font-weight: bold;
	font-size: 15px;
	/*width: 40%;
	color: #fff;
	background-color: #D11D1D;
	border: 1px solid #fff;*/
	}


.bgbrest {	
	background: transparent url(../interface/bg_banner2.png) repeat-x  bottom center;
}

/* banner color */





/* onglets */
.onglets { clear: both; display:blocks; margin : 1em 0 0 20em;}
.article .onglets a{color: #aaa; margin-left: 5px;}
.article .onglets a:hover{color: #aaa; font-size:16px;}
.onglets .actif {color:#000; font-weight: bold; font-size:18px;}


/* fin onglets*/


.palegreen {color: #d4e3d4;}
.darkgreen {color: #91a899;}

#video_une {margin: 10px 0 0 0;}
#video_une fieldset { margin-bottom: 1.4em; padding: 1em; border: 0px; border-left: 2px solid #ccc; background-color: #fff; color:#000;}
#video_une fieldset legend { padding: 0 0; font-weight: bold; font-style: italic; color: #000; }
#video_une h1 a{color:#000; font-size:27px;}
#video_une .auteur{color:#000;}
#video_une .auteur a{color:#000;}
#video_une .auteur a:hover{color:#d11d1d;}
#video_une h1 a{color:#720E0E;}
#video_une h5{margin: 30px 0 0 0;}

#radio {display: none; margin: 10px 0 0 0;}
#radio fieldset { margin-bottom: 1.4em; padding: 1em; padding-top:0; border: 1px dashed #124B7D; background-color: #fff; -moz-border-radius: 8px; -webkit-border-radius: 8px; color:#000;}
#radio fieldset legend { padding: 0 0; font-weight: bold; font-style: italic; color: #000; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
#radio h1 a{color:#000; font-size:27px;}
#radio .auteur{color:#000;}
#radio .auteur a{color:#000;}
#radio .auteur a:hover{color:#d11d1d;}
#radio h1 a{color:#720E0E;}
#radio h5{margin: 30px 0 0 0;}


* html #video_une fieldset legend {display: none;}
* html #radio fieldset legend {display: none;}

.video {
	margin-left:3em;
	width: 500px;
	height: 500px;}

#video_une .video{
	margin: -40px 5px 0 10px;
	float: right;
	width: 300px;
	height: 200px;
      }
 * html #video_une .video{ margin: 0 5px 0 10px;}

/*affichage du blog d'actus en une*/

.actus {margin : 10px 0 0 0;}
#titre_actus {
	display:block;
	position:relative;
	width:100%;
	font-size: 25px; 
	font-family: "Courier new"; 
	margin: 0 0 20px 0; 
	padding: 5px; 
	background: #ddd; 
	background: -moz-linear-gradient(#ddd, #fff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(1, #FFF)); /* Safari et Chrome */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:  2px 0 2px #CCC;  
  	-webkit-box-shadow: 2px 0 2px #CCC;
  	/*behavior: url(/PIE.htc);*/
	}
	
#article_tete {clear:both; display : block;}
#articles-suite {display : block; margin: 15px 0 0 0;}
#espace5 {clear: both; height: 50px;}

.vignette_tete {
	border-left: 2px solid #000; 
	border-bottom: 2px solid #000; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding : 0 10px 20px 10px;
	}
	
.vignette_tete img{float: left; margin-right: 20px; max-height:160px;}
.intro {margin: 30px 5px 0 5px; text-align: justify;}
.intro a{font-weight:bold; }
.suite{vertical-align:bottom;}

.vignette_suite {
	float : left;
	overflow: hidden; 
	height : 31.8em; 
	width: 45%; 
	border-left: 1px solid #ccc; 
	margin: _5px 5px 5px 5px; 
	padding : 0 10px 20px 10px;
	}
	
.breve-suite { 
	float : left;
	overflow: hidden; 
	height : 30em; 
	width: 45%; 
	border-left: 1px solid #ccc; 
	margin: 0 5px 5px 5px; 
	padding : 0 10px 20px 10px;
	}

.vignette_suite img{float: left; margin-right: 20px;}

#cemoisci {clear: both; display: block; float:left; margin-top: 10px; width : 100%;}
#titre-cemoisci {font-size: 25px; font-family: "Courier new"; margin: 0 0 20px 0; padding: 5px; background: #ddd; background: -moz-linear-gradient(#ddd, #fff); -moz-border-radius: 5px; -webkit-border-radius: 5px;}

/*affichage du blog d'actus en marge*/
.breve h1 a{
	color: #720e0e; font-size: 15px; }
.breve h1 {
	background: -moz-linear-gradient(#ccc, #fff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CCC),color-stop(1, #FFF)); /* Safari et Chrome */ 
	height: 15px; border-top:0; padding: 0 3px 0 3px; margin: 0 -3px 0 -3px}

.breve {
	background:#f5f5f5;
	border: 1px solid#ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  	-moz-box-shadow:  6px 6px 6px #CCC;  
  	-webkit-box-shadow: 6px 6px 6px #CCC;
	padding : 0 3px 3px 3px;
	margin : 25px 0 50px 0;
	}

.breve img{
	float:left;
	padding-top:26px;
	margin:0 8px 0px 0;
	}

/* main: before and after article: sub sub----------------------------- */
#prearticle {
	padding:   0px 30px 8px 10px;
	font-size: 13px;
	line-height: 100%;
	font-weight:bold;}

#postarticle  {
	padding:   8px 30px 8px 70px;
	font-size: 13px;
	line-height: 100%;
}

#prearticle a, #prearticle a:active, #prearticle a:link, 
#postarticle a, #postarticle a:active, #postarticle a:link{ 
	display: block;	
	padding-left: 20px;
	line-height: 17px;
	background: transparent url(../interface/puce_arrow1.jpg) no-repeat left center;	
	color: #000; 
	text-decoration: none; 
}

#prearticle a:hover , #postarticle a:hover{
	color: #720e0e; 
	text-decoration: none;
}

#prearticle a{padding: 3px 0 15px 0; border-left:2px solid#ccc; border-bottom:2px solid#ccc; -moz-border-radius: 5px; -webkit-border-radius:5px; margin-bottom: 5px; backgropund:#ccc; }

/* main: article -------------------------------------- */
.article {
	/*	padding: 7px 38px 20px 38px;*/
	padding: 0px 15px 10px 15px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 120%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.article img {margin-left: 15px;}
	
.article h1 {
	background: #ddd;
	background: -moz-linear-gradient(#ccc, #fff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CCC),color-stop(1, #FFF)); /* Safari et Chrome */
	padding: 3px;
	padding-left: 10px;
	margin-left: -10px;
	color:  #720E0E;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	text-decoration: none;	
}

.article h1 a {
	color:  #720E0E;
	font-size: 18px;
	margin-top: 15px;
	padding: 0;
	text-decoration: none;	
}

.article h1 a:hover {
	color: #720E0E;
	text-decoration: none;
}

.article a {
	color: #000;
	text-decoration: none;
}

.article a:hover {
	color: #D11D1D;
	text-decoration: none;
}

.aboravi img{width: 400px; height: 120px;}
.aboravi2 img{width: 300px; margin-left: 8em;}
.aboravi3 {color:#694C1E;}
.aboravi3 img{width: 250px; height: 200px;float: right;}
.aboravi4 img{width: 150px; height: 180px;float: right; padding: 2px 3px 0 6px;}
.aboravi5 img{width: 180px; height: 230px;float: right; padding: 2px 3px 0 6px;}
#image img{ width: 90%; height: 90%; margin: -30px 0 0 50px; }
#image2 img{ width: 250px; }
#image3 img{ width:400px; height:300px; margin: 0 0 0 50px;}
#image4 img{ width:500px; height:1500px; margin: 0 0 0 50px;}
#image5 img{ width:600px; height:220px; margin: 0 0 0 0;}

.article .gros_titre h1 {font-size: 30px; margin-bottom: 20px; }
.articles ul li .introduction { margin-top: 0.30em; line-height: 1.40em; }
.auteur { font-family: "Courier new"; text-align: right; color: #000; font-size:10px;}

#article_une { 
	border: 2px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	border-top: 0;
	padding: 0 10px 0 10px ;
	margin-bottom: 30px;
	margin-top: 20px;
	background: #F5F5F5;
	color: #000;
 }

#article_une h1 a{color:#720E0E; font-size: 32px; } 
#article_une h1{margin-right:-9px;}
#article_une .auteur{color:#000;}
#article_une .auteur a{color:#000;}
#article_une .auteur a:hover{color:#d11d1d;}
 
a.brown, a.brown:active, a.brown:link { 
	color: #000;
	text-decoration: none; 	
}

a.brown:hover {
	color: #D11D1D;
	text-decoration: none;
}
.marron {color: #583c0c; font-weight: bold;}

.plus {
	/*	padding: 7px 38px 20px 38px;*/
	padding: 0px 0px 0px 5px;
	text-align: left;
	line-height: 120%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #ccc;
	}

.plus a, .plus a:link {
	color: #ccc;
	text-decoration: none;
}

.plus a:hover {
	color: #D11D1D;
	text-decoration: none;
}


.titrerub { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
	margin-left: 10px;
	margin-right: 30em;
	margin-bottom: 1em;
	font-style: italic;
	color: #720E0E;
}

.titrerub a {
	color: #720E0E;
	text-decoration: none;
	}
	
.titrerub a:link{
	color: #720E0E;
	text-decoration: none;
	}
	
.titrerub a:hover {
	color: #d11d1d; 
	}
.old {
	border: 1px solid #000;
	padding : 0px 5px 5px 10px;
	margin : 40px 20px 20px 0;
	background : #AB9B7D;
	}

.espace { 
	margin-top: 50px;
	margin-left: 5px;
	margin-right: 10em; 
	}
	
.espace2 {
	clear:both;
	border-bottom: 1px solid #D11D1D;
	margin-left: 10em;
	width: 93.5em;
	}
.espace3 {
	margin: 1em 0em 1.5em 17em;
	border-bottom: 1px solid #D11D1D;
	width: 8em;
	}

.espace4 { 
	margin-top : 1em;
	border-bottom: 1px solid #D11D1D;
	margin-left: 15em;
	margin-right: 15em; 
	}

.partenaires .espace { 	
	border-bottom: 0px solid #D11D1D;
	padding: 3px; 
	}
	
.vignette {
	border-left: 2px solid #ccc; 
	border-bottom: 2px solid #ccc; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding : 0 10px 20px 10px;
}

.vignette img{float: left; margin-right: 20px;}


.vignette_article {
	width: 95%;
	color:#000;
	border-left: 2px solid #ccc;
	/*background-image:url(http://www.leravi.org/IMG/jpg/papier.jpg);*/
	padding: 0 10px 0 10px;
	margin-top:20px;
	margin-bottom: 10px;
}
.vignette2 {font-size: 10px; border-bottom:2px solid#ccc; border-left:2px solid#ccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; min-height:10px;}
.article h6{color: blue;}
.article h4{text-decoration: none;font-style: italic; font-size: 16px;}
.article h5{font-size: 20px; line-height: 0.9em; padding: 0 0 0 0; margin: 8px 0 0 0;}
.soutien a{color:#124B7D;}

#marge {margin-left: 30px;}

/* Pagination */
.pagination { clear: both; margin-left: 15em; font-size: 0.90em; color: #000; }
.pagination .on { font-weight: bold; font-size: 1.1em; color: #000; }
.actus .pagination {width:100%; margin : 0; padding-top:2em; text-align:center;}
.actus .pagination a{color: #aaa;}
.actus .pagination a:hover{color: #aaa; font-size:15px;}
.actus .pagination .actif {color:#000; font-weight: bold; font-size:18px;}

.lien_pagination {}

.liste_recherche {width:100%;}
.liste_recherche ul{}



/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	}

#documents_portfolio img {
	width:60px;
}

#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 1em; font-weight: bold; }

#document_actif { text-align: center; margin-top: 1em; }
/* result ----------------------------------*/
/*
.result ul {
	margin:  0px;
	padding: 2px;
}

.result li {
	line-height: 120%; 
	list-style-type: none;
	padding:0; 	
	margin: 0;		
}

ul li a.result{  -> BUGGY IN IE 5.00	NO PADDING LEFT
	margin: 0;	
	padding: 0 0 0 20px;	
	background: transparent url(../interface/puce_arrow.png) no-repeat left top;	
	color: #a06305; 
	text-decoration: none; 
}

ul li .result a:hover{
	color: #573502; 
	text-decoration: none;
}
*/
a.result, a.result:active, a.result:link { 
	display: block;	
	padding-left: 20px;
	line-height: 17px;
	background: transparent url(../interface/puce_arrow.png) no-repeat left center;	
	color: #ccc; 
	text-decoration: none; 
}

a.result:hover{
	color: #ccc; 
	text-decoration: none;
}

/* main: article formating -------------------------------------- */
.surtitre  {
	font-weight: bold;
}

.soustitre {
	float:left;
	margin-top: 0px;
	font-style: italic;
}

.chapo     {
	font-weight: bold;
	font-style: italic;
	padding: 8px 30px 0 40px;
	margin-bottom: 30px;
	font-size: 12px;
}
#pos { border-bottom: 2px solid #000; border-top: 2px solid #000; margin-bottom: 30px; }
#pos .chapo { padding: 0; font-style: normal; font-weight: normal; margin-bottom: 30px; }
#pos .espace3 { display: block; margin: 0 12.2em 0 12.3em; border-bottom: 1px solid #d11d1d; }

.texte {margin-top: 20px; text-align: justify;}

.ps {
	border-top: 1px dashed #717171;
	margin-top: 5px;
	font-size: 12px;
}
#liens {color: #000; }
#liens a{color: #000; font-weight: bold; font-size: 35px;}
#liens a:link{color: #000;}
#liens a:hover{color: #d11d1d; }
#liens #gray2 {color:#555; margin: -8px 0 0 0; font-style: italic; line-height: 10px;}

.medias { height : 350px; }
.medias img{ padding: 0 0 0 10px; margin : 10px 10px 10px 10px;}




/* main: menu right -------------------------------------- */
.menurightborder{
	border-left: 1px solid #000;
	color: #000;
}

#menuright {
	margin: 7px 2em 0 0;
	padding: 0 0 0 10px;
	text-align: left;
	line-height: 130%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#menuright img{
	 margin-top: 0px;		
}
#logos {display: inline; margin: 0 0 0 20px; border-bottom:1px solid #000;}
#logos img{width: 23px; height:23px; margin: 0 1px 0 4px;}
* html #logo{display:none;}

#liens {color: #000; }
#liens a{color: #000; font-weight: bold; font-size: 14px;}
#liens a:link{color: #000;}
#liens a:hover{color: #d11d1d; }
#gray2 {color:#555; margin: 0 0 0 0; font-style: italic; line-height: 0px;}

h3.actu, h3.agenda, h3.web,
h3.lien{
	margin: 15px 0 0 0;
	width: 150px; 
	height: 36px;		
}
#toile { padding-bottom: 30px;}
.social{clear: both;}
#icon-rss {float: left;}
#text2-rss {float: left; padding-top: 7.5px}
#text-rss {float: left;}
.social a span{color: #124B7D; font-weight: bold; }
.social a span:hover{color: #d11d1d;}  
  

h3.actu  span, h3.plus  span, h3.agenda  span, h3.web  span, h3.lien  span, h3.rubrique  span,  h3.recherche span{
	display:none
}

h3.actu { background: transparent url(../interface/icon_actu.png) no-repeat bottom left; }
h3.web  { background: transparent url(../interface/icon_web.png) no-repeat bottom left; }

h3.abo, h3.plus, h3.recherche, h3.rubrique{
	text-align:center; 
	vertical-align: center;
	margin: 15px 0 10px 0; }

h3.plus, h3.recherche{ 
	background: #000; 
	background: -moz-linear-gradient(#000, #ddd);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000),color-stop(1, #ddd)); 
	color: #fff; 
	font-size: 14px; 
	height: 19px; 
	}
	
h3.abo, h3.rubrique{
	background: -moz-linear-gradient(#ccc, #fff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ccc),color-stop(1, #FFF));
	color: #000; 
	font-size: 15px; 	
	height: 15px; 
	border:0px solid #000; 
	padding-top: 0px;  
	}
	
h3.rubrique{background: #A8A583; background: -moz-linear-gradient(#8A8228, #fff); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8A8228),color-stop(1, #FFF)); /* Safari et Chrome */}
	
h3.lien { background: transparent url(../interface/icon_lien.png) no-repeat bottom left; }
* html h3.lien,* html h3.abo, * html h3.plus, * html h3.rubrique, * html h3.recherche, * html h3.euro, * html h3.plus2, * html h3.unes, * html h3.une5, * html h3.une3{width: 16em; padding-left: 1em; margin-right: 0;}


#menuright a {
	color: #000;
	text-decoration: none;
}

#menuright .breve h1 a{color: #720e0e; margin-left:6px;}

#menuright h1 {line-height:17px;}


#menuright a:hover {
	color: #D11D1D;
	text-decoration: none;
}

#menuright a.brown, #menuright a.brown:hover{
	color: #D11D1D;
	display:block;
	padding: 5px 0;
}

.gray { color: #777;}
#menuright .gray {font-size: 10px;}


#flash3 {display: block; overflow:hidden; width: 580px; height: 500px; }
#flash3 object {margin-left:-40px; }


.article .lien a { color : #400; text-decoration : underline; }
.article .lien a:hover { font-weight : bold; }


.dessin{}
.dessin img{margin : 3px 0 0 0;}



/* footer -------------------------------------- */
#footer {
    margin: 20px 10% 0 10%;
	padding: 0 0 10px 0;
	font-size: 11px;
	color:  #5c5c5c;
	border-top: 1px solid #878787;
	text-align: center;	
}

#footer a, #footer a:active, #footer a:link { 
	color: #5c5c5c; 
	text-decoration: none; 
}

#footer a:hover {
	color: #D11D1D;
	text-decoration: underline;
}

#footerprint {
	display: none;	
}


/* form elements -------------------------------------- */
form {
	margin: 0;
	padding: 2px 0;
}


/*input, textarea, select {
	border: 1px solid #000;
	margin: 1px;
	padding: 0;
	font-size: 12px;	
}*/

input.buttonwhite {
	border: 1px solid #adacac;
}

.radiobut {
	border: 0px solid white;
}

.formulaire_spip fieldset { margin-bottom: 15px; border: 1px solid #fff;}
.formulaire_spip .message fieldset {
	border: 3px solid #001769;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 }

/* forum elements -------------------------------------- */
#forumreply{
	margin:  0;
	padding: 0;
}

.forum {
	margin: 20px 10px 0 0;
	border: 1px solid #001769;
	-moz-border-radius: 10px;
	font-size: 12.5px;
	line-height: 14px;	
}

.forumtitle {
	display: block;	
	background: #01061E;
	padding: 4px;
	font-weight: bold;
	-moz-border-radius: 10px;
	}

.forummeta { 
	color: #ccc;
	padding-left: 20px;
	border-top: 1px solid #001769;
}

.forumbody { 
	color: #fff;
	padding: 4px;
}
.forumps  {
	border-top: 1px solid #ccc;
	padding: 4px;	
}

.cartouche h1 { color : #fff; }
.articles h2 { color : #fff; }
.articles h3 { color : #fff; }

/* plan site -------------------------------------------- */
h1 a.plan { color:  #624234;}
h1 a.plan, h1 a.plan:hover {
	font-size: 14px;	
	text-decoration: none; 	
}

.plan ul {
	margin: 2px 0 0 20px;
	padding: 2px;	
}

.plan li {
	line-height: 110%; 
	list-style-type: none;
	padding: 2px; 	
	margin: 0;		
}


ul li a.plan,  ul li a.plan:hover{
	text-decoration: none; 
	padding-left: 10px;
	background: transparent url(../interface/puce_min.png) no-repeat 0px 7px; /* IE5 BUGGY*/
	/*list-style-image: url(../interface/puce_min.png); /* alternate ? */	
}

ul li a.planrubrique{ 
	display: block;
	margin: 0;	
	padding: 5px 0 0 20px;	
	background: transparent url(../interface/puce_arrow.png) no-repeat left center;
	
	color: #a06305; 
	text-decoration: none; 
}

ul li a.planrubrique:hover{
	color: #573502; 
	text-decoration: none;
}
/* agenda extra  -------------------------------------- */
td.agenda {	
	border: 1px solid #ccc;
	padding: 0;	
}

/* logo extra  -------------------------------------- */
logo {
	margin-left: 30px;
	border: 0;
}

a.logo {
	border: 0;
}

/* lettre extra  -------------------------------------- */
.green {
	color: #009900;
}
.red {
	color: #FF0000;
}	

/* spip main class -------------------------------------- */
b.spip  {font-weight: bold;}
p.spip  {padding-left: 3px;}
hr, hr.spip {
	display:block;
	height: 0;	
	color: white;
	border-style:solid;
	border-color: #ccc;
	border-width:0px 0px 1px 0px; 
}

.spip_encadrer {	
	margin: 10px 30px 0 30px;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 0;
	border-top: 1px solid white;		
}

.spip_encadrer b{	
	display: block;	
	background: #eee;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;		
}

/* table *************************************/
table.fun {
	border: 1px dotted #777;
}

table.result,  table.resultgray {
	border-collapse: collapse;
	border: 0;
	font-size: 11px;	
}

table.resultgray  {
	border: 1px solid #aaa;
}

table.result td, table.resultgray  td{
	border: 0;
	color: #333;
	padding: 2px 6px;
}

table.resultgray td{
    border: 1px solid #ccc;
}

/* tableau ********************************/
#tableau {display: block;}
#ligne1 {display: block;}
#ligne2 {clear: both; display:block;}
#text1{float: left;}
#text2{float: right; margin: 0 20px 0 0;}
#img1{float:left;}
#img1 img{width:260px;}
#img2{float: right; margin: 0 20px 0 0;}
#img2 img{width:260px;}





