/* Mise en page CSS du site pour screen */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
	padding: 0px;
	margin: 0px;
	width: auto;
}

h1 {
	font-size: 1.2em;
	margin: 0 0 10px 0px;
	padding: 0;
	color: #333333;
}
h2 {
	color:#333333;
	font-size: 1em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	text-align: left;

}
p {
	text-align: justify;
	margin-top: 5px;
}
strong {
	color: #333333;
}
a{
	text-decoration: underline;
	color:#333333;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #333333;
}

/*
hr {
display:none
}
*/

/* //////////////////////////////////////////////////////// GESTION DES DIV ////////////////////////////////////////////////////// */

div#container {
	position: relative;
	width: 540px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	background-color:transparent;
 }
div#contenu {
	position: relative;
	float: left;
	width: 540px;
	text-align: left;
}
div#contenu-int {
	position: relative;
	float: left;
	width: 540px;
	text-align: left;
}
div#contenu-int2 {
	position: relative;
	float: left;
	width: 540px;
	text-align: left;
}
div#header {
	position: relative;
	width: 540px;
	height: 59px;
	float: left;
	background-image: url(../images/header-print.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div#header-int {
	position: relative;
	width: 540px;
	height: 59px;
	float: left;
	background-image: url(../images/header-print.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div#header p, div#header-int p {visibility:hidden}

div#mainnav {
	visibility:hidden;
	display: none;
}
div#nav-int {
	visibility:hidden;
	display: none;
}
div#rallonge {
	visibility:hidden;
	display: none;
}
div#zone-centrale {
	top: 20px;
	width: 540px;
	color: #000000;
	position: relative;
	float: left;
}
div#zone-centrale-int {
	top: 20px;
	width: 540px;
	color: #000000;
	position: relative;
	float: left;
	margin-bottom: 25px;
	font-size: 0.85em;
}

div#mentions {
	top: 20px;
	width: 540px;
	color: #000000;
	position: relative;
	float: left;
	margin-bottom: 25px;
	font-size: 0.85em;
}
div#zone-visuels {
	visibility:hidden;
	display: none;
}
#telechargement {
	visibility:hidden;
	display: none;
}

div#entrees-secondaires, div#entrees-secondaires-int, div#entrees-secondaires-int2 {
	visibility:hidden;
	display: none;
}

div#col-droite {
	visibility:hidden;
	display: none;
}
hr.hauteur {
	visibility:hidden;
	display: none;
}
div#texte {
	position: relative;
	float: left;
	padding: 0;
	color: #333333;
	width: 100%;
	font-size: 0.85em;
	line-height: 1.2em;
}
div#savoir-plus {
	visibility:hidden;
	display: none;
}

div#illustration {
	visibility:hidden;
	display: none;
}
div#footer {
	position: relative;
	float: left;
	background-image: none;
	height: 10px;
	width: 540px;
}
div#footer p {
	padding-top: 28px;
	font-size: 0.8em;
	color: #333333;

}
div#footer a {
	visibility:hidden;
	display: none;
}

.txt {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #012537;
}
.fil-ariane {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #687FA4;
	text-decoration: none;
	text-align: right;
	margin: 5px 0;
}
.mentions {
	color: #687FA4;
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 15px 8px 0 5px;
	text-align: right;
	display: block;
}

#corpForm {	
	padding: 0em;
	color: black;
	margin: 0;
}
#corpForm fieldset {	
	margin: 0;
	font-style: normal;
	padding: 0 4em 1em;
}
#corpForm legend {	
	font-weight: bold;
	color: black;
}
#corpForm p {	
	padding: .4em 0;
	margin: 0 0 .3em 0;
}
#corpForm fieldset#coordonnees label {	
	float: left;	
	width: 20%;	
	text-align: right;	
	margin: 0;
	padding: 0 .6em 0 0;
	line-height: 1.8;	
}
#corpForm label.oblig {
	font-weight: bold;
}
#corpForm .legende {
	font-style: italic;
	color: #666;
	margin-left: 85px;
	padding: 0px;
}

#validForm {
	text-align: right; 
	padding-right: 194px;
	padding-top: 6px;
}
#validForm input {
	font-size: 0.8em;
	font-weight: normal; 
	margin-left: 0em;
}

