/* 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 = "http://www.clos-mosaic.com/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;
}

body{
	width:100%;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:arial;
}
#contenu_html{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
	#contenu_haut{
		width:990px;
		height:376px;
		background-image: url("../images/fond_partie_haut.jpg");
		background-repeat: no-repeat;
	}
		#div_logo{
			width:273px;
			height:142px;
			margin-left:auto;
			margin-right:auto;
		}
		#menu{
			width:990px;
			text-align:center;
			height:62px;
			padding:0px;
			margin:0px;
		}
			#menu ul{
				padding:0px;
				margin:0px;
				margin-top:160px;
				width:640px;
				margin-left:auto;
				margin-right:auto;
				list-style:none;
			}
				#menu li{
					float:left;
				}
	#contenu{
		width:990px;
		min-height:197px;
		background-image: url("../images/fond_contenu.jpg");
		background-repeat: no-repeat;
	}
		#marge{
			width:0px;
			height:197px;
			float:left;
		}
		#menu_gauche_contenu{
			width:215px;
			float:left;
			text-align:left;
			background-image: url("../images/feuille_actu.jpg");
			background-repeat: no-repeat;
			background-position: bottom;
			min-height:197px;
		}
			#marge_menu{
				width:0px;
				height:197px;
				float:left;
			}
		#menu_gauche{
			width:215px;
			text-align:left;
			float:left;
			background-image: url("../images/feuille_actu.jpg");
			background-repeat: no-repeat;
			background-position: bottom;
		}
			#titre_menu{
				margin-left:5px;
				font-size:18px;
				color:#660033;
				text-align:left;
			}
				#titre_menu hr{
					padding:0px;
					margin:0px;
				}
					#titre_menu a:link,#titre_menu a:visited,#titre_menu a:active{
						color:#660033;
						text-decoration:none;
					}
					#titre_menu a:hover{
						color:#660033;
						text-decoration:underline;
					}
				#contenu_menu_gauche{
					width:195px;
					margin-top:5px;
					padding:10px;
					height:130px;
					text-align:justify;
					font-size:12px;
					color:#660033;
					overflow:hidden;
				}
				#contenu_menu_gauche a:link,#contenu_menu_gauche a:visited,#contenu_menu_gauche a:active{
					color:#660033;
					text-decoration:none;
				}
				#contenu_menu_gauche a:hover{
					color:#660033;
					text-decoration:underline;
				}
					.anim_actu_css_titre{
						font-weight:bold;
					}
		#titre_rubrique{
			height:20px;
			font-size:18px;
			color:#660033;
			padding-left:28px;
			padding-top:5px;
			background-image: url("../images/feuille.png");
			background-repeat: no-repeat;
		}
		#contenu_texte{
			width:765px;
			padding:5px;
			float:left;
		}
	#pied_page{
		width:990px;
		height:15px;
		float:left;
		color:white;
		background-color: #947a66;
		text-align:center;
	}
		#pied_page a:link,#pied_page a:visited,#pied_page a:active{
			color:white;
			text-decoration:none;
		}
		#pied_page a:hover{
			text-decoration:underline;
		}


/*----------------*/
/* Styles du menu */
/*----------------*/

.menu_sous_rubrique{
	list-style:none;
	margin-top:15px;
	padding-bottom:4px;
	margin-bottom:1px;
	border-bottom:1px black solid;
	font-size:13px;
	padding-left:20px;
}
	#menu_gauche_contenu ul{
		margin:0px;padding:0px;
	}
.menu_article{
	list-style:none;
	margin-left:20px;
	font-size:12px;
}
.menu_sous_rubrique a:link, .menu_sous_rubrique a:visited, .menu_sous_rubrique a:active{
		color:#000000;
		font-weight:bold;
		text-decoration:none;
}
.menu_sous_rubrique a:hover{
		color:#980032;
}

/*----------------*/
/* Styles du portail */
/*----------------*/
.portail_titre_article{
	margin-top:10px;
	margin-left:15px;
	color:#660033;
	font-size:12px;
	font-weight:bold;
}
.portail_contenu_article{
	padding:10px;
}
.portail_contenu_article a:link,.portail_contenu_article a:active,.portail_contenu_article a:visited{
	font-weight:bold;
	color:#660033;
	text-decoration:none;
}
.portail_contenu_article a:hover{
	text-decoration:underline;
}
.portail_contenu a:link, .portail_contenu a:visited, .portail_contenu a:active{
	color:#660033;
	font-weight:bold;
	text-decoration:none;
}
.portail_contenu a:hover{
	text-decoration:underline;
}

/*----------------------*/
/* Styles du marquee    */
/*----------------------*/
.marquee{
	color:#000000;
	width:195px;
	height:130px;
	text-align:justify;
}

.marquee a:link, .marquee a:visited, .marquee a:active{
	font-weight:bold;
	color:#660033;
	text-decoration:none;
}
.marquee a:hover{
	font-weight:bold;
	color:#660033;
	text-decoration:underline;
}

/*------------------*/
/*     Newsletter   */
/*------------------*/
#newsletter{
	margin-top:17px;
	margin-left:690px;
	width:290px;
	height:60px;
	position:absolute;
}
