/* @group Base */

body {
	background: #FFFFFF;
	padding: 20px;
	margin: 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration:none;
	border-style: none;
}

img {
	border-style: none;
}


/* @end */

/* @group Blocs de mise en page */

#bloc_contenu {
	/* largeur fixe, centrée dans la page */
	border: 0px;
	width: 780px;
	margin: 0 auto;
}


#bloc_page {
background:transparent url(img/bg.gif) repeat-y scroll left top;
border-right:1px solid #BFBFBF;
padding-top:20px;
}

#colonne_gauche {
	border: 0px;
	width: 150px;
	left: 0;
	top: -20px;
	float: left;
}

#colonne_centrale {
	/*colonne centrale*/
	border: 0px;
	margin-left: 150px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* @group Bandeau */

#bandeau-corps {	
	display: block;
	background:  no-repeat right top;
	margin: 0px 0px 0px 20px;
	text-align: left;
	height: 80px;
}

#bandeau-haut {
	display: block;
	background: url(img/navbar.gif) no-repeat right bottom ;
	text-align: right;
	padding-right: 30px;
	height: 24px;
	margin-top: 37px;
	font-weight: bold;
}

#bandeau-haut .texte {
	font-size: 10px;
	padding-top: 5px;
}


#bande-chemin {
	background: #dddddd url(img/page.gif) no-repeat right bottom;
	padding: 4px 10px 4px 150px;
	margin: 0px 0px 0 150px;
	text-align: right;
	font-size: 10px;
	vertical-align: middle;
	height: 21px;
	font-weight: bold;
}



.bande-chemin a {
	color: #EEEEEE;
}

.bande-chemin a:hover {
	color: #333333;
}

/* @end */


.clearer {
	clear: both;
	display: block;
	height: 0px;
}

#pied_page {
	clear: both;
	background: transparent url(img/footer.gif) no-repeat 0px bottom;
	height: 57px;
}
#pied_page .credits {
	font-size: 10px;
	text-align: right;
	color: gray;
	padding-top: 10px;
	padding-right: 110px;
}


/* @end */
