/*	Structure générale de la page des contenus textes */

#content #pagebg
	{
	width: 972px;
	background: transparent url(../medias/images/general/bg_page_cont_texte.jpg) repeat-y center center;
	margin: 0 auto;
	text-align: left;
	}

#content #page
	{
	width: 100%;
	height: 100%;
	background: transparent url(../medias/images/general/bg_entete_contenus_texte.jpg) no-repeat top center;
	}

#content #header
	{
	height: 180px;
	}

#content #header #artiklogo
	{
	margin: 10px 0 0 0;
	}

#content #header #artikmission
	{
	position: relative;
	top: -37px;
	}

#content #header #artikslogan
	{
	position: relative;
	top: -50px;
	left: 365px;
	}

#content h1
	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 632px;
	margin-top: 16px;
	background-image: url(../medias/images/contenus/bg_titre.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 34px;
	padding-left: 30px;
	padding-top: 6px;
	letter-spacing: 1px;
	}
	
#content h2
	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #008fdf;
	font-style: italic;
	width: 632px;
	background-image: url(../medias/images/contenus/bg_soustitres_filet.gif);
	background-position: left bottom;
	height: 27px;
	padding-top: 6px;
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-bottom: 20px;
	}

#content h4
	{
	font-size: 15px;
	font-weight: normal;
	color: #0a295d;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #008fdf;
	width: 550px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	line-height: 18px;
	}

#content h5
	{
	font-size: 12px;
	font-weight: bold;
	color: #0a295d;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	line-height: 17px;
	}

#content h6
	{
	}

#content #contenustexte
	{
	width: 882px;
	padding-right: 60px;
	padding-left: 30px;
	min-height: 195px;
	}
	
#content #contenustextetableau
	{
	width: 882px;
	padding-right: 60px;
	padding-left: 30px;
	}

#content #contenustableau
	{
	width: 972px;
	text-align: center;
	padding-top: 30px;
	}

#contenustexte p, #contenustextetableau p
	{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 14px;
	}

.paragraphecourt
	{
	width: 600px;
	}

#content #footerbg
	{
	background: transparent url(../medias/images/general/bg_bas_page_cont_texte.jpg) no-repeat bottom center;
	padding-bottom: 20px;
	}

