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

body {
	background-image: url(images/fond.jpg);
	text-align: justify;
}

a {	

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration:underline;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
	text-align: center;
}


h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration:underline;
	color: #000099;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align:left;
	line-height: normal;
	text-decoration:underline;
	color: #000099;
}

 h4{ 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #000099;
	text-align: left;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #666;
	text-align: justify;
}


.textGris {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #666;
	text-align: center;
}

.img { 
	-moz-box-shadow: 2px 2px 12px #555; 
	-webkit-box-shadow: 2px 2px 12px #555; 
	box-shadow: 2px 2px 12px #555;
	text-align:center
	
	position:absolute;
	left: 50%; 
	top: 50%;
} 

.imgWithoutBorder { 
	-moz-box-shadow: 2px 2px 12px #555; 
	-webkit-box-shadow: 2px 2px 12px #555; 
	box-shadow: 2px 2px 12px #555;
	text-align:center
			
	position:absolute;
	left: 50%; 
	top: 50%;
} 

.imgWithoutBorderWithoutShadow { 
	text-align:center
			
	position:absolute;
	left: 50%; 
	top: 50%;
} 

.tableau {
	border-style:dotted;
	background-color:#E9EFFD;
	border-color:#006;
	margin-left:auto;
	margin-right:auto;
	width:430px;
	height:280px;
	text-align: center;
	display:block;
}

