/**
 * Feuille de Style En Cascade
 * @copyright 2008
 */
 
 body {
	font-family: verdana;
	font-size: 12px;
	margin: 0; padding: 0;
}

a { margin: 0px; padding: 0px; color: #476B97; text-decoration: none; }
a:hover { border-top: 1px solid #777777; border-bottom: 1px solid #777777; }
img { border: none; margin: 0px; padding: 0px; }
form { margin: 0; }

#Global {
	width: 766px;
	margin-left: auto; margin-right: auto; text-align: center;
	background-image: url('img/design/global_bg_border.jpg');
	background-repeat: repeat-y;
}

#Header {
	width: 766px; height: 241px;
	background-image: url('img/design/header.jpg');
}

#Hmenu {
	margin-left: auto; margin-right: auto; text-align: center;
}

#UserSpace {
	width: 698px; height: 26px;
	margin-left: auto; margin-right: auto; text-align: center;
	background-image: url('img/design/userspace_bg.jpg'); }
#UserSpace p { text-align: left; padding-top: 3px; margin: 0; }
#UserSpace span { font-size: 11px; margin: 0px; padding-left: 12px; color: #FFFFFF; }

/** 
* ==========> BODY
* CORPS DE LA PAGE
* 
**/

#IndexBody {
	width: 698px; height: auto;
	margin-left: auto; margin-right: auto; text-align: center; background-color: #E2E2E2;
}

.Title_News {
	width: 698px; height: 153px;
	background-image: url('img/design/news_title.jpg');
}

.Body_News_Header {
	width: 672px; height: 45px;
	margin-left: auto; margin-right: auto; text-align: center;
	background-image: url('img/design/news_body_header.jpg');
}

.Body_News_Body {
	width: 672px; margin-right: auto; margin-left: auto; margin-right: auto; 
	padding-top: 10px; padding-bottom: 10px; text-align: center;
	background-image: url('img/design/news_body.jpg');
}

.News_Blocs {
	width: 237px; height: 472px; 
	margin-left: auto; margin-right: auto; 
	background-color: #FFFFFF; border: 3px double #DDDDDD;
}

.Body_News_Title {
	height: 24px; margin-left: 20px; text-align: left;
	background-image: url('img/design/news_body_title_repeat.jpg');
	border: 1px outset #DDDDDD;
}

.News_Bloc_1 { width: 237px; height: 163px; background-image: url('img/design/news_bloc_1.jpg'); text-align: left; }
.News_Bloc_2 { width: 237px; height: 161px; background-image: url('img/design/news_bloc_2.jpg'); text-align: left; }

.Body_News_Footer {
	width: 672px; height: 45px;
	margin-left: auto; margin-right: auto; text-align: center;
	background-image: url('img/design/news_body_footer.jpg');
}

/** 
* ==========> FOOTER
* BAS DE LA PAGE
* 
**/

.Separation { height: 5px; }

#Footer {
	width: 766px; height: 33px;
	background-image: url('img/design/footer.jpg');
}