body {
	background-color: gray;
	font-family: georgia;
	font-size: 16px;
	text-align: justify;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

header, nav, #main, footer {
	background-color: white;
	color: gray;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

header {
	font-style: italic;
	font-size: 60px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}

nav li {
	display: inline;
	background-color: gray;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
	}

nav a:link, nav a:visited {
	color: white;
	text-decoration: none;
}

nav a:hover, nav a:focus, nav a:active {
	color: white;
	border-top: solid 1px white;	
}
	
footer {
	font-style: italic;
	text-align: right;
	padding-bottom: 0px;
}

h1 {
	text-align: center;
}
	
h2 {
	color: blue;
}

h3 {
	color: red;
}

table {
	border: 0px solid black ;
	border-collapse: collapse ;
	margin: 0px ;
}

caption {
	font-size: 20px ;
}

th, td {
	padding-left: 3px;
	padding-right: 3px;
}

th.bordure, td.bordure {
	border: 1px solid black ;
	height: 30px;
	margin: auto;
}

th.colonne100px, td.colonne100px {
	width: 100px ;
}

th.colonne150px, td.colonne150px {
	width: 150px ;
}

th.colonne200px, td.colonne200px {
	width: 200px ;
}

th.colonne210px, td.colonne210px {
	width: 210px ;
}

th.colonne250px, td.colonne250px {
	width: 250px ;
}

th.colonne300px, td.colonne300px {
	width: 300px ;
}

th.colonne350px, td.colonne350px {
	width: 350px ;
}

th.colonne400px, td.colonne400px {
	width: 400px ;
}

th.colonne600px, td.colonne600px {
	width: 600px ;
}

table img {
	width: 50px ;
}

fieldset {
	width: 70% ;
}

fieldset.total {
	width: 100% ;
}

fieldset.insee {
	width: 97% ;
}

label {
	display:block ;
}

input {
	border-radius: 5px ;
}

#blocAccueil {
	width: 100%;
	height: 250px;
}

#blocAccueil img.accueil {
	width: 250px;
	float: left;
	padding-top: 20px;
}

#blocAccueil img.logo {
	width: 30px;
	text-align: center;
}

#blocAccueil p {
	width: 700px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-style: italic;
}

img.logo {
	width: 30px;
	text-align: center;
}

.signature {
	width: 200px;
	text-align: center;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.center {
	text-align: center;
}

.image240 img{
	width: 240px;
}

.image150 {
	text-align: center;
}

.image150 img{
	width: 150px;
}

.image150 figure{
	width: 150px;
}

.image200 {
	text-align: center;
}

.image200 img{
	width: 200px;
}

.image50 img{
	width: 50px;
}

.bloc {
	width: 97%;
	height: 675px;
}

.blocGauche {
	padding-top: 20px;
	width: 47%;
	float: left;
}

.blocDroite {
	width: 47%;
	float: right;
}

.clear { 
	clear: both; 
}

.centrer {
	text-align: center ;
	margin: auto ;
}