/* 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: #1f1d21;
	background-color: #DEEFF9;
}

p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
}
a:link,a:active,a:visited{
	text-decoration:none;
	color:#00622F;
}
a:hover{
	text-decoration:underline;
}
img {
	border: 0px;
}

.portail_contenu ul {
	margin-left: 5px;
}

.portail_contenu li {
	margin-left: 20px;
}

h1 {
	padding: 0px;
	margin: 0px;
	color:#00622F; 
	font-size:20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page {
	margin: 0px auto 0px auto;
	width: 995px;
	position: relative;
}

#bandeau {
	width: 995px;
	height: 222px;
	background-image: url("../images/bandeau.jpg");
}

/* 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 {
	top:0px;
	left:0px;
	width: 242px;
	height: 343px;
	position:absolute;
}

#menu {
	height: 40px;
	background-color: pink;
}

#contenu {
	clear: both;
	height: auto;
	min-height: 242px;
	height: auto !important;
	height: 242px;
	width: 100%;
	background-color: white;
	float:left;
}
	#cote_gauche{
		float:left;
		width:254px;
		height:359px;
		background-color: white;
	}
	#contenu_accueil{
		float:left;
		width:415px;
	}
		#hauteur_mini{
			float:left;
			min-height: 275px;
			height: auto !important;
			height: 275px;
		}
	#cote_droite{
		float:left;
		width:326px;
		height:360px;
		background-image: url("../images/partie_droite_accueil.jpg");
	}
#pied_page {
	clear: both;
	height: 21px;
	padding-top:5px;
	background-image:url("../images/pied_page.jpg");
	text-align: center;
}

#pied_page li {
	display: inline;
}

#pied_page a,#pied_page a:link,#pied_page a:active {
	margin: 0px 5px 0px 5px;
	color: white;
	text-decoration: none;
}

#pied_page a:hover {
	text-decoration: underline;
}


#recherche{
	float:left;
	width:300px;
}
#haut_form{
	float:left;
	width:387px;
	height:92px;
	padding:3px 13px 5px 15px;
	background-image: url("../images/fond_recherche.gif");
	background-repeat: no-repeat;
}
	#criteres{
		/*float:left;
		width:187px;
		height:92px;
		*/
		width:387px;
		float:left;
		text-align:center;
		clear:both;
	}
	#formulaire{
		/*float:left;
		width:200px;
		height:92px;
		*/
				width:387px;
		float:left;
		text-align:center;
		clear:both;
	}
.portail_titre_article{
	font-weight:bold;
}
#menu_droite{
	margin-left:5px;
	margin-top:122px;
}
#liste_rub{
	margin-top:15px;
 }
	#liste_rub ul{
		margin-left:20px;
	}
.resultat_ot {
	background-image:url(../images/resultat_ot.jpg);
	background-repeat:no-repeat;
	color:#336633;
	width:100%;
}
.input_accueil2{
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:19px;
	margin-left:15px;
	margin-top:3px;
	width:175px;
}
.bouton {
	background-color:white;
	border:1px solid #DDDDDD;
	color:black;
	font-size:12px;
	font-weight:normal;
	cursor:pointer;
}
