/* 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;
}
h1 {
	font-family:Times New Roman, Times, serif;
	font-size: 25px;
}
.titretimes{
	font-family:Times New Roman, Times, serif;
	font-size: 25px;
}
.accroche {
	font-family: Times, serif;
	font-size: 16px;
	font-style: italic;
}
.txtBASE01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ssTITRE{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.txtBASE02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #6D98A7;
	background-image: url("../images/filet.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
}

img {
	border: 0px;
}

.portail_contenu ul {
	margin-left: 5px;
}

.portail_contenu li {
	margin-left: 20px;
}


a,a:link,a:active {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #AFC8D7;
	text-decoration: none;
}

#page {
	margin: 0px auto 0px auto;
	min-width: 995px;
	width:auto !important;
	position: relative;
}

#bandeau {
	min-width: 995px;
	width:auto !important;
	height: 95px;
	background-color: #565656;
}

/* 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;
}
#milieu_logo{
	min-width: 995px;
	width:auto !important;
	height: 4px;
	overflow:hidden;
	background-color: #565656;
}
	#logo {
		width: 413px;
		height: 95px;
		float: left;
	}
	#logo_gauche{
		float: right;
		width:84px;
		padding-top:8px;
		height: 79px;
	}
	#contenu_menu{
		min-width: 995px;
		width:auto !important;
		height: 26px;
		background-color: #565656;
	}
		#images_debut_menu{
			float:left;
			width:285px;
			height: 26px;
		}
			#images_debut_menu img{
				float:left;
			}
		#menu {
			float:left;
			width: 700px;
			height: 26px;
			list-style:none;
		}
		#menu li{
			float:left;
		}
#fin_logo{
	min-width: 995px;
	width:auto !important;
	height: 16px;
	overflow:hidden;
	background-color: #565656;
}
.bordure_blanche{
	background-color: white;
	min-width: 995px;
	width:auto !important;
	height: 1px;
	overflow:hidden;
}
#contenu {
	background-color: #565656;
	height: auto;
	min-height: 350px;
	height: auto !important;
	height:350px;
	min-width: 995px;
	width:auto !important;
	position:relative;
}
#ouverture_portail{
	padding:15px 15px 45px 15px;
}
#titre_bas{
	bottom:0px;
	left:2px;
	position:absolute;
	z-index:5;
}