/*============================================================
	MISE EN PAGE GENERALE
============================================================*/	

body {
	background-color: #444444;
	background-image: url(../ico/fond-page-photo.jpg);
background-repeat:no-repeat;
background-position:top;
	height:100%; /* fix height to 100% for IE */
	/*max-height:100%;  fix height for other browsers */
	font-family:Arial, Helvetica, sans-serif; /* set default font */
	font-size: 0.8em; /*set default font size */
	color: Black;
	margin-top:0px;
	margin-bottom: 0px;
}
/* =======================================================
s'applique à tous les conteneurs pour tous navigateurs
==========================================================*/
* {
	padding: 0; 
	margin: 0; 
	border: 0; 
}

/* =======================================================
Bloc conteneur du contenu de la page
==========================================================*/	
#global {
position: relative;
margin: auto;
width: 950px;
height:auto;

}

/* =======================================================
L'en-tête sur fond noir, identique pour toutes les pages
==========================================================*/
#entete {
	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 45%;
	letter-spacing: 2px;
	text-align: right;
	width: 869px;
    height:70px;
	margin-left:40px;
	}

h1 {
font-size: 80%;
letter-spacing: 2px;
color:#999;
padding-top: 20px;
}

/* =======================================================
Les blocs sous l'en-tête
==========================================================*/	
#contenu {
width:855px;
padding-left:95px;
}

#fleche-gauche {
position: absolute;
top: 70px;
left: 0px;
width: 40px;
}


#photo {
position: absolute;
top: 70px;
left: 125px;
padding-top:55px;
width:704px;

text-align: center;
}

#photo img{
border:#ffffff;
border-style:solid;
border-width:2px;
/*background-color: Red;*/
}

#fleche-droite {
position: absolute;
top: 70px;
left: 909px;
width: 40px;
}


.vignette a {
text-decoration: none;
color: #6e6e6e;
}

.vignette a:hover {
color: #CCCccc;
}


