@CHARSET "UTF-8";

/* Mise en forme des textes */
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/* test modif */
body header nav {
    display:block;
    background-color: #efefef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #afafaf;
    width:80%;
    padding: 4px 4px 4px 4px;
    -moz-box-shadow: #afafaf 4px 4px 4px 2px, #9f9f9f 4px 4px;;
    margin-top:4px;
    }

article {
    display:block;
    position:absolute;
    margin-top:10px;
    right:12px;
    left:230px;

    }

article h1 {
    background-image: url(../images/bandeauPlage.jpg);
    background-repeat: no-repeat;
    width: 728px;
    height: 50px;
    font-weight: bold; font-size:30px;
    color: white;
    margin-top: 2px;margin-bottom:0px;
    padding-top:50px; padding-bottom:0px;
    padding-left:8px;
    text-shadow: 4px 4px 5px #111;
    }

article h2 {
    font-weight: bold; font-size:16px;
    color: #767b47;
    margin-bottom:0px;
}

article img {
    margin-left: 6px;
    float: right;
    vertical-align: top;
    -moz-box-shadow: 5px 5px 6px #777;
    -webkit-box-shadow: 5px 5px 6px #777;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
    zoom: 1;
}

article p {
  margin-top:3px;
  margin-bottom:0px;
}

aside {
    display:block;
    clear:both;
    float:left;
    border-style:none;
    width:200px;
    padding-top:12px;
    text-align:center;
    }

#colGauche {
    float:left;
	width:48%;
	margin-right:4px;    }

#colDroite {
    position: absolute;
    right: 0px;
    border-left: #a9a9a9 dotted 1px;
	padding-left:4px;
	width:51%;
    }

.alinea {
  margin-bottom:6px;
}

.saisieAge {
  display:none;
}

.liens {
    list-style-image:url(fleche1.gif);
    clear:both;
    background-color:white;
    border: 1px solid #b6bb87;
    margin:0px 8px 8px 0px;
    width:194px;
    padding-left:12px;
    padding-bottom:8px;
    padding-top:4px;
    float:left;
    text-align:left;
    }


.preambule {
    text-align:left;
	float: left;
	background-color: #f9ffb9;
	padding: 6px;
	margin: 0px 8px 8px 0px;
	width: 194px;
	border: 1px solid #b6bb87;
}




.puce-lien {
    list-style-image:url(fleche1.gif);
    margin-top:0px;
    margin-bottom:0px;
    margin-left:16px;
    line-height:16px;
  }
  
  
/* style spécifiques CSS3 */
.twoCols {   /* gère l'affichage bloc de texte sur deux colonnes */
    -webkit-column-count: 2;
    -webkit-column-rule: 1px dotted #b0b0b0;
    -webkit-column-gap: 16px;
    -moz-column-count: 2;
    -moz-column-rule: 1px dotted #b0b0b0;
    -moz-column-gap: 16px;
    column-count: 2;
    column-rule: 1px dotted #b0b0b0;
    column-gap: 16px;
}

.threeCols {   /* gère l'affichage bloc de texte sur deux colonnes */
    -webkit-column-count: 3;
    -webkit-column-rule: 1px dotted #b0b0b0;
    -webkit-column-gap: 16px;
    -moz-column-count: 3;
    -moz-column-rule: 1px dotted #b0b0b0;
    -moz-column-gap: 16px;
    column-count: 3;
    column-rule: 1px dotted #b0b0b0;
    column-gap: 16px;
}

.twoCols section, .threeCols section {
    display: table;
    width: 100%;
} 





