*
{
	margin:0;
	padding:0;
	border:0;
}

/* Le lien en home */

#link-home a{
	color: #aaaaaa;
	text-decoration: none;
}

#link-home a:hover {
	color: #ffffff;
	text-decoration: none;
}


body {
	background-color : #000000;
}


#corps {
	width : 1024px;
	margin : auto;
	padding : 5px;	
	font-family : 'Gill Sans MT Light', 'Arial';
	font-size : 14px;
	color : #ffffff;
}

/* Header */
#header{
	width : 100%;
	float : left;
}

#header_logo{
	width : 158px;
	float : left;
	border : 0px;
	text-align : center;
}

/*
#header_menu {
	float : left;x
	border-bottom : solid 2px #aaaaaa;
}
*/

.menu_block{
	width : 214px;
	float : left;
	margin-top : 52px;
	text-align : center;
	font-size : 16px;
}

.menu_block  a{
	color : #aaaaaa;
	text-decoration : none;
}

.menu_block  a:hover{
	color : #ffffff;
	text-decoration : none;
}

/* The block in the center of the page */
#block_center {
	width : 100%;
	float : left;
	margin-top : 40px;
	margin-bottom : 40px;
}

#block_center_img {
	width : 507px;
	float : left;
	text-align : center;
}

#block_center_right {
	width : 507px;
	float : left;
}

#right_texte {
	margin-bottom : 60px;
}

#right_texte ul {
	margin-top : 20px;
	margin-left : 40px;
}

#right_texte li {
	margin-top : 5px;
}

#right_texte_top {
	margin-bottom : 30px;
}


#right_texte a{
	color : #aaaaaa;
	text-decoration : none;
}

#right_texte a:hover{
	color : #ffffff;
	text-decoration : none;
}

h1 {
	font-size : 20px;
	margin-bottom : 10px;
}

h1 a{
	color : #ffffff;
	text-decoration : none;
}

h1 a:hover{
	color : #eeeeee;
	text-decoration : none;
}

p {
	margin-bottom : 10px;
}

#right_widget {
	text-align : center;
	font-size : 12px;
}

#right_widget a {
	color : #2fa398;
}

#right_widget a:hover {
	color : #ffffff;
}

/* Footer */

#footer {
	width : 100%;
	text-align : center;
	color : #aaaaaa;
	font-weight : bold;
	font-size : 11px;
}

#footer a{
	color : #aaaaaa;
	text-decoration : none;
	font-weight : bold;
}

#footer a:hover{
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}

/* HOME */
.link_home {
	color : #aaaaaa;
	text-decoration : none;
	font-weight : bold;
}

.link_home:hover{
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}