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

/*****************************************************

              Style global de la page

******************************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background-image: url(../img/fd.gif);
	color: #000;
	font-size: 70%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


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

a:hover {
color: #ff3300;
}


#page{
	position:absolute;
	width:950px;
	height:825px;
}
/*****************************************************

Style pour le flash

******************************************************/
#menu {
	position:absolute;
	font-size: 12px;
	width: 660px;
}
/*****************************************************

	      Style pour nos pages

******************************************************/



.couleur {
color: #FF3300;
}

.titreref {
color: #FF3300;
font-size:16px;
font-weight:bold;
}

.clientref {
font-style:italic;
}

.cvretrait{
	margin-left: 15px;
	margin-bottom:5px;
}


.commun{
	visibility: hidden; 
	overflow-x: hidden;/*cache la barre de defilement horizontale, bug ie*/
	overflow-y: hidden;/*affiche une scrollbar verticale su le contenu depasse de notre div*/
}
#page1{
	
}

#contact{
	position:absolute;
	background: #ffffff;
	width:300px;	
	height:600px;
	left:665px;
	top:80px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

#cv{
	position:absolute;
	background: #ffffff;
	width:300px;	
	height:600px;
	left:665px;
	top:80px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}



#reference{
	position:absolute;
	background: #ffffff;
	width:300px;	
	height:600px;
	left:665px;
	top:80px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}