/*  CSS Document */
/* Auteur Sandy Lemoine */
/* www.kezako.be */

/* mise en page */

body {
	padding: 0;
	margin: 0;
	background-color: #CBD7E5;
}

#left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}

#right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
}

#contenu {
	background-image: url(images/back_menu.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-bottom: 50px;
}

/* Style du menu */

#menucontent {
	padding: 10px 0 0 18px;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

#menucontent .menuon {
	padding-right: 3px;
	padding-top: 8px;
	font-weight: bold;
}

#menucontent .menuon .leftitem {
	height: 57px;
	background-image: url(images/menu_on_lef.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#menucontent .menuon .leftitem a {
	color: #ffffff;
	margin-bottom: 7px;
	text-decoration: none;
	display: block;
}

#menucontent .menuon .leftitem a:hover {
	text-decoration: underline;
}

#menucontent .menuon .rightitem {
	height: 57px;
	width: 25px;
	background-image: url(images/menu_on_right.gif);
	background-repeat: no-repeat;
}


#menucontent .menuoff {
	padding-right: 3px;
	padding-bottom: 10px;
		font-weight: bold;
}

#menucontent .menuoff .leftitem {
	height: 55px;
	background-image: url(images/menu_off_left.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#menucontent .menuoff .leftitem a {
	color: #6E8393;
	margin-bottom: 7px;
	text-decoration: none;
	display: block;
}

#menucontent .menuoff .leftitem a:hover {
	color: #6E8393;
	text-decoration: underline;
}

#menucontent .menuoff .rightitem {
	height: 55px;
	width: 25px;
	background-image: url(images/menu_off_right.gif);
	background-repeat: no-repeat;
}



#footer {
	background: url(images/footer_back.gif) repeat-y;
	border-bottom: 3px solid #FFFFFF;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 20px 0 6px 26px;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	color: #546978;
}

#stylecontent {
	padding: 35px 50px 0 0;
	color: #546978;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

#stylecontent h1 {
	font: 22px "Arial Narrow", Helvetica, sans-serif;
	color: #B2CF42;
}


#stylecontent a {
	text-decoration: underline;
	color: #546978;
}

#stylecontent a:hover {
	color: #B2CF42;
}

#stylecontent h2 {
	font: 18px "Arial Narrow", Helvetica, sans-serif;
	color: #B2CF42;
	font-weight: bold;
}

#stylecontent h3 {
	color: #B2CF42;
	font-size: 14px;
	font-weight: bold;
}



#stylecontent hr {
	border-top: 2px solid #B2CF42;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #FFF0C1;
	background-color: #FFFFFF;
	margin: 10px 0;
}

#boxnews  {
	padding: 35px 0 0 0;
	color: #546978;
	padding-right: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#boxnews h1 {
	color: #B2CF42;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.green {
		color: #B2CF42;
}

#boxnews hr {
	border-top: 1px solid #82A4D1;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #FFF0C1;
	background-color: #FFFFFF;
	margin: 5px 2px ;
}

#boxnews p {
	margin: 8px 0 0 0;
}
