/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/fond.png);
	background-repeat:repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#cadre {
	width:815px;
	margin:auto;
}	

#bloc {
	float:left;	
	width:535px;
	padding-top:50px;
}

#page {
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	background-image:url(../images/page-side.png);
	background-repeat:repeat-y;
}

#logo {
	background-image:url(../images/logo-petit.png);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:20px;
	height:100px;

}

#titre {
	padding-top:20px;
	width:400px;
}

#texte {
	padding-left:20px;
	padding-right:20px;

}
#page-top {
	background-image:url(../images/page-top.png);
	background-repeat:no-repeat;
	height:15px;
}

#page-bottom {
	background-image:url(../images/page-bottom.png);
	background-repeat:no-repeat;
	height:15px;
}



h1 {
	color:#efba08;
	text-align:right;
	font-size:28px;
}

h2 {
	color:#adcbe3;
	text-align:left;
	font-size:16px;
}
h2 a {
	color:#adcbe3;
}

#page a {
	text-decoration:none;
}

.liste-article {
	color:#9e9c9c;
}

.date {
	color:#9e9c9c;
	font-size:10px;
	font-style:italic;
}
.liste-article a {
	color:#9e9c9c;
}


#menu-left {
	width:140px;
	float:left;
	margin-top:100px;
	background-image:url(../images/fond-menu-left.png);
	background-repeat:repeat;
	
}

#menu-left-titre {
	color:#FFFFFF;
	font-weight:800;
	margin-left:10px;
	margin-bottom:10px;
	
}

#menu-left a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu-left-item-1 {
	background-color:#78bbe6;
	height:18px;
	color:#FFFFFF;
	font-weight:800;
	margin-bottom:5px;
	text-align:right;
	padding-right:5px;
	padding-top:2px;
}

#menu-left-item-1:hover {
	background-color:#538cb1;
}
#menu-left-item-2 {
	background-color:#9be43d;
	height:18px;
	color:#FFFFFF;
	font-weight:800;
	margin-bottom:5px;
	text-align:right;
	padding-right:5px;
	padding-top:2px;
}

#menu-left-item-2:hover {
	background-color:#79b230;
}

#menu-left-item-3 {
	background-color:#bfc53f;
	height:18px;
	color:#FFFFFF;
	font-weight:800;
	margin-bottom:5px;
	text-align:right;
	padding-right:5px;
	padding-top:2px;
}

#menu-left-item-3:hover {
	background-color:#a2a918;
}

#menu-left-item-4 {
	background-color:#f9cc01;
	height:18px;
	color:#FFFFFF;
	font-weight:800;
	margin-bottom:5px;
	text-align:right;
	padding-right:5px;
	padding-top:2px;
}

#menu-left-item-4:hover {
	background-color:#caaf33;
}

#menu-left-item-5 {
	background-color:#f84a49;
	height:18px;
	color:#FFFFFF;
	font-weight:800;
	margin-bottom:5px;
	text-align:right;
	padding-right:5px;
	padding-top:2px;
}

#menu-left-item-5:hover {
	background-color:#9f1010;
}


#menu-right {
	width:140px;
	float:left;
	margin-top:100px;
		background-image:url(../images/fond-menu-right.png);
	background-repeat:repeat;	
}

#menu-right-titre {
	color:#4d687d;
	font-weight:800;
	margin-left:10px;
}

#menu-right-item {
	color:#4c6687;
	font-weight:800;
	height:18px;
	padding-left:5px;
	padding-top:2px;
}

#menu-right-item:hover {
	background-color:#edf379;
}

#menu-right a {
	color:#4c6687;
	text-decoration:none;
}