/*****************************************************\
|    Feuille de style principale                      |
|    (en include : header et footer)                  |
\*****************************************************/


/* Disposition de la page (hors header et footer) */

/* 

PIOU !!!

body
{
  opacity: .80 ;
} 
*/

body {
  margin: 0px;
  padding: 0px;
  background-image: url(../img/template/fond_page.png);
  background-repeat: repeat-x ;
  background-color: rgb(241,241,241); 
 /*

PIOU !!!

 background-image: url(../img/template/fond_piou.png) ;
  background-repeat: no-repeat ;
  background-position: center top;
 */
  font-family: 'century gothic', Verdana, sans-serif;
  font-size: 13px;

  text-align: center; /* centrage dans IE */
}

#quota {
  height: 100px;
  width:100px;
}

div#page {
  position: relative;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  width: 950px;
  padding: 10px;
  border-left: 5px solid white;
}

div#page, div#banniere, div#footer {
  text-align: left; /* correction du centrage dans IE */
}


/* Texte et titres */

p, ul, ol, li {
  margin-top: 0px;
  margin-bottom: 8px;
}

a, a:visited {
	color: #000099;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'century gothic', Georgia, serif;
  font-weight: normal;
  color: black;
}

h1 {
  font-size: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid grey;
}

h2 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 12px;
}

h3 {
  font-size: 19px;
  margin-top: 25px;
  margin-bottom: 8px;
}

/* Paragraphes particuliers */


.chapo { /* introduction de page */
  font-family: 'century gothic', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: grey;
}

div.boite { /* déprécié */
  font-size: 16px;
  padding: 8px;
  border: 1px solid #999966;
  background-color: #EEEEEE;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.gros { /* déprécié */
  font-size: 130%;
  color: #142759;
}


/* Images et boîtes pour les figures (avec légende) */

img {
  border: none;
}

div.figure {
	position: relative;
	margin: 20px auto 25px auto;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: #CCCCCC 0px 0px 20px;
	padding: 8px 8px 2px 8px;
}

div.figure img {
	width: 100%;
	margin-bottom: 10px;
}

.logo img    {max-height:125px; max-width:225px;}

/* Flottants */

.flottant_gauche, .flottant_droite {
	margin-bottom: 10px;
}

.flottant_gauche { float: left; margin-right: 20px; }
.flottant_droite { float: right; margin-left: 20px; }


/* Blocs avec image sur le cÃ´tÃ© */

div.bloc_img_gauche, div.bloc_img_haut {
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px ;
	margin-bottom: 15px;
	background-color: white;
        background-size: 128px;
        vertical-align: middle;
        border : 1px solid black;

	/*border-radius: 4px;
	-webkit-border-radius: 4px; /* don't forget Webkit ! 
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 5px #999999;
	-moz-box-shadow: 1px 1px 5px #999999;
	-webkit-box-shadow: 1px 1px 5px #999999;*/
}

div.bloc_img_gauche {
	padding-left: 140px;
	min-height: 128px;
}

div.bloc_img_haut {
	padding-top: 120px;
}

div.bloc_img_gauche > *:first-child, div.bloc_img_droite > *:first-child { /* premier paragraphe coll © en haut du bloc */
  margin-top: 0px;
}


/* Disposition des blocs */

table.blocs {
  border-spacing: 0px;
}

table.blocs td {
  vertical-align: top;
  padding: 0px 10px 10px 10px;
}

table.blocs td.gauche {
  padding-left: 0px;
}

table.blocs td.droite {
  padding-right: 0px;
}


/* Tableaux "Etapes" */

table.etapes {
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.etapes td {
  vertical-align: top;
  padding: 10px;
  border-top: 1px dotted #888888;
  border-bottom: 1px dotted #888888;
}

table.etapes td.titre {
  text-align: right;
  font-weight: bold;
  width: 180px;
  color: #663300;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: #EEEEEE;
}

/* Image mail anti bot */
img.mail {
    vertical-align:middle;
    margin-left: 3px;
    margin-right: 3px; 
}

/* Equipe et archives */
.promotion li {
    background: #EEEEEE;
    float: left;
    width: 100px;
    margin: 5px;
    padding: 5px;
    list-style: none outside none;
    text-align: center;
    color: #142759;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #999999;
}

.promotion a {
    text-decoration: none;
}

/* Archives 2005-2009 */
#archives table {
	background: #fff;
	margin: 10px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#archives table th {
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#archives table td {
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}
/* Archives < 2005 */
#archives .conseil li {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}
#archives .conseil .membre {
    float: left;
    width: 200px;
    height: 50px;
    margin: 5px;
    padding: 5px;
}
#archives h2 {
    clear:both;
}

/* Réseaux sociaux */
#facebook {
        background: #6e86bd;
        background: -moz-linear-gradient(top, #6e86bd 0%, #6680b9 100%);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e86bd), to(#6680b9));
        border-top: 1px solid #3f5b98;
        border-left: 1px solid #3f5b98;
        border-bottom: 1px solid #3f5b98;
        border-right: 1px solid #3f5b98;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: inset 0 1px 0 0 #abbbdf;
        -webkit-box-shadow: inset 0 1px 0 0 #abbbdf;
        box-shadow: inset 0 1px 0 0 #abbbdf;
        color: #fff;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1;
        padding: 6px 4px 5px 4px;
        text-align: center;
        text-decoration: none; 
        text-shadow: 0 -1px 1px #344d80;
        width: 233px;
        margin: 0 0 10px 0;
}
 
#facebook:hover {
        background: #546a99;
        background: -moz-linear-gradient(top, #546a99 0%, #546a99 100%);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#546a99), to(#546a99));
        -moz-box-shadow: inset 0 1px 0 0 #98a8d3;
        -webkit-box-shadow: inset 0 1px 0 0 #98a8d3;
        box-shadow: inset 0 1px 0 0 #98a8d3;
        text-shadow: 0 -1px 1px #283960;
        color: #fff;
        cursor: pointer;
}
 
#facebook:active {
        border: 1px solid #283960;
        -moz-box-shadow: inset 0 0 4px 2px #51658b, 0 0 1px 0 #eee;
        -webkit-box-shadow: inset 0 0 4px 2px #51658b, 0 0 1px 0 #eee;
        box-shadow: inset 0 0 4px 2px #51658b, 0 0 1px 0 #eee;
}
 
#twitter {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #d5e9f6 100%);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#d5e9f6));
        border-top: 1px solid #a4cce6;
        border-left: 1px solid #a4cce6;
        border-bottom: 1px solid #9eb9cc;
        border-right: 1px solid #a4cce5;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        color: #186588;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1;
        padding: 6px 4px 5px 4px;
        text-decoration: none; 
        text-align: center;
        text-shadow: 0 1px 1px #fff;
        width: 233px;
}
 
#twitter:hover {
        background: #f2f8fc;
        background: -moz-linear-gradient(top, #f2f8fc 0%, #bfe0ee 100%);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f8fc), to(#bfe0ee));
        border-top: 1px solid #53a3d7;
        border-left: 1px solid #53a3d7;
        border-bottom: 1px solid #68a0c4;
        border-right: 1px solid #53a3d5;
        text-shadow: 0 1px 1px #fff;
        color: #0c3752;
        cursor: pointer;
}
 
#twitter:active {
        background: #cee5f4;
        border-top: 1px solid #7ab7de;
        border-left: 1px solid #7ab7de;
        border-bottom: 1px solid #85acc5;
        border-right: 1px solid #7ab7de;
        text-shadow: 0 1px 1px #e6f0f8;
        color: #668a9e;
}
