body{
	margin-left:35px;
	position: absolute;
	background-image: url(../images/background.gif);
	background-attachment:fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	text-align: left;
	font-size: 12px;
	font-family: verdana,times new roman,sans-serif;
	color : #000;
}
.site{
	width: 950px;
	min-height: 100%;/*for mozilla as IE treats height as min-height anyway*/
	min-height: 450px;
	position: relative;
	/*margin: 15px auto;*/
	padding: 0px 0px 5px 0px;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
	font-family: verdana,times new roman,sans-serif;
	color: #000;	
	border : 1px #fff solid;
    -moz-border-radius: 10px;
}
* html #site{min-height:100%;}
* +html #site,* +html {}  /* Hack IE 7 */

.header{
	height: 20px; /*Bande vide du haut de la page*/
	padding-left: 5px;
	border-bottom: 1px #000 solid;
}

.corps{/*Conteneur principal, élément central*/
	background-color: #fff;
	background-repeat: no-repeat;
	padding: 10px;
	min-height: 340px;
	width: 920px;
	text-align: left;
}

.corps a{
	color:#63bb0d;
}

.menu{
	
}

.footer{
	
}

/*  ACCUEIL  */
.cadre{
	width:400px;
	height:350px;
	margin-left:25px;
	padding: 5px;
	border : 1px #000 solid;
    -moz-border-radius: 10px;
}

.cadre a{
	color:#63bb0d;
}

/*    PORTFOLIO   */
.portfolio{

}

.titre{
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #000;
	color: #63bb0d;
}

/* CV  */
.CV{
	margin-left : 15px;
}

.CV ul li{
	color : #004969;
}

.CV ul li text{
	color : #000;
}

.CV b{
	color : red;
}
.etoile{
	font-size: 16px;
	font-weight: lighter;
	width : 50%;
	border : 1px;
}
.titre_compt{
	background : url(../images/cadre_compt.jpg) no-repeat center center;
	height : 30px;
	text-align : center;
	font-size: 18px;
	font-weight: bold;
	color : #ffffff;
}

.titre_xp{
	background : url(../images/cadre_xp.jpg) no-repeat center center;
	height : 30px;
	text-align : center;
	font-size: 18px;
	font-weight: bold;
	color : #ffffff;
}

.titre_form{
	background : url(../images/cadre_form.jpg) no-repeat center center;
	height : 30px;
	text-align : center;
	font-size: 18px;
	font-weight: bold;
	color : #ffffff;
}

.titre_loisir{
	background : url(../images/cadre_loisir.jpg) no-repeat center center;
	height : 30px;
	text-align : center;
	font-size: 18px;
	font-weight: bold;
	color : #ffffff;
}
