@charset "UTF-8";
/* CSS Document */
.conteneur     { position:absolute; left: 50%;  width: 944px;  margin-left: -472px;}
.haut          { width: 944px;  height:303px; }
.milieu        { width:944px;}
.bas           { width: 944px;  height:30px; background-color: #dbe4ff;
	background-image: url(../images/bas.gif);
}
.corps         {width:100%; }
.blanc         {width:20px; float:left; background-color:white }
.gauche        {width:368px; float:left; background-color:white }
.1colonne        {width:904px; float:left; background-color:white }
.blanc_milieu  {width:40px; float:left; background-color: yellow;
	background-image: url(../images/ligne_verticale.gif);
}
.centre        {width:220px; float:left; background-color:white }
.droite        {width:236px; float:left; background-color:white }
.clear         {clear: both }

.ver18gris { font: 18px/20px "Verdana"; color: #636363 }
.ver16gris { font: 16px/18px "Verdana"; color: #636363 }
.ver14gris { font: 14px/16px "Verdana"; color: #636363 }
.ver12gris { font: 12px/14px "Verdana"; color: #636363 }
.ver11gris { font: 11px/13px "Verdana"; color: #636363 }
.ver10gris { font: 10px/14px "Verdana"; color: #636363 }

.ver12rose { font: 12px/14px "Verdana"; color: #e10df4 }

a       { text-decoration: underline; color: #636363}
a:hover { text-decoration:underline; color: #636363;
	      font-weight: bold;
}



