/* Bug des png sous ie6 */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

p{
	margin:0px;
	padding:0px;
}

img{
	border:0px;	
}
	
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Verdana;
	color : #002084;
}
h1, h2{
	padding:0px;
	margin:0px;
}
a, a:link, a:active{
	color:#139F4E;
	text-decoration:underline;
}
a:hover, strong{
	color:#027fd5;
	text-decoration:none;	
}
#page{
	margin:0px auto 0px auto;
	background-image: url("/images/fond_page.jpg");
	width:995px;
	position:relative;
}
#bandeau{
	width:995px;
	height:220px;
	background-image: url("/images/bandeau.jpg");
}
#menu{
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	left:50px;
	top:180px;
}
#menu li{
	float:left;	
}


#marge{
	height:354px;
	width:0px;
	float:left;	
}
#contenu{
	width:995px;
	min-height: 354px;
	position: relative;
}

#contenu_accueil{
	width:682px;
	height:141px;
	position:absolute;
	top:20px;
	left:40px;
	padding:10px;
	background-image: url("/images/contenu_accueil.jpg");
	background-repeat: no-repeat;
}

#contenu_type{
	width:890px;
	height:100%;
	float:left;
	background-image: url("/images/fond_contenu.jpg");
	background-position: 45px 0px;
	background-repeat: no-repeat;
	padding:40px 0px 20px 63px;
	min-height: 90px;
}

#contenu h1{
	width:700px;
	height:25px;
	position:absolute;
	top:15px;
	left:63px;
	padding-left:15px;
	background-image: url("/images/fond_titre.png");
	background-repeat: no-repeat;
	font-size:20px;
	font-weight:normal;
	z-index:1;
}

#contenu h2{
	margin:0px;
	font-size:17px;
	font-weight:normal;
	color:#2e77b5;
	padding:0px 0px 5px 15px;
}


#contenu_type .portail_titre_article{
	padding:0px 0px 0px 15px;
	font-size:15px;
	font-weight:bold;
	color:#055ba8;
}

#contenu_type .portail_contenu_article{
	padding:0px 0px 0px 15px;
}

#srub{
	float:right;
	margin:25px 0px 0px 0px;
	padding-right:30px;
	width:213px;
}

#srub_haut{
	width:213px;
	height:20px;
	background-image: url("/images/srub_haut.jpg");
}
#srub_contenu{
	width:213px;
	background-image: url("/images/srub_contenu.jpg");
	min-height: 170px;
}
#srub_contenu .marge{
	float:left; 
	width:0px; 
	height:170px;
}
#srub_contenu .contenu{
	float:left; 
	padding:0px 15px 0px 15px;
}

#srub_contenu ul{
	padding:0px 0px 0px 0px;
	margin:0px;	
	list-style:none;
	font-size:12px;
}
#srub_contenu ul li{
	background-image: url("/images/puce_menu.jpg");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding:0px 0px 0px 13px;
	margin: 7px 0px 0px 0px;
}

#srub_contenu a, #srub_contenu a:link, #srub_contenu a:active{
	text-decoration:none;
}
#srub_contenu a:hover{
	text-decoration:underline;
}


#srub_bas{
	width:213px;
	background-image: url("/images/srub_bas.jpg");
	height:20px;	
}


#flash{
	width:720px;
	height:110px;
	background-image:red;
	position:absolute;	
	left:40px;
	top:220px;
}

#actus{
	width:228px;
	height:230px;
	position:absolute;	
	left:745px;
	top:10px;
	background-repeat: no-repeat;
	background-image: url("/images/contenu_actu.jpg");
}

.marquee{
	display:block;
	padding:15px;
	height:190px;
	font-size: 12px;
}
.marquee a{
	padding:0px;
	margin:0px;
	font-size:13px;
	display:inline;
	}

#pied_page{
	background-image: url("/images/pied_page.jpg");
	height:21px;
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	color:white;
	text-align:left;
	clear:both;
}

#pied_page li{
	float:left;
}

#pied_page a{
	color:white;
	font-size:11px;	
}

#pied_page a, #pied_page a:link, #pied_page a:active{
	text-decoration:none;
}
#pied_page a:hover{
	text-decoration:underline;
}




#titre_rub{
	font-weight: bold;
	font-size: 15px;
}
