#contenu {
	width: 600px;
	font-family: Verdana;
	font-size: 0.7em;
	padding: 12px 0px 22px 0px; /*haut droite bas gauche*/
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-color: #6ccff6;
	border-style: solid;
	background-image: url("../images/encart_page_bleue.jpg");
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: bottom;
}

#contenu H3 A:LINK,.news-list-item H3 A:VISITED {
	color:#125ba3;
	padding: 0px 10px 10px 0px;
}

#contenu H3 A:HOVER {
	color:#6ab023;

}
#contenu p {
	padding: 0px 10px 10px 10px;
	line-height: 1.2em;
}

#contenu div.csc-textpic-imagewrap{ /*image du texte*/
	margin: 3px auto 3px auto; /*haut droite bas gauche*/
	border: 0px;
	padding: 0px 10px 0px 10px;
}

#contenu img.picto_titre {
	width: 35px;
	height: 35px;
	padding: 0px 10px 0px 0px;
	float: left;
}

#contenu h1.csc-firstHeader {
	width: 580px;
	margin: 5px 10px 5px 10px;
}

#contenu h2 {
	width: 580px;
	color: #125ba3;
	margin: 5px 10px 5px 10px;
	font-size: 1.25em;
}

#contenu h3 {
	width: 580px;
	color: #000000;
	margin: 3px 10px 3px 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#contenu h4 {
	width: 560px;
	color: #000000;
	margin: 5px 10px 0px 30px;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#contenu dt.ddl_title {
	width: 575px;
	color: #000000;
	margin: 0px 15px 0px 10px;
	padding: 0px 0px 0px 5px;
	font-size: 1em;
	font-weight: bold;
	vertical-align: middle;
	height: 15px;
	background-color: #c4ecfb;
}

#contenu ul {
	width: 530px;
	padding: 2px 10px 2px 30px;
	margin: 0px;
	list-style-image:url("../images/puce_liste_bleue.gif");
	list-style-type: disc;
	list-style-position: inside;
}

#contenu li {
	padding: 1px 0px 1px 0px;
}

#contenu ol {
	width: 530px;
	padding: 0px 10px 0px 30px;
	list-style-type: decimal;
	list-style-position: inside;
	color: #6ccff6;
	font-weight: bold;
}

#contenu ol li:first-line {
	color: #000000;
	font-weight: normal;
}

#contenu a {
	color: #125ba3;
	font-weight: normal;
	text-decoration: none;
}

#contenu a:hover {
	color: #125ba3;
	font-weight: normal;
	text-decoration: underline;
}

#contenu img{
	/*width: 123px;
	height: 88px;*/
	/*float: left;*/
	margin: 3px 0px 3px 0px; /*haut droite bas gauche*/
	border: 0px;
}

#contenu img.droite{
	/*width: 123px;
	height: 88px;*/
	float: right;
	margin: 3px 10px 3px 10px; /*haut droite bas gauche*/
}

/*--------- Formulaire contact---------*/
#contenu div.csc-mailform-field label {
	display: block;
	width: 170px;
	text-align: right;
	float: left;
	margin: 5px 10px 5px 10px;
}

#contenu div.csc-mailform-field input, textarea {
	text-align: left;
	margin: 5px 10px 5px 10px;
}

#contenu div.csc-mailform-field input[type=text], textarea {
	width: 200px;
}

#contenu div.csc-mailform-field input[type=submit] {
	text-align: left;
	margin: 5px 10px 5px 130px;
}

#contenu fieldset.csc-mailform {
	border: 0px;
	margin: 10px 10px 10px 10px;
}

/*--------- Formulaire inscription newsletter---------*/

#contenu div.prefs {
	font-size: 1.3em;
	color: #000000;
}

#contenu div.prefs form div.champs_form {
	display: block;
	padding: 5px 0 5px 0;
	clear: both;
	text-align: left;
}

#contenu div.prefs label {
	width: 100px;
	display: block;
	text-align: right;
	padding-right: 10px;
	float: left;
}

#contenu div.prefs input {
	width: 200px;
	text-align: left;
}

#contenu select {
	text-align: left;
}

#contenu div.prefs input[type=checkbox] {
	width: 10px;
	text-align: left;
}

#contenu div.prefs input[type=submit] {
	margin-left: 140px;
	width: 100px;
	text-align: center;
}