/* ----- CONTENT --------------------------------------------------------------------------- */

h1 {
	background-image: url(../img/construct/bg_h1.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 25px;
	margin: 0px 10px 20px 10px;
	font-size: 14px;
	color: #58677c;
}

h2 {
	margin: 15px 10px 15px 10px;
	font-size: 12px;
	color: #032c51;
}

h3 {
	margin: 15px 10px 5px 10px;
	font-size: 11px;
}

p {
	margin: 0px 10px 15px 10px;
}

ul, ol {
	margin: 0px 10px 20px 80px;
}

li {
	margin: 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #9f4526;
}

a:hover {
	text-decoration: underline;
	color: #9f4526;
}

#content img {
	margin: 5px;
	border: 2px solid #032c51;
}

p.right, div.right {
	text-align: right;
}

p.center, div.center {
	text-align: center;
}

/* ----- FORM -------------------------------------------------------------------------------- */

fieldset {
	display: block;
	width: 450px;
	margin: 0px auto 15px auto;
	border: 0px;
	text-align: left;
}

fieldset legend {
	display: none;
}

label {
	margin: 7px 5px 0px 10px;
	display: inline;
	float: left;
	width: 180px;
	text-align: left;
	font-weight: bold;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #595959;
	font-size: 11px;
}

input, select {
	width: 215px;
}

textarea {
	width: 400px;
}

.error {
	color: #cc0000;
	font-weight: bold;
}

/* ----- ACTUS -------------------------------------------------------------------------------- */

.texte_actu  img{
	float:right;
}

.texte_actu  .actu_link{
	text-align:right;

}

.texte_actu {margin:0 10px 0 0;}

hr{clear:both;}

/* ----- MODULE ACTUS -------------------------------------------------------------------------------- */

#mod_actu{
	background-color:#f7f7f7;
	border:3px solid #e2e2e2;
	margin:0 3px 10px 3px;
	color:#737373;
	text-align:center;
}

#mod_actu h2{
	font-size:14px;
	display:block;
	background-color:#e2e2e2;
	margin:2px 2px 2px 2px;
	padding:7px 0 7px 0;
}

#mod_actu h2 a{
	color:#032c51;
}

#mod_actu .texte_actu {
	text-align:left;
}

#mod_actu .texte_actu a{
	display:block;
}

#mod_actu .texte_actu img{
	width:60px;
	margin:0 0 5px 5px;
	border:1px solid #032c51;
}

#tte_actus {
	width:161px;
	height:23px;
	display:block;
	padding:8px 0 0 0;
	margin:10px 2px 0 2px;
	background-image:url(../img/icones/bouton.jpg);
	color:#e2e2e2;
}

.texte_actu a {
	color:#717171;
}

.texte_actu .actu_link a {
	color:#9f4526;
}