/* CSS Document
   http://www.impulsion38.org/
   v2.0+
   
   Skin bleu
*/

#feuille {
	position: absolute;
	left: 50%;
	background: #FFFFFF url('/system/images/marge_bleu.png') repeat-y 0 0;
	width: 835px;	
	margin-left: -417px;
	color: #000000;
	border: 1px solid #888888;
	padding-bottom: 0px;
	height: 100%;	
}

html>body #feuille {
	height: auto;
	min-height: 100%;
}


#sousheader {
	position: absolute;
	left: 0;
	top: 101px;
	width: 159px;
	height: 20px;
	background: url('/system/images/arrondi_bleu.gif');
}

#barreheader {
	position: absolute;
	left: 159px;
	top: 101px;
	width: 676px;
	height: 11px;
	background: url('/system/images/barre_bleu.png') repeat-x 0 0;
}

#imagemenu {
	display: block;
	width: 100px;
	height: 81px;
	background: url('/system/images/titrebas_bleu.jpg') no-repeat;
	border-bottom: solid 1px #4A63CD;
}

#conteneur {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.menugauche a {
	border-bottom: solid 1px #4A63CD;
	background: #6B83ED;
	width: 100px;
	display:block;
	height: 32px;
	text-align: right;
	color: #FFFFFF;
}

.menugauche a:hover {
	background: #4A63CD;
	text-decoration: none;
	color: #FFFFFF;
}