	html{
		font-size:100%;
	}
	body{
		font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:100%;
		margin:0px;
		padding:0px;
		text-align:left;
	}
	.prpr {
		width: 211px;
		height: 90px;
		background: #FFF url(images/propresse.gif) no-repeat;
		outline: none;
	}
	.prpr:hover {
		background: #FFF url(images/propresse.gif) no-repeat 0 -90px;
	}
	.prte {
		width: 211px;
		height: 90px;
		background: #FFF url(images/protech.gif) no-repeat;
		outline: none;
	}
	.prte:hover {
		background: #FFF url(images/protech.gif) no-repeat 0 -90px;
	}	
	.clear{
		clear:both;
	}
	
	.mainnews{
		font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 10pt;
		text-align:left;
		margin:0 auto;
	}
	
	.mainnewstitle{
		font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 10pt;
		color : #5F7534;
		text-align:left;
		margin:0 auto;
	}
	
	.mainnewsmini{
		font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 8pt;
		text-align:left;
		margin:0 auto;
	}
	
	A.rollover1 {
     background-image: url('images/equipe.gif'); 
	 display: block; 
	 width: 124px;
	 height: 18px;
	}
	
	A.rollover1:hover {
     background-image: url('images/equipe1.gif');
	}
	
	A.rollover2 {
     background-image: url('images/plan.gif'); 
	 display: block; 
	 width: 124px;
	 height: 19px;
	}
	
	A.rollover2:hover {
     background-image: url('images/plan1.gif');
	}
	
	A.rollover3 {
     background-image: url('images/part.gif'); 
	 display: block; 
	 width: 124px; 
	 height: 19px;
	}
	
	A.rollover3:hover {
     background-image: url('images/part1.gif');
	}

	A.rollover4 {
     background-image: url('images/liens.gif'); 
	 display: block; 
	 width: 124px;
	 height: 19px;
	  
	}
	
	A.rollover4:hover {
     background-image: url('images/liens1.gif');
	}
	
	#mainContainer{
		font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.8em;
		text-align:left;
		margin:0;
		padding:0;
	}
	
	#leftMenu{
		margin:0;
		padding:0;
		/*float:left;*/
	}
	#mainContent{

	}
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		margin:0;
		padding:0;
		list-style-type:none;
		line-height: 1px;
		position:relative;
		display:block;
		font-size:0;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin: 0;
		padding:0;
		list-style-type:none;
		line-height: 1px;
		position:relative;
		display:block;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0;
		padding:0;
		line-height: 1px;
		display:block;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		margin:0;
		padding:0;
		line-height: 1px;
		display:block;
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;	
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin:0px;
		padding:0px;
		line-height: 1px;
		display:block;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin:0px;
		padding:0px;
		line-height: 1px;
		display:block;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:0px;
		line-height: 0px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:0px;
		color:red;
		line-height: 0px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin:0px;
		line-height: 0px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		margin:0;
		padding:0;
		line-height: 0;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin:0;
		padding:0;
		line-height: 0;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin:0;
		padding:0;
		line-height: 0;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin:0;
		padding:0;
		line-height: 0;
	}
	#menu5 { 
	position:absolute;
	top:0;
	right:0;
	}
	.menu1 { /* menu fixe en haut de l'écran */
position: absolute ; /* position du menu = par rapport à la boite parent (ici le body) */
top: 0 ; /* Le haut du menu est à 0 pixels du haut de l'écran */ 
left: 0 ; /* La gauche du menu est à 0 pixels du bas de l'écran */ 
width: 110% ; /* largeur du menu = 110% de l'écran (pour bug de IE) */
height: 20px ; /* hauteur du menu = 20 pixels */
background-color : #AFB7D3 ; /* la couleur du menu */
border-bottom: solid black 1px} /* Bordure basse du menu haut*/
