/*   Couleurs du site
bleu #333399
*/

/* base
	----------------------------- */
	* { }
	img, img a { border: none; behavior:url("pngbehavior.htc");}
	.fl { float: left; margin-right: 1em; }
	.fr { float: right; margin-left: 1em; }
	.small { font-size: 90%; }
	.bold { font-weight: bold; }
	.bleu{color:#333399;}
	.droite{text-align:right;}
	.center { text-align: center; }
	.clear { clear: both; }
	hr { color: #5b82a9; background-color: #5b82a9; height: 1px; border: 0; width: 80%; text-align: center;}
	
html,body{margin:0;padding:0;  }
body{font: 92% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; text-align:center; background: url(design/bg.png); color: #000;}
a:link, a:active, a:visited { color:#333399; text-decoration:underline; }
a:hover { color:#333399; text-decoration:underline; }

div#container{text-align:justify;}
div#content p{line-height:1.4; margin:0 10px 0 30px;}
div#content h1 { margin:0;}
div#content h2, h3, h4, h5, h6 { margin:10px 0 10px 30px; font-size: 110%; color:#333399;  /*font-weight:normal;*/}
div#content p { padding: .5em 0; }
div#content li { padding: .5em 0 .5em 1em;  list-style-image:url(design/puce.png); }
.list {list-style-type: none; /*margin-left : -10px;*/}

div#container{background: url(design/bg-grand.png) repeat-x;}
div#wrapper{width:780px;margin:0 auto;}
div#content{width:780px; background: #FFF; }

