@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

body {
	background-image:url(../image/interface/background_page.gif);
}

h1{
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;	
	font-variant:small-caps;
	color:#303030;
}

h2{
	font-weight:bold;
	font-size:11px;
	color:#333333;
}

h3{

}

p{
	font-size:11px;
	color:#333333;
}


ul {
	margin-top:5px;
	margin-left:20px;
	list-style-type:square;
	font-size:11px;
	color:#333333;
}

img.imgText {
	float:left;
	margin:5px;
}

img.rss {
	margin:0px;
}

img.imgCentre{
	margin:5px;
}

a {
	color:#144b9e;
}
/* style des sous menu */
a.menuSec:link {
	display:block;
	margin-bottom:10px;
	font-size:10px;
	font-weight:bold;
	font-variant:small-caps;
	color:#666666;
	text-decoration:none;
}

a.menuSec:visited {
	display:block;
	margin-bottom:10px;	
	font-size:10px;
	font-weight:bold;
	font-variant:small-caps;
	color:#666666;
	text-decoration:none;
}

a.menuSec:hover {
	display:block;
	margin-bottom:10px;
	font-size:10px;
	font-weight:bold;
	font-variant:small-caps;
	color:#666666;
	text-decoration:underline;
}

a.menuSec:active {
	display:block;
	margin-bottom:10px;	
	font-size:10px;
	font-weight:bold;
	font-variant:small-caps;
	color:#666666;
	text-decoration:none;
}

/* Liens generaux */
a:link {	
	font-size:12px;
	text-decoration:none;
}

a:visited {	
	font-size:12px;
	text-decoration:none;	
}

a:hover {	
	font-size:12px;
	text-decoration:underline;	
}

a:active {	
	font-size:12px;
	text-decoration:none;
}

/* Liens footer */
a:link {	
	font-size:9px;
	text-decoration:none;
	
}

a:visited {	
	font-size:9px;
	text-decoration:none;
}

a:hover {	
	font-size:9px;
	text-decoration:underline;
}

a:active {	
	font-size:9px;
	text-decoration:none;
}

ul.listPuce {
	margin-top:5px;
	margin-left:20px;
	list-style-type:square;
	font-size:11px;
	color:#333333;
}

ul.listPuceSec {
	margin-top:5px;
	margin-left:20px;
	list-style-type:circle;
	font-size:11px;
	color:#333333;
}

#container {
	margin-left: auto;
	margin-right: auto;
	/*position:absolute;*/
	margin-top:10px;
	margin-bottom:20px;
	/*margin-left:-477px;*/
	width:955px;	
	/*left:50%;*/
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
}

#flashHeader {
	height:90px;
	width:955px;
	margin-bottom:10px;
	padding-top:5px;
}

#content {
	width:955px;
}

#leftItems {
	float:left;
	width:345px;
}

#boxMenuSecondaire {
	width:345px;
}

#bordureMenuSecondaire {
	float:left;
	width:4px;
	margin-right:5px;
}

#menuSecondaire {
	float:right;
	width:335px;
	/*margin-bottom:35px;*/
	
	font-size:10px;
	color:#333333;
}

#flashNews {
	width:190px;
	height:180px;	
}

#rightItems {
	float:right;
	width:590px;
}

#flashPhotos {
	width:590px;
	height:150px;
}

#flashPhotosIndex{
	margin-left:10px;
	width:580px;
	height:150px;
}

#txtPmtic {
	width:580px;
	margin:10px 0px 10px 10px;
	text-align:left;
}

#prefooter {
	margin-top:10px;
	width:955px;
	height:1px;
}

#footer {
	margin-top:5px;
	width:955px;
	height:30px;
	
	font-size:9px;
	color:#999999;
	text-align:center;
}

.boiteVideo{
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:180px;
	height:180px;
}

.miseEnEvidence {
	color:#FF0000;
	font-weight:bold;
}

.centreur {
	text-align:center;
}

.grasNoir {
	color:#OO0000;
	font-weight:bold;
}