body {
	background-color: #D3D3D3;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #616161;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#milieu {
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	text-align: left;
}

#page {
	position: absolute;
	width: 766px;
	border: 1px solid Black;
	background-color: White;
}

#header { 
	color:#FFFFFF;
}

#header_gauche {
	background-image: url(images/header_gauche.jpg);
	width: 424px;
	height: 316px;
	float: left;
}

#header_date {
	height: 75px;
	padding-top: 10px;
	margin-left: 63px;
}

#header_logo {
	height: 125px;
	margin-left: 39px;
}

#header_logo img {
	border: 0px;
}

#header_menu {
	color: black;
	font-size: 1.3em;
	margin-top: 25px;
	margin-left: 20px
}


#header_droite {
	background-image: url(images/header_terre.jpg);
	width: 342px;
	height: 316px;
	float: left;
}

#header_url {
	height: 75px;
	padding-top: 10px;
	margin-left: 145px;
}

#header_url a {
	color: White;
}

#page_contenu {
	background-image: url(images/ombrage_usb.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: 750px;
	min-height: 250px;
	padding: 8px;
	text-align: justify;
}

.texte_grand_gris {
	font-size: 1.5em;
}

.texte_grand_bleu {
	font-size: 1.5em;
	color: #009DD7;
}

#accueil_manchette_droite {
	float: right;
	width: 250px;
	margin-left: 15px;
}

#accueil_actualites {
	width: 240px;
	height: 200px;
	font-size: 0.75em;
	margin-bottom: 15px;
	padding: 5px;
	overflow: hidden;
	border: none;
}

#accueil_actualites h5 {
	padding-top: 0px;
	margin-top: 0px;
}


#accueil_actualites_news {
	width: auto;
	height: 190px;
	overflow: scroll;
}

#accueil_actualites_news_texte {
	
}

#acces_google {
	min-width: 250px;
	min-height: 575px;
	background-color: Silver;
}

#contact_droite {
	float: right;
	background-color: White;
	padding: 5px;
	width: 215px;
}





.tableau_detail {
	padding: 5px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	width: 100%;
}

.tableau_detail thead td {
	border: none;
	font-size: 120%;
	padding-top: 20px;
}

.tableau_detail tbody td {
	border: 1px solid #009DD7;
	padding: 5px 5px 10px 5px;
}

.tableau_detail_titre {
	text-align: center;
	background-color: #009DD7;
	color: White;
	font-size: 120%;
}

.tableau_detail_version {
	text-align: center;
	width: 60px;
	font-size: 80%;
}

.tableau_detail_details {
	font-size: 80%;
}





#footer {
	float: left;
	width: 766px;
	border-top: medium solid #EAEAEA;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #E1E1E1;
}

#footer_conception {
	float: left;
	width: 761px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #E1E1E1;
	font-size: 80%;
}

#footer_conception a {
	color: #AFAFAF;
}