body {	
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 955px;
	/*text-align: center;
	margin-left: auto;
    margin-right: auto;*/
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 10px ;
	color: #999999 ;
	overflow: scroll;
	cursor: crosshair;	
	}
	
	
td {
font-family: Arial, Helvetica, sans-serif ;
	font-size: 10px ;
	color: #999999 ;
	margin: 0;
	padding: 0;	
	}
	
h1{
	color: #ffffff;
	text-align: left;
	font-size: 12px ;
	margin: 0;
	padding: 0;
}
h2{
	color: #669933;
	text-align: left;
	font-size: 12px ;
}

hr {
	height: 5px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #FFF;
	border: 0;
}
	
/* Le header */
#header{
	width : 200px;
}


.profil{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	color: #fff ;
}

.profilGris{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	color: #999 ;
}

.logo{
	width : 200px;
	float: left;
}

/* La partie gauche contact */
#contact{
	clear:left;
	float: left;
	width : 200px;
	/*height : 477px;*/
	font-weight: bold;
}
.contact{clear: both;}

/* Le portfolio */

#portfolio{
	background-color: #b4d66f;
	padding: 10px;
	width:707 px;
	height: 390px;
}



/* Le footer */
#footer{
	font-weight: bold;
	clear: both;
	text-align: right;
}


/* Les liens du site */
a {
font-family: Arial, Helvetica, sans-serif ;font-size: 10px ;color: #999999 ;
}
a:link, a:visited{
text-decoration: none;
}
a:hover{
text-decoration: underline;

}

/* La numérotation sous les captures */
.numerotation {
background-color: b4d66f;
color: #fff;
}


/* Le menu de navigation */
ul#navlist{
margin-bottom: 5;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li{
display: inline;
list-style-type: none;
}
#navlist a { padding: 3px 10px; color: #999; background-color: none;}
#navlist a:link, #navlist a:visited, #navlist a:hover#current{
text-decoration: none;
}
#navlist a:link#current{
background-color: b4d66f;
color: #fff;
}
#navlist a:hover{
text-decoration: underline;
}


.iframestyle {
	background-color: #e9f3d4;
	background-position: center;

}
