html, body {
	height: 100%;
	margin: 0;
	background: #ffffff;
	font: 1em arial, sans-serif ; 
	}
#global {
	min-height: 100%;
	height:100%;
	width: 770px;
	margin: 0 auto;
	position: relative;
	background-image:url(fondmenu.gif);
	background-repeat:repeat-y;
	margin-top: 10px;
	}

#haut {
	width:770px;
	height:23px;
	}

#sidebar {
	float: left;
	width: 250px;
	}
#content {
	border: 8px solid #ffffff;
	padding-left: 13px;
	padding-bottom: 50px;
	float: right;
	width: 491px; 
	background:#ffffff;
	line-height:1.5em;
	}

ul#telechargement {
padding:0px;
border: 0px;
margin: 0px;
margin-bottom: 10px;
list-style-type: none ;
}


ul#telechargement li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 100% ;
	line-height: 40px ;
	text-indent: 150px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	background: #DFDFDF url(telechargeroff.gif) no-repeat 0 0 ;
	color:#000000;
	font-weight:bold;
}
ul#telechargement li a:hover
{
	background: #FFC20E url(telecharger.gif) no-repeat 0 0 ; 
}



ul#sousrubrique {
padding:0px;
border: 0px;
margin: 0px;
margin-bottom: 10px;
list-style-type: none ;


}

ul#sousrubrique li a:hover
{
	background: #ffffff url(sousrubrique.gif) no-repeat 0 0 ; 
}

ul#sousrubrique li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 90% ;
	height:65px;
	line-height: 18px ;
	text-indent: 0px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	background: #ffffff url(sousrubriqueoff.gif) no-repeat 0 0 ;
	color:#294A75;
	font-weight:bold;
	font-size: 18px;
}
		
h1 {
font-size: 1.6em;
margin: 0px;
margin-bottom: 10px;
margin-left: -21px;
margin-right: -8px;
padding-left: 25px;
color:#ffffff;
border: 10px solid #D7592D;
font-variant:small-caps;
font:  arial, sans-serif ; 
background-color: #D7592D ;
}

h2 {
margin: 0;
font-size: 1.3em;
line-height: 1.3em ;
color:#D7592D;
font-weight:bold;

margin: 0px;
margin-bottom: 10px;
margin-left: -21px;
margin-right: -8px;
padding-left: 13px;
border: 5px solid #F0f0f0;
background-color: #F0f0f0 ;
}

h3 {
margin: 0;
font-size: 1.2em;
line-height: 1.2em ;
color:#294A75;
font-weight:bold;
}

		a
		{

			color: #FF6C00 ;
			text-decoration: underline ;

		}
		
		a:hover
		{

			color: #00A651 ;
			text-decoration: none ;
		}