@charset "UTF-8";
@import url(include/style.css);
@import url(include/menu.css);

#top {
	background-image: url(../img/int-top-menu2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffe03f;
}

#top .accueil{
	display: block;
	width: 320px;
	height: 65px;
	cursor: pointer;
}

#top p {
	margin-left: 94px;
	font-weight: normal;
	color:#000;
	line-height: 14px;
	margin-bottom: 10px;
}

#top span{
	color: red;
	font-weight: bold;
	font-size: 18px;
}

#top table{
	margin-top: 10px;
}

#blockContent{
	padding: 20px 40px 20px 40px;
	width: 568px;
	/*border: 1px solid red;*/
}

#blockContent ul{
	margin-left:20px;
}

#blockContent li{
	list-style: disc;
}

#blockContent table.gallerie {
	margin-left: 5px;
}

#blockContent table td{
	vertical-align: top;
	padding-bottom: 20px;
}

#blockContent table td h5, #blockContent table td p, #blockContent table td h4{
	padding-left: 15px;
	font-size: 12px;
}

#blockContent table td h5{
	padding-bottom: 10px;
	font-weight: normal;
}

#blockContent table td p{
	font-size: 11px;	
}

#blockContent table td p a{
	padding-left: 25px;
	display: block;
	line-height: 20px;
	margin-top: 10px;
	background: #FFF url(../img/icon-full.jpg) no-repeat scroll 0 0px;
	color: black;
}

#menuLevel1 .selected a{color:#F9901A;}

#menuLevel2 td {
	height: 37px;
	line-height: 37px;
	background-image: url(../img/back-menu-lvl-2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-left: 1px solid white;
	padding-left: 20px;
}

#menuLevel2 td a, #menuLevel3 td a:hover{
	padding-left: 20px;
	padding-bottom: 5px;
	color: black;
	font-size: 15px;
	text-transform: uppercase;
	background-image: url(../img/arrow-content.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

#menuLevel2 td a.selected {
	background-image: url(../img/arrow-content-selected.gif);
	background-position: 0px 4px;
	color:#EC1D25;
}

h1{
	font-size: 17px;
	margin-bottom: 10px;
	text-align: right;
	border-bottom: 1px solid #DD7419;
	margin-bottom: 20px;
	color: #DD7419;
}
#blockContent h2{
	color: #250701;
	margin-bottom: 8px;
	font-size: 14px;

}
h2, h3, h4, h5{
	color: black;
	font-size: 13px;
	font-weight: bold;
}

.menu_left {
	width: 255px;
	margin-left: 10px;
	margin-top: 10px;
}

 #menuLevel3 div {
	background-image: url(../img/arrow-content.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 15px;
}

#menuLevel3 div.selected {
	background-image: url(../img/arrow-content-selected.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#menuLevel3 div.selected A{color:#EC1D22;}
#menuLevel3 div a, #menuLevel3 div a:hover {color: black;}

#blockContent table{
	margin-top: 10px;
}

.Prev{
	background: url(../img/btn-on-right.jpg);
}

.Next{
	background: url(../img/btn-on-left.jpg);
}

.Prev.unactive{
	background: url(../img/btn-off-right.jpg);
}

.Next.unactive{
	background: url(../img/btn-off-left.jpg);
}

