body {
	font-family: verdana,sans-serif;
	color: #333333;
	background: #982669 url('img/background.png') top repeat-x;
	margin: 10px auto;
	width: 1002px;
	text-align: center; /* bug IE6 */
}

#page {
	text-align: left;
	background-color: #fff;
	
	border: 1px #999999 solid;
	border-radius: 10px 10px 0 5px;
	-moz-border-radius: 10px 10px 0 0;
}


a:link {
	color: #596468;
}


img {
	border: 0px;
}
#header {
	text-align: left;
	height: 100px;
}

.headercontent {
	margin: 5px;
	float:left;
}

.headerpub {
	padding-top: 7px;
	text-align: center;
}

/* Menu header */
#menu_header {
	font-size: 12px;
	border-top: 1px #D836C4 solid;
	border-bottom: 1px #D836C4 solid;
	padding: 1px 0;
}

#menu_cadre {
	background-color: #086CA2;
	height: 24px;
}

#menu_header ul {
	padding: 0;
	margin: 0;
}
#menu_header li {
	display: block;
	list-style: none;
	float: left;
	padding: 0 20px;
	border-right: 3px #fff solid;
}

#menu_header li a {
		color: #ffffff;
		font-weight:bold;
		text-decoration: none;
		line-height: 24px;
}


/* menu_content */
#mg {
	width: 250px;
	margin-left: 750px;
}

.mg_title {
	color: #fff;
	background-color: #086CA2;
	padding: 5px 10px;
	font-weight: bold;
	-moz-border-radius: 10px 0 0 0;
}

.mg_content {
	padding: 10px;
	margin-bottom: 20px;
	border-left: 1px #d5d5d5 solid;
	border-bottom: 1px #d5d5d5 solid;
	background-color: #fafafa;
}

.menu_vp img:hover {
	border-left: 3px #E567B1 solid;
}

/* main */
#main {
	clear:both;
}


/* content */
.content {
	margin-left: 10px;
	width: 725px;
	float:left;
}

.content .mea {
	background-color:#ffeff8;
	border:1px solid #ffdff1;
	padding: 10px;
}

/* TITRE */

.content h1 {
	color: #012543;
	border-bottom: 1px #012543 solid;
}

.content h2 {
	background-color: #04396C;
	margin-left: -10px;
	-moz-border-radius: 0px 10px 10px 0;
	color: #fff;
	padding-left: 10px;
}

.post {
	margin-bottom: 30px;
	-moz-border-radius: 10px 10px 0 0;
	background-color: #E567B1;
}

.post_title {

	margin-bottom: 0px;
}
.post_title h2, .post_title h3{
	color: #fff;
	margin-bottom: 0;
	margin-top: 3;
	padding-left: 20px;
}
.post_info {
	font-size: 0.8em;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
}
.post_content {
	background-color: #FFEFF8;
	border: 1px #eee solid;
	padding: 7px;
}

.post_link {
	background-image: url('img/background_post_link.png');
}

.post_link a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px #fff solid;
}

.post_link a:hover {
	color: #f8beff;
}


/* ads */
.ads_footer {
	margin: 20px 0;
}

/* footer */
#footer {
	clear: left;
	padding-top: 10px;
	font-size: 0.8em;
	margin: 10px;
	border-top: 1px #d9e1e8 solid;
}

#footer_content {
	margin: 0px auto;
	width: 980px;
	text-align: center; /* bug IE6 */
}


/* message */

.msgError {
	background: #ffa5a5 url(img/icons/cancel.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ea4343;
	border-bottom: 2px solid #ea4343;
	margin-bottom: 10px;
}

.msgInfo {
	background: #adbfd9 url(img/icons/comment.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #3275d0;
	border-bottom: 2px solid #3275d0;
	margin-bottom: 10px;
}

.msgOk {
	background: #94fb83 url(img/icons/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #34a517;
	border-bottom: 2px solid #34a517;
	margin-bottom: 10px;
}

.msgDebug {
	background: #adbfd9 url(img/icons/cancel.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #3275d0;
	margin-bottom: 10px;
}


