body {
	margin: 0px;
	background: url('images/background.jpg') #ffcccb;
	font-family: Tahoma, "Sans Serif";
	font-size: 12px;
}

a { color: white; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }
.barre a { font-weight: normal; }
#corps a { color: #5797c0; }
.news_commentaire a { font-weight: normal; }
img { border: none; }

#header {
	width: 100%;
	height: 302px;
}

#header_hg {
	background: url('images/header_hg.png') no-repeat;
	width: 50%;
	height: 151px;
}

#header_hd {
	background: url('images/header_hd.png') no-repeat;
	width: 50%;
	height: 151px;
}

#header_bg {
	background: url('images/header_bg.png') no-repeat;
	width: 50%;
	height: 151px;
}

#header_bd {
	background: url('images/header_bd.png') no-repeat;
	width: 50%;
	height: 151px;
}

#menu {
	background: url('images/menu.png') no-repeat;
	width: 100%;
	height: 30px;
	color: white;
	font-weight: bold;
}

#pointilles {
	background: url('images/pointilles.jpg') no-repeat;
	width: 1100px;
	height: 6px;
}

#fondu_gauche {
	background: url('images/fondu_gauche.png') repeat-y;
	width: 4px;
}

#fondu_droit {
	background: url('images/fondu_droit.png') repeat-y;
	width: 4px;
}

#barre_gauche {
	width: 221px;
	background: white;
}

.pointilles {
	background: url('images/pointilles_2.jpg') repeat-y white;
}

.barre {
	background: url('images/menu_bg.jpg') repeat-y;
	font-size: 11px;
	width: 214px;
	text-align: left;
	color: white;
}

.sous-menu {
	width: 80%;
	padding: 10px 0px 10px 20px;
}

.sous-menu img {
	position: relative;
	bottom: 1px;
}

.bordure-menu {
	border-bottom: 1px dotted white;
	margin: 7px 0px;
}

#corps {
	width: 656px;
	background: white;
}

#barre_droite {
	width: 221px;
	background: white;
}

#footer {
	background: url('images/footer.png') no-repeat;
	width: 100%;
	height: 42px;
}

#contenu {
	width: 95%;
	text-align: justify;
	padding-bottom: 10px;
}

.news_header {
	width: 100%;
	height: 66px;
}

.news_titre {
	font-size: 15px;
	color: #78bfeb;
	font-weight: bold;
	height: 33px;
}

.news_info {
	color: #626262;
	height: 33px;
}

.news_contenu {
	color: #626262;
}

.news_commentaire {
	color: #7ebde6;
	text-align: right;
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
	padding: 5px 0px;
}

#pagination {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}