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

body {
	background-color: #949494;
	background-image: url(../ico/fond-page-vignettes.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;
	/*background-image: url(../ico/usa2010.png);*/
	background-repeat:no-repeat;
	background-position:top;
	}
#entete a{
text-decoration: none;
color: #4B4B4B;
}

#entete a:hover {
color: #CCCccc;
}

h1 {
padding-top: 52px;
color: #4B4B4B;
}

#titre {
float:left
}

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


.vignette {
float: left;
width:250px;
height: 200px;
text-align:center;
font-size:50%;
/*background-color: Red;*/
}

.vignette img{
border:#FFFFFF;
border-style:solid;
border-width:1px;
/*background-color: Red;*/
}


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

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


