@charset "utf-8";
/* CSS Document */

a
{
	text-decoration:none;
	color:#fffb5b;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	background-color:#39c;
}

a:visited
{
	color:#F93;
	text-decoration:none;
}


h2
{
	padding-top:0px;
	padding-left:100px;
	padding-bottom:0px;
	margin:0px;
	
	text-align:center;
	font-size:20px;
}

p
{
	text-align:justify;
	z-index:20;
	padding-right:20px;
}
/* style accueil */
.introduction
{
	margin-top:20px;
	margin-right:20px;
	margin-bottom:50px;
}
#ovale_accueil
{
	padding-left:10px;
	padding-bottom:0px;
	margin:0px;
	width:441px;
	height:450px;
	width:50%;
	text-align:center;
	float:left;
	z-index:20;
}
#texte_accueil
{
	position:absolute;
	left:682px;
	top:354px;
	width:654px;
	height:249px;
	z-index:1;
}
.introduction strong
{
	font-weight:bold;
	font-style:italic;
	color:#6F6;
}

/* style intro */
.text_intro
{
	padding:50px;
	padding-bottom:20px;
	font-weight:bold;
	font-size:30px;
	height:1px;
}

#ajust_intro_fr
{
	clear:left;
	height:10px;
	width:100%;
}
#ajust_intro_uk
{
	clear:left;
	height:20px;
	width:100%;
}
#structure_equipe
{
	padding:30px;
	padding-top:45px;
	margin:0px;
	height:500px;
	width:45%;
	text-align:center;
	float:left;
	z-index:20;
	
}



