/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/




body{
background: url(images/motifsite.jpg) repeat;
font-size:13px;
font-family:arial;

}

a{
font-size:12px;
font-family:arial ;
text-decoration:none;
color:black
}

a:hover{
color:red;
font-size:12px;
font-family:arial;
text-decoration:none;
}


img{
border:0;
}

#content{
margin:auto ;
width:840px;
background-color:#2f2f34;
}

#menu-rubrique{
background-color:#2f2f34;
padding:5px;
text-align:center;
}


#menu-rubrique a{
text-align:justify;
font-size:10px;
text-transform:uppercase;
font-weight:bold;
color:white;
padding:15px;
}

#menu-rubrique a:hover{
text-align:justify;
font-size:10px;
text-transform:uppercase;
color:red;
padding:15px;
}


#footer{
margin:auto ;
width:840px;
background-color:#2f2f34;
height:30px;
}

#menu-footer{
text-align:center;
background-color:#2f2f34;
height:20px;
padding:5px;
}

#menu-footer a{
font-size:10px;
text-transform:uppercase;
color:white;
height:20px;
padding:5px;
}


/* sommaire */

#breve{
background-color:white;
padding:5px;
margin:2px;
}




/* rubrique */

#R-article{
background-color:white;
margin-left:2px;
margin-right:2px;
padding:10px;
}

#R-article-logos{
display:block;
float:left;
height:150px;
margin-right:10px;

}

#R-article-infos{
display:block;
padding:0px;
height:150px;
width:700px;
}

#R-article font:hover{
font-size:12px;
color:grey;
}

#R-article a:hover{
font-size:12px;
color:grey;
}




/* article */

#menu-article{
background-color:#b3cbc7;
border-left:solid 2px #2f2f34  ;
border-right:solid 2px #2f2f34  ;
line-height:25px;


}

#menu-article a{
font-size:11px;
text-transform:uppercase;
font-weight:bold;
color:#2f2f34;
padding:5px;
}

#menu-article a:hover{
color:white;
}


#menu-article font:hover{
color:white;
}


#text-article{
background-color:white;
margin:2px;
padding:5px;
}


/* plan */

#plan{
background-color:white;
margin-left:2px;
margin-right:2px;
padding:10px;
}

#plan font:hover{
font-size:11px;
color:white;
}

#plan a:hover{
font-size:11px;
color:white;
text-transform:uppercase;
}

#plan a{
font-size:11px;
text-transform:uppercase;
}

ul.plansite, ul.plansite ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
  font-size: 12px; }
ul.plansite li {
  border-left: 1px solid black;
  color: black;
  margin: 0;
  padding: 0; }
ul.plansite li a {
  padding-left: 0.5em;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid black; }
ul.plansite li strong {
  font-size: 105%; }



