/****************************************************************************************************************************

  COLINE

 ****************************************************************************************************************************

 @page     : general.css
 @chemin   : /_template/css/
 @auteur   : Jérémy SAMOYEAU (http://www.autodidacte.net)
 @creation : 03/10/2005

 ****************************************************************************************************************************

 Utilité : feuille de style générale du site

 ***************************************************************************************************************************/


/*-----------------------
  Déclarations générales |  
---------------------------------------------------------------------------------------------------------------------------*/

html {
color: #fff;
background: transparent url("../img/background2.gif") repeat bottom left;
}

body {
margin: 0; 
padding: 0;
font-family: "Trebuchet MS", Tahoma, verdana, arial, times, "times new roman", serif;
font-size: 12px;
color: #fff; 
background: #999 url("../img/background1.gif") repeat top left;
}


a { 
color: #b1b1b1;
background-color: transparent;
text-decoration: none;
} 

a:hover { 
color: #fff;
background-color: transparent;
text-decoration: none;
} 

img { 
border: 0;
vertical-align: middle;
}


p {
margin: 0;
padding: 0;
text-align: justify;
}

form { 
padding: 0; 
margin: 0; 
}

input {
padding: 1px 2px; 
}

textarea {
padding: 2px;
font: 1.1em "Trebuchet MS", Tahoma, verdana, arial, times, "times new roman", serif;
}

.none {
display: none;
}

.clear {
clear: both;
}




/*---------------------------
  Bandeau en haut de la page |  
---------------------------------------------------------------------------------------------------------------------------*/


#bandeau_haut {
margin: 0 auto;
padding: 0;
height: 100px;
color: #000;
background: transparent url("../img/background2.gif") repeat bottom left;
border-bottom: 1px solid #b1b1b1;
}

#bandeau_haut h1 {
margin: 0 auto;
padding: 0;
width: 750px;
height: 100px;
background: transparent url("../img/titre2.gif") no-repeat bottom left;
}



/*--------------------------
  Bandeau en bas de la page |  
---------------------------------------------------------------------------------------------------------------------------*/

#bandeau_bas {
margin: 50px auto 0 auto;
padding : 0;
height: 30px;
font-size: .9em;
text-align: right;
color: #ccc;
border-top: 1px solid #b1b1b1;
background: transparent url("../img/background2.gif") repeat bottom left;
}

#bandeau_bas a {
padding: 4px 10px 0 0;
color: #ccc;
background-color: transparent;
text-decoration: none;
}

#bandeau_bas a:hover {
color: #fff;
text-decoration: underline;
}



/*----------
  Conteneur |  
---------------------------------------------------------------------------------------------------------------------------*/

#conteneur {
margin: 0 auto; 
padding: 0;
width: 750px;
background: transparent url("../img/baseline.gif") no-repeat top right;
}



/*---------
  Contenus |  
---------------------------------------------------------------------------------------------------------------------------*/

#contenus {
margin: 0 auto; 
padding: 50px 0 0 0;
width: 750px;
color: #000;
}

div#principal {
margin: 0; 
padding: 0;
}


#contenus h2 {
display: none;
}

#contenus h3 {
margin: 20px 0 0 0;
padding: 0;
color: #fff;
background-color: transparent;
font-size: 1.2em;
}

#contenus h4 {
margin: 20px 0 0 0;
padding: 0;
color: #fff;
background-color: transparent;
font-size: 1.1em;
}

#contenus h3 a {
color: #fff;
background-color: transparent;
text-decoration: none;
}

#contenus h3 a:hover {
color: #fff;
background-color: transparent;
text-decoration: none;
}

#contenus p {
margin: 10px 0;
padding: 0;
color: #fff;
background-color: transparent;
}




/*------------------------------
  Menu de la page (de niveau 1) |  
---------------------------------------------------------------------------------------------------------------------------*/

#menu {
margin: -3px auto 0 auto; 
padding: 0;
width: 750px;
color: #fff;
background-color: transparent;
}

/* titre de niveau 2 : non affiché */
#menu h2 {
display: none;
}

#menu ul {
margin: 0; 
padding: 0;
}

#menu li {
margin: 0; 
padding: 0;
list-style: none;
float: left
}

#menu li a {
margin: 0; 
padding: 0;
width: 70px;
height: 37px;
line-height: 50px;
text-align: center;
display: block;
text-decoration: none;
color: #fff;
background: transparent url("../img/background3.gif") no-repeat center center;
}

#menu li a:hover {
color: #aaa;
background: transparent url("../img/background3.gif") no-repeat center center;
}


#menu li a.active {
color: #fff;
background: transparent url("../img/background4.gif") no-repeat center center;
}



