BODY {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 10pt;
	background-attachment:fixed;
	background-image: url(/lib/img/fond1.jpg);
	background-repeat: repeat-x;
	text-align:center;
}
a {
	color: #2d629b;
}
img{
	border: 0
}
.imgCarte{
	text-align: center;
}
.mot1{
	color: #2d629b;
	font-weight: bold;
}
.ligneDot{
	border-top-color: Silver; 
	border-top-style: dotted;
	border-top-width: 1px; 
	margin-left:7px;
    margin-top:20px;
}
.nouvelle{
	color:#626262;
	font-size:8pt;
	min-height:50px;
}
p{
	padding-left: 8px;
	padding-right: 8px;
	text-align: justify;
	width:100%;
}
h1,h2,h3{
	padding-left: 6px;	
	padding-right: 6px;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 14px;
}
h3{
	font-size: 12px;
}
li{
    padding-bottom:6px;
}

/* pour les div */
#outer {
	background-color: white;
	width: 900px;
	text-align: left;
	border: 1px solid #989898;
	margin: auto;
}

#hdr {
 height:200px;
 color: #333333;
 }

#bar {
	height: 45px;
	background-image: url(/lib/img/fondbar.jpg);
	background-repeat: repeat-x;
	color: #333333;
	border: solid silver;
	border-width: 0 0 1px 0;
	margin-left: -8px;
	margin-right: -8px;
}
#bar a{
   color:#669ad4;
	font-weight: bolder;
	text-decoration: none;
	font-size:14px;
}
#bar a:hover{
	text-decoration: underline;
}
#bar td{
	padding-left: 10px;
	padding-right:  10px;
	padding-top: 10px;
	text-align: center;
}

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:880px;
 padding:0;
 }

#l-col {
 float:left;
 background:;
 color: #333333;
 width:145px;
 }

#cont {
 width:720px;
 background:#ffffff;
 color: #333333;
 border:solid silver;
 border-width:0 0 0 1px;
 text-align:left;
 min-height: 500px;
 padding-bottom: 20px;
 }
#cont p.maj{
	font-size: 9px;
	border-bottom: 1px silver;
	border-bottom-style: dotted;
}
#ftr {
	height: 40px;
	color: #333333;
	border: solid silver;
	border-width: 1px 0 0 0;
	margin: 0;
	padding-top:10px;
}
#ftr p{
	font-size: 9px;
	vertical-align: middle;
}




/************************
 * Pour coins ronds
 ************************/
.rBox {
	margin: 10px auto;
	padding: 8px;
	text-align: left;
	background-color: #8b8b8b;
	border: 1px solid #8b8b8b;
	min-height: 300px;
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
