@CHARSET "UTF-8";

@import url("styles_menu.css");
@import url("styles_competences.css");
@import url("styles_references.css");
@import url("styles_espace_client.css");

body{
	width:100%;
	background-color: #ffffff;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
	
ul {
	list-style-type:none;
	padding-left:0px;
}

a {
	outline: none;
}

#container{
	display:block;
	max-width: 800px;
	min-width: 800px;
	background-color: #FFFFFF;
	margin:0 auto;
	padding:0;
	text-align: left;
	
}

#footer{
	width: 100%;
	min-height: 25px;
	text-align: center;
	padding-top:30px;
}

#header{
	vertical-align: bottom;
	min-height: 100px;
	width: 100%;
}

#logo{
	background: url(../images/logo.jpg);
}

#content{
	max-width: 800px;
	min-width: 800px;
	max-height: 600px;
	min-height: 600px;
}

#background{
	z-index: 1;
	max-width: 800px;
	min-width: 800px;
	max-height: 600px;
	min-height: 600px;
}

#foreground{
	/* background: url(../images/accueil_background.jpg) no-repeat left top; */
	z-index: 2;
	max-width: 800px;
	min-width: 800px;
	max-height: 600px;
	min-height: 600px;
	margin-top:-600px;
	padding : 30px 0px 30px 70px;
}

#content_accueil_1{
	height:38px;
	padding-bottom: 33px;
}

#subcontent_accueil_2{
	background : url(../images/accueil/showreel_accueil.png) no-repeat left top;
	text-indent:-99999px;
	height:68px;
	max-width: 649px;
	min-width: 649px;
}

#content_accueil_3 {
	text-align: right;
	max-width: 649px;
	min-width: 649px;
	padding-top: 20px;
}
#content_accueil_3 a{
	padding-left: 5px;
}

#mentionLegales{
}

#contentMentionsLegales{
		font-size: 13px;
		width:649px;
		height: 500px;
		overflow:auto;
		margin-bottom: 50px; 
}