/*
---------------------------------------------
REMISE À ZÉRO DES VALEURS CSS
--------------------------------------------- */

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,img,
blockquote,q,table,thead,tbody,tfoot,caption,th,tr,td,a,
form,fieldset,input,textarea,pre{margin:0; padding:0;}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li {line-height:1em;}

h1,h2,h3,h4,h5,h6,pre,code{font-size:1em; }
ul,ol {list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
fieldset,img{border:0;}
:link,:visited{text-decoration:none;}
a img,:link img,:visited img {border:none;}

table {border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;}

q:before,q:after{content:'';}

/* ------------------------------------------
-------------------------------------------*/

body, p{
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	color:#f15922;
	font-size:12px;
	font-weight:normal;
}
h2{
	color:#15395f;
	font-size:24px;
	margin:5px 0 20px 0;
	text-transform: uppercase;
}
h3{
	color:#15395f;
	font-size:14px;
	margin: 0 0 3px 0;
}
p{
	color:#414042;
	font-size:12px;
	line-height:18px;
}

#total{
	margin: 0 auto;
	width:760px;
}


/* LOGO PRINT */
#printlogo{
	margin: 10px;
	text-align:center;
}


/* ENTETE */
#entete{
	display:none;
}


/* MENU */
#menu{
	display:none;
}



/* SOUSMENU */
#sousmenu{
	display:none;
}



/* CONTENU */
#contenu{
	margin: 84px 0 0 196px;
	padding: 0 165px 0 0;
}
#contenu p{
	margin: 0 0 20px 0;
}
#contenu a:link{
	color:#414042;
	background:#c0d5e3;
}
#contenu a:hover{
	color:#414042;
	background:none;
}
#contenu a:visited{
	color:#414042;
	background:#c0d5e3;
}
#contenu li{
	color:#414042;
	font-size:12px;
	line-height:18px;
}
#contenu ul{
	list-style:circle;
	margin: -4px 0 20px 26px;
} 
#contenu ol{
	list-style:decimal;
	margin: -4px 0 20px 26px;
}
#contenu dl{
	list-style:decimal;
	margin: -4px 0 20px 26px;
}
#contenu dt{
	color:#414042;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}
#contenu dd{
	color:#414042;
	font-size:12px;
	line-height:18px;
	margin:-3px 0 5px 0;
}
#contenu hr{
	color:#93b3cb;
	background:#93b3cb;
	border:0;
	height:1px;
	margin:-4px 0 18px 0;
}

/* CARTOUCHE */
#cartouche{
	display:none;
}