/* Bug des png sous ie6 */
* html img,* html .png {
	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 ) );
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

a:link,a:active,a:visited {
	color:#400403;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

img {
	border: 0px;
}
h1{
	font-size:20px;
}
#accueil_div_actu a{
	font-size:14px;
	text-decoration:underline;
}

.portail_contenu ul {
	margin-left: 5px;
}

.portail_contenu li {
	margin-left: 20px;
}

h1,h2 {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#page {
	margin: 0px auto 0px auto;
	width: 995px;
	position: relative;
	background-image: url("../images/fond_repeat.jpg");
}

#bandeau {
	width: 995px;
	height: 90px;
	background-image: url("../images/fond_bandeau.jpg");
	background-repeat: repeat-y;
}

/* Bug des images avec espace sous ie 6, a mettre dans tous les menus images */
#bandeau img,#bandeau a,#menu img,#menu a {
	float: left;
}

#logo {
	width: 327px;
	height: 65px;
	margin: 0px auto 0px auto;
	padding-top:10px;
}

#menu {
	height: 30px;
	background-image:url("../images/fond_menu.jpg");
}
#menu ul {
	height: 30px;
	margin-left:90px;
	width:850px;
	list-style: none;
}
#menu li {
	float:left;
}

#contenu {
	clear: both;
	width:931px;
	margin:0px auto;
	min-height:453px;
	height:auto !important;
	height:453px;
	background-color: #EAE6D9;
}
	#accueil_div_actu{
		width:146px;
		height: 453px;
		float:left;
		background-image: url("../images/fond_actu.jpg");
		background-repeat: no-repeat;
	}
	#accueil_div_contenu{
		width:234px;
		height: 433px;
		float:left;
		background-image: url("../images/fond_contenu_accueil.jpg");
		background-repeat: no-repeat;
		padding:10px;
	}
	#accueil_div_photo{
		width:531px;
		height: 453px;
		float:left;
		background-image: url("../images/fond_photo_accueil.jpg");
		background-repeat: no-repeat;
	}

#pied_page {
	clear: both;
	width: 995px;
	height: 17px;
	margin: 0px;
	text-align: center;
	color:#400403;
}

#pied_page li {
	display: inline;
}

.portail_titre_article{
	font-size:22px;
}

.portail_contenu_article a{
	color:white;
}
.portail_contenu_article a:visited{
	color:#AA917B;
	text-decoration: none;
}
#liste_rub{
	margin-left:20px;
}
	#liste_rub ul{
		margin-left:20px;
	}
#liste_super_rubriques{
	list-style:none;
}