ul,li,p {
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color: #000000;
}

img {
	border: 0px;
}

.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;
}

a:link,a:active,a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#page {
	margin: 0px auto 0px auto;
	width: 100%;
	position: relative;
}

#bandeau {
	width: 100%;
	height: 115px;
	background-color:white;
}

/* 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: 226px;
	height: 115px;
}

#menu {
	height:28px;
	background-color:#9973ff;
	list-style: none;
	width:100%;
}
#menu li {
	float:left;
	padding-right:7px;
	background-color: white;
}
#separateur{
	width:100%;
	height:7px;
	background-color: white;
}
#contenu {
	clear: both;
	background-color: white;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	float:left;
	width: 100%;
	position:relative;
}
	#accueil_bloc_gauche{
		float:left;
		width:205px;
		min-height: 433px;
		height: auto !important;
		height: 433px;
		padding:5px;
		background-color:#B4E7FF;
		text-align:justify;
	}
	.intercalaire{
		float:left;
		min-height: 443px;
		height: auto !important;
		height: 443px;
		width:7px;
		background-color:#FFFFFF;
	}
	#accueil_bloc_centre{
		float:left;
		width:443px;
		min-height: 443px;
		height: auto !important;
		height: 443px;
		background-color:#99B4FF;
	}
	#accueil_bloc_droite{
		float:left;
		padding:5px;
		width:312px;
		min-height: 433px;
		height: auto !important;
		height: 433px;
	}
	
	
	
	
	
	#bloc_gauche{
		float:left;
		width:127px;
	}
	.intercalaire2{
		float:left;
		width:7px;
	}
	#bloc_centre{
		float:left;
		width:70%;
	}
	#bloc_droite{
		float:right;
		padding-right:3px;
		padding-top:10px;
		width:155px;
	}

/* Menu déroulant */
.menu_deroulant {
	width: 150px;
	position: absolute;
	z-index: 10;
	display: none;
	border-top: 0px;
}

.menu_deroulant ul {
	margin: 0px;
	padding: 0px;
}

/* Styles du menu */
.menu_sous_rubrique_0 {
	list-style: none;
	font-size: 13px;
	width: 150px;
	color: #646466;
}

.menu_sous_rubrique_0 a:link,.menu_sous_rubrique_0 a:visited,.menu_sous_rubrique_0 a:active,.menu_sous_rubrique_0 span
	{
	color: #646466;
	text-decoration: none;
	width: 150px;
	display: block;
	font-size: 13px;
	border-top: solid 1px #9E9E9E;
	padding: 3px 0px 0px 2px;
}

.menu_sous_rubrique_0 a:link,.menu_sous_rubrique_0 a:active,.menu_sous_rubrique_0 a:visited{
	background-color: #B4E7FF;
}

.menu_sous_rubrique_0 a:hover {
	background-color: #6645C2;
	color: #FFFFFF;
}

/* Style pour le marquee */
.marquee {
	height:130px
}

#ouverture_portail{
	padding:10px;
}
.portail_titre_article{
	font-size:14px;
	font-weight:bold;
}
