/*mise en page générale*/
html { 
	min-width: 774px;
	 }
body {
  font-size: 80% ;
  font-family: Arial, Helvetica, sans-serif;  
  background: #FFF; 
  text-align: center;
  }	
* {
  margin: 0 ; 
  padding: 0 ;
  }  
img {
  border: 0;
  }
div#container {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background:transparent url(img/fond.gif) top center repeat-y;
  width: 774px;
  }  
div#header {
  margin: 0 12px 0 12px;
  width: 752px;
  height: 58px;
  background:transparent url(img/header.jpg) top left no-repeat;
  }  
div#content	{
  margin: 10px 12px;
  width: 751px;
  }  
div#maincontent {
  float: left;
  margin-left: 10px;
  margin-top: 0px;
  width: 510px;
  text-align: justify;
  }  
html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 20px;
	}
div#secondarycontent {
  margin: 0 0 0 550px;
  width: 175px;
  padding: 0 10px;
  }    
div#footer {
  clear: both;
  width: 752px;
  margin: 0 12px 0 12px;
  border-bottom: 1px solid #666699;
  background: #323582;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  }  
p.footercontact {
  border-bottom : 1px solid #E0E0F4;
  margin: 0 115px;
 }
a.white {
 color: #FFF;
 text-decoration: none;
}
.petit {
 font-size: 11px;
 color: #666;
}
span.petit a {
 color: #666;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
}

div#bottom {
  margin: 0 auto;
  width: 774px;
  height: 11px;
  background:transparent url(img/fond-bottom.gif) top left no-repeat;
  }  
/*header et la navigation*/
div#header img {
  padding: 20px 0 0 15px;
  float: left;
  }  
div#header ul {
  list-style-type: none; 
  margin: 0 0 0 550px;
  padding-top: 5px;
  }
div#nav {
  background:transparent url(img/fond-nav.gif) top left repeat-x;
  width: 752px;
  height: 24px;
  margin: 0 12px 0 12px;
  }
div#nav ul {
  list-style-type: none; 
  margin: 0 0 0 5px;
  }
div#nav li {
  float: left;
  margin: 1px 0;
  padding: 1px 10px;
  border-right: 2px solid #9999CC;
  }
div#nav a{
  color: #E0E0F4;
  font-weight: bold;
  font-size: 12px;
  display: block;
  padding-top: 3px;
  padding-bottom: 1px;
  text-decoration: none;
  }
div#nav a:hover{
  color: #FFF;
  }
/*mise en page du contenu primaire*/
h1 {
  font-size: 1.5em ;
  font-family: "Copperplate Gothic Bold", Arial, Helvetica, sans-serif; 
  font-weight: bold;
  margin: 10px 0;
}

ul#equipe {
  background-color: #E4E4EE;
  padding: 3px 0;
  border-bottom: 1px solid #5E5CA7;
  border-top: 1px solid #5E5CA7;
}
ul#equipe li {
  list-style-type: none;      
  display: inline;  
  padding: 0 0 0 9px;
  background:transparent url(http://www.bsconseil.fr/bsconseil/img/point.gif) center left no-repeat;
}
ul#equipe li a {          
  color : #5E5CA7;
  font-weight: bold;
  text-decoration : none;
  font-size : 11px;
}
ul#equipe li a:hover{             
  color : #93A7C2;
}
div.texte {
 text-align : justify;
}
div.spip_doc_titre, div.spip_doc_descriptif {
  text-align: center;
  font-size: 11px;
}
div.spip_documents{
 margin: 5px 0 10px 25px;
}
div.spip_documents img {
 background-color: #E4E4EE;
 padding : 5px;
 margin: 1px;
 border: 1px solid #5E5CA7 !important;
}
p.spip {
 margin-bottom: 10px;
}
p.spip a.spip_out {
 display : block;
 text-align : right;
 color: #5E5CA7;
 font-weight: bold; 
 font-size: 11px;
 padding-right: 20px;
 background : url(img/fleche.gif) right no-repeat;
 text-decoration: none;
}
p.spip a.spip_out:hover {
 color: #93A7C2;
}
a.spip_url {
 text-decoration: underline;
 color: #666;
}
a.spip_url:hover {
 text-decoration: none;
}

.surtitre {
 font-family: Georgia, Garamond, Times, serif;
 font-size: 12px;
 color: #666;
 margin-top: 10px;
 font-variant: small-caps;
 }
h1.titrearticle {
 margin: 2px 0 5px 0;
}
h1.titrearticle a {
 color: #333;
 text-decoration: none;
}
h1.titrearticle a:hover {
 color: #999;
}
p.detail, p.resultat {
 color: #999;
 font-size: 0.9em;
}
p.detail {
 text-align: right; 
}
.docjoint {
 border-top: 1px solid #666;
 padding-top : 10px;
}

/*mise en page du contenu secondaire*/

h2 { /*tire des rubriques */
  font-family: Times, serif;
  font-size: 1.2em;
  color: #666699;
  font-weight: bold;
  padding: 5px 0;
  } 
h3 {
  padding: 3px 0 0 0;
  }
h3 a { /*tire des articles */
  color: #333;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
  } 
h3 a:hover {
  text-decoration: none;
  }
ul.liste li{
  list-style-type: none;
  background:transparent url(img/puce.gif) 0 4px no-repeat;
  padding-left: 12px;                  
}
div#actualite, div#article, div#mots, div#breve {
  padding-bottom: 10px;
  border-bottom : 1px solid #666699;
}
div#article p {
  font-size: 11px;
  padding: 5px 0 0 0;
}
div#article p.journal {
  font-size: 11px;
  font-style: italic;
  color: #666;
}
div#plaquette {
}
ul.langues {
  background:transparent url(img/pdf.gif) no-repeat;             
}
ul.langues li{
  list-style-type: none;      
  display: inline;         
  padding: 0 3px; 
  border-left: 1px solid #333;  
}
ul.langues li.first{
  padding-left: 20px;
  border-left: none;             
}
ul.langues li a {
  color: #333;
}
ul.langues li a:hover {
  text-decoration: none;
}
/*footer*/
  
  
