/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
img { border:0; }
	
body {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	color: #06185c; 
	background: #c0c0c0 url(img/lol.jpg) no-repeat top center; 
	margin: 0; 
	padding: 0;
}

#container {
	margin: auto;
	width:750px;
	background:url(img/header.jpg) no-repeat top center;
	position:relative;
	background-color: #CCCCCC;
}

#intro {
	width:751px;
	height:228px;
}

#sidebar {
	float: left;
	padding-top: 10px;
	padding-left: 11px;
	background-color: #CCCCCC;
}


#pageHeader {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	height:228px;

}

#blocLogin {
	width:210px;

}

#blocImg1{
	background-image: url(img/bloc_img1.png);
	width: 196px;
	height : 124px;
	margin-top: 18px;
}

#blocImg2{
	background-image: url(img/bloc_img2.png);
	width: 196px;
	height : 362px;
	margin-top: 18px;
}

#blocMenuTop {
	float:left;
	margin-top:180px;
	padding-left:10px;

}

div#contenu {
	padding: 5px 25px 0 220px ;
	background: url(img/deco_contenu.png) repeat-y 10px 60px ;
}

#footer {
	background: url(img/footer_bg.jpg) no-repeat 0px 0px;
	height:71px;
}

h1 {
margin:0;

}

h1#headerTitle a
{
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: 10px;
	left: 20px;
	width: 236px; /* ------ à changer <----------- largeur de l'image de fond */
	height: 79px;
	display: block ;
	background: url(img/logo.png) no-repeat ;
}
		
h1#headerTitle a span
{
	display: none ;
}
