 .tab1
{
	width:100%;
	height:20%;
	background-color: rgb(0 ,139 ,206);
	border-radius: 1;
}

.logo
{
	width:10%;
	height:20%;
	background-color:rgb(0 ,139 ,206);
	margin-left:20;
}
.pub
{
	width:20%;
	height:30%;
	
	
}

.lien
{
	width:100%;
	height:5%;
	background-color:#424558;
	display:inline block;
	text-decoration:none;
	
	
}
#menu li ul
{
	position: absolute;
	left: -4000px;

}
 
.a1
{
	text-decoration:none;
	display:inline-block;
	color:black;
}
.a2
{
	text-decoration:none;
	color:blue;
}
a:hover
{
	color:rgb(55 ,130 ,19);
	background:rgb(169 ,83 ,255);
	border-radius:5px 5px 5px 5px;
	border-bottom:2px solid #ffffff;
	font-family:calibri;
	 
	
}

.partie3
{
	width:95%;
	height:65%;
	margin:auto;
}


.photo
{
	width:100%;
	height:100%;
	background-color:#ffffff;
}

.td1
{
	width:10%;
	height:70%;
	background-color:#ffffff;
}

.td2
{
	width:90%;
	height:70%;
	background-color:#ffffff;
}

.div
{
	width:100%;
	height:12.5%;
	background-color:#ffffff;
	 
	 
	margin-bottom:5px;
}
.tab4
{
	width:100%;
	height:90%;
	background-color:#ffffff;
}
.partie
{
	width:33.3%;
	height:100%;
	background-color:#ffffff;
}
.partie1
{
	width:100%;
	height:100%;
	background-color:#ffffff;
}
.partie2
{
	width:100%;
	height:80%;
	background-color:#ffffff;
	margin-bottom:30%;
}
.footer
{
	width:100%;
	height:30%;
	background-color: rgb(0 ,139 ,206);
	color:#ffffff;
}
.footer1
{
	width:100%;
	height:30%;
	background-color:#ffffff;
}

.footer2
{
	width:100%;
	height:100%;
}
.p1
{
	width:20%;
	
}
.p2
{
	width:7.5%;
	
}
.p3
{
	width:25%;
	
}
.p4
{
	width:12.5%;
	
}
.p5
{
	width:25%;
	
}
.titre
{
	color:#ffffff;
	font-size:25px;
	font-family:Times New Roman;
	width:60%;
	height:20%;
}
.subretit
{
	color:#ffffff;
	font-size:18px;
	font-family: Georgia;	
}
h2
{
	color:rgb(237, 171, 82);
	font-family:
}
bb
{
	background-color:rgba(169 ,83 ,255);
	color:#FFFFFF;
	opacity:0.3;
	width:50%;
	min-width:200px;
	max-width:300px;
	margin-left:80%;
}

h4
{
    color:rgb(255, 0, 0);
	font-family:
}



 
.aside
{
	width:33%;
	height:100%;
	margin:240%;
	
}

.lien
{
	width: 100%;
}
 
#menu,#menu ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	list-style-type: none;

}

#menu li{
	display: inline-block; 
	font-size: 14px;
	position: relative;
}
#menu a{
	display:block;
	width:135px;
	height: 5%;
	line-height: 30px;
	text-align: center;
	background-color: #424558;
	color: #ffffff;
	text-decoration: none;
	font-family: georgia;
}
#menu li ul
{
	position: absolute;
	left: -4000px;

}
#menu li:hover > ul{
	left: 0px;

}
#menu li li:hover > ul{
	left: 135px;
	top: 0px;
}
#menu a:hover{
	color: rgb(55 ,130 ,19);
	background-color: rgb(169 ,83 ,255);
	border-radius:5px 5px 5px 5px;
	border-bottom:2px solid #ffffff;
	 
}
#menu > li{
	border-right: 1px solid rgb(0 ,139 ,206);
}
#menu li:last-child{
	border:0px;
}



