@charset "utf-8";
    /* CSS Document */
* {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
	text-align:justify;
}

body {
    background-color: #00C;
}

#principale {
    margin: 0 auto;
    width: 800px;
    background-color: #fff;
}

#banniere {
    height: 150px;
    width: 800px;
}

#bouton {
    height: 36px;
    width: 800px;
}

#ContenuGeneral {
    width: 800px;
	height:400px;
}
h1.titre {
	font-size: 22px;
	width:100%;
	padding:20px 0;
	text-align:center;
}
#colonnes {
	width:98%;
	margin:0 1%;
}
#col1, #col2, #col3 {
	display:inline;
	width:33%;
	float:left;
	border-right:1px solid #999999;
    background-color: #fff;
}

h1.titreCol {
	font-size: 18px;
	text-align:center;
	margin:12px 0;
}
span.imgCol {
	display:block;
	text-align:center;
	margin-bottom:10px;
}
#col3 {
	clear:right;
	border-right:0px solid #999999;
}
 
ul.listeCol{
    padding-left: 2em;
    padding-right: 1em;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: square;
}

#baspage {
	height: 150px;
	width: 800px;
	bottom: auto;
}
#boutonBas {
	height: 36px;
	width: 800px;
	bottom: auto;
}
/*  Début Balise pour les liens de traduction de page   */   
p.langue {display:block;width:100%;text-align:center;
background:#00094E;padding-top:10px;}
p.langue a{color:#fff;font-size:10px; text-decoration:none; padding:0 20px;}
/*  Fin Balise pour les liens de traduction de page   */   
