body
{
	text-align : center;
	background-color : rgb(222,222,222);	
}
.page
{
	text-align : left;
	margin-left : auto;
	margin-right: auto;
	width : 700px;
}
.logo
{
	width : 700px;
	height : 250px;
	background-image: url(image/logo.jpg);
}
.header
{
	margin-top : 4px;
	width : 700px;
	height : 43px;
	background-image: url(image/menu.jpg);
}
.drapo
{
	margin-left : 37px;
}
.contenu
{
	width : 700px;
	background-image: url(image/milieu.jpg);	
}
.text_contenu
{
	position : relative;
	padding : 5px;
	margin-bottom : 0px;
}
.footer
{
	text-align : center;
	width : 700px;
	height : 35px;
	background-image:url(image/footer.jpg);
}
.menu
{
	float : left;
	position : absolute;
	display : block;
	margin-left : 50px;
	margin-top : 15px;
	font-weight: bold;
}

.admin
{
	float : right;
	display : block;
	margin-right : 50px;
	_margin-right : 25px;
	margin-top : 15px;
	font-weight: bold;	
}
a.menulien
{
	text-decoration : none;
	color : black;	
}
a.menulien:hover
{
	color : white;
}
.gauche_index
{
	position: relative;
	float : left;
	width : 504px;
	margin-left : 37px;
	_margin-left : 20px;
}
.droite
{
	padding : 3px;
	margin-right:10px;
	text-align : center;
	position : relative;
	float : right;
	width : 130px;
}
.droite_download
{
	padding : 3px;
	text-align : center;
	background-repeat : no-repeat;
	background-image : url(image/download.jpg);
	position : relative;
	_margin-right : 4px;
	width : 100%;
	height : 146px;
}
.droite_recherche
{
	padding-top : 3px;
	background-repeat : no-repeat;
	background-image : url(image/recherche.jpg);
	position : relative;
	margin-top : 5px;
	_margin-right : 4px;
	width : 100%;
	height : 94px;
}
input.recherche
{
	width : 105px;
}
.news_header
{
	margin-top : 5px;
	width : 100%;
	height : 20px;
	background-image : url(image/news_header.jpg);
}
.news_header_epingle
{
	display : block;
	margin-top : 5px;
	width : 100%;
	height : 20px;
	background-image : url(image/news_header_epingle.jpg);
}

.news_title
{
	display : block;
	position : absolute;
	margin-left : 5px;
	margin-top : 0px;
	font-weight : bold;
	font-size : 18px;
	height : 25px;
}
.news_title_epingle
{
	display : block;
	position : absolute;
	margin-left : 5px;
	margin-top : 0px;
	font-weight : bold;
	font-size : 18px;
	height : 25px;
}
.news_contenu
{
	margin-top : 24px;
	padding: 7px;
	background-image : url(image/news_contenu.jpg);
}
.sous_title_non_epingle
{
	position : absolute;
	width : 100%;
	height : 6px;
	margin-top : 23px;
	background-repeat : no-repeat;
	background-image : url(image/news_footer.jpg);
}
.sous_title_epingle
{
	position : absolute;
	width : 100%;
	height : 6px;
	margin-top : 23px;
	background-repeat : no-repeat;
	background-image : url(image/news_footer_epingle.jpg);
}
.news_footer
{
	position : relative;
	width : 100%;
	height : 6px;
	margin-bottom : 4px;	
	background-repeat : no-repeat;
	background-image : url(image/news_footer.jpg);
}
.news_footer_epingle
{
	position : relative;
	width : 100%;
	height : 6px;
	background-repeat : no-repeat;
	background-image : url(image/news_footer_epingle.jpg);
}
.download
{
	margin-left : auto;
	margin-right : auto;
	width : 250px;
}

.download_header
{
	width : 100%;
	height : 20px;
	background-image : url(image/download_header.jpg);
}
.download_header_langue_fr
{
	width : 100%;
	height : 20px;
	background-image : url(image/langue_fr_header.jpg);
}
.download_header_langue_en
{
	width : 100%;
	height : 20px;
	background-image : url(image/langue_en_header.jpg);
}
.download_contenu
{
	width : 100%;
	background-image : url(image/download_contenu.jpg);
}
.download_footer
{
	width : 100%;
	height : 9px;
	background-image : url(image/download_footer.jpg);
	background-repeat : no-repeat;
}

.contact
{
	margin-left : auto;
	margin-right : auto;
	width : 450px;
}
.contact_header
{
	width : 100%;
	height : 9px;
	background-image : url(image/contact_header.jpg);
}
.contact_contenu
{
	width : 100%;
	background-image : url(image/contact_contenu.jpg);
}
.contact_footer
{
	width : 100%;
	height : 9px;
	background-image : url(image/contact_footer.jpg);
	background-repeat : no-repeat;
}
input.contact
{
	width : 225px;
}
textarea.contact
{
	width : 325px;
	height : 150px;
}

label
{
	display : block;
	width : 100px;
	float : left;
}
.menu_admin
{
	border : 1px solid black;
	border-top:0px;
	width : 300px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}
.header_menu_admin
{
	border-bottom : 1px solid black;
	border-top : 1px solid black;
	display : block;
	background-color : gray;
	height : 20px;
}
a.contenu_menu_admin
{
	display : block;
	width : 300px;
	height : 20px;
	background-color : white;
	text-decoration : none;
	color : black;
}
a.contenu_menu_admin:hover
{
	background-color : black;
	color : white;
}