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

body {
	background-color:#000;
	}
	
.frame-content {
	width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.logo-header{
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	}

.menu{
	height:35px;
	background-color:#000;
	font-size:12px;
	}
	
.id-menu:hover{
	padding:10px;
	text-align:left;
	background-color:#7fbeff;
	color:#FFF;
	float:left;
	display:inline;
	}
	
.id-menu-hover{
	padding:10px;
	text-align:left;
	background-color:#409cfa;
	color:#FFF;
	float:left;
	display:inline;
	}
	
.id-menu{
	padding:10px;
	text-align:left;
	background-color:#000;
	color:#FFF;
	float:left;
	display:inline;
	}

.content{
	background-color:#FFF;
	color:#000;
	font-size:12px;
	min-height: 300px;
	padding: 20px 50px;
	text-align: left;
	margin-top: -1px;
	}
	
.content a {
	text-decoration:none;
	}
	
.content a:hover {
	text-decoration:underline;
	}
	
.accueil{
	background-image:url(../img/titles/t-accueil.jpg);
	background-repeat:no-repeat;
	height:49px;
	}
	
.equipe{
	background-image:url(../img/titles/t-equipe.jpg);
	background-repeat:no-repeat;
	height:49px;
	}
	
.services{
	background-image:url(../img/titles/t-services.jpg);
	background-repeat:no-repeat;
	height:49px;
	}
	
.medias{
	background-image:url(../img/titles/t-medias.jpg);
	background-repeat:no-repeat;
	height:49px;
	}
	
.collabo{
	background-image:url(../img/titles/t-collabo.jpg);
	background-repeat:no-repeat;
	height:49px;
	}
	
.joindre{
	background-image:url(../img/titles/t-joindre.jpg);
	background-repeat:no-repeat;
	height:49px;
	}
	
h1 span{
	display:none;
	}
	
h2{
	color:#409cfa;
	font-weight:400;
	}
	
.img-equipe{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;

	}
	
hr{
	clear:both;
	}

.footer{
	height: 50px;
	color: #FFF;
	text-align: center;
	font-size:10px;
	}