/*-basics-----------------------------*/
* {
	margin:0;
	padding:0;
	font-family: verdana,"trebuchet MS",sans-serif;font-size: 12px;font-weight: normal;font-style: normal;text-decoration: none;
	list-style:none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
}
body {
	background-color:#FFFFFC;
	min-height: 100%; height: 100%;
	line-height:18px;
	color:#4D4F4B;
    text-align:center;	
}
/*-Textes----------------------------------------------- */
h1 {
	font: bold 18px verdana,"trebuchet MS",sans-serif;
	color:#735E12;
}

h2 {
	color:#B43F19;
	font: bold 12px verdana,"trebuchet MS",sans-serif;
}
/*-PageContent----------------------------------------------- */
.page_content{
	padding:0 25px;
}
#headtitle {
	text-align:center;
	font-size:15px;
	color:#81B221;
	margin:20px 0 25px 0;
}

#infos_top {
	padding:10px;
	text-align:center;
	margin-bottom:25px;
}
.cadre{
	background-color:#F7F7F2;
	border:1px solid #EDEDE8;
}

.box_texte{
	margin:0 0 25px;
	padding:0 20px 20px;
	background:#F5F5EF url(images/bg_box_texte.gif) repeat-x;
	border:1px solid #DADACD;
	line-height:24px;
	text-align:left;
}
.box_texte_title{
	border-bottom:1px solid #E4E3D9;
	padding:20px 0;
}
#msg_close{
	margin:0 auto 18px;
	position:relative;
	width:157px;
	height:100px;
}
img {
	display:block;
}


















