@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 13px; Arial, Verdana,  Helvetica, sans-serif;
	background: #42413C;
	background:#060;
	margin: 0;
	padding: 0;
	color: #333;
	
}

/* ~~ Sélecteurs d'éléments/balises ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
/*mise en forme------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom:5px;	 
	padding-right: 15px;
	padding-left: 15px; 
}
h1{
	color:#26333F;
	font-size:14px;
}

h2{
	color:#26333F;
	font-size:14px;
}
	
a img { 
	border: none;
}

a:link {
	color: #B55A3D;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #000;
}

/* ~~ ce conteneur à largeur fixe entoure les autres divs ~~ */
.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
}


.header {
	/*background: #ADB96E;*/
}

.head-img
{
	width:100%; 
	height:200px;
	background:#FFF URL(../img/header.jpg) no-repeat;
}

.sidebar1 {
	float: left;
	width: 200px;
	padding-top: 10px;
	/*background:#FCF7F6;*/
	padding:5px;
	/*#FCF7F6*/
}

.t1
{
	/*background-color:#B55A3D;*/
	background-color:#6C6;
	background:#060;
	height:23px;
	width:100%;
	color:#FFF;
	text-align:center;
	font-size:18px;
}

.sidbar1_cont{
	padding:10px;
	
}

.content {

	padding:0 ;
	width: 580px;
	margin-left:0px;
	margin-right:5px;
	float: left;
	line-height:30px;
	text-align:justify;
}
.content1 {
	margin-top:5px;
	float:left;
	/*margin-right:10px;*/
	width:200px;
}
.content1 p{
	margin:0;
	padding:0;
}


/* ~~ Ce sélecteur groupé donne de l'espace aux listes dans la zone .content ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ Styles de liste de navigation (peuvent être supprimés si vous optez pour un menu de survol prédéfini tel que Spry) ~~ */
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; /* crée la séparation des boutons */
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;  clic de souris. */
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* modifie la couleur de l'arrière-plan et du texte pour les navigateurs à la souris et au clavier. */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ Pied de page ~~ */
.footer {
	padding: 10px 0;
	background:#6C6;
	background:#060;
	position: relative;
	clear: both;
	color:#FFF;
}

.footer a{
	color:#FFF;
}

/* ~~ classes flottant/effacement diverses ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->

/*logo et titre partenaire-----------------------------------------*/
.sidbar1_part{
	border-bottom:dotted 1px #000;
	padding-left:2px;
	
}
.logo_part{
	float:left;
	padding-right:10px;
}
.title_part{
	float:left;
}

/*----------------------article--------------------*/
.article{
	padding:5px 0;
}
.img_article
{
	float:left;
	margin-right:10px;	
}

.suite
{
	color:#193792;
	font-weight:bold;
	text-align:right;
	float:right;
	background:url(../img/fond_sute.gif) no-repeat;
	padding:0 8px 7px 7px;
	/*border-bottom:solid #F1E431 1px;*/
}

.separator{
		border-bottom:solid #F1E431 1px;
		clear:both;
	}
.clear{
	clear:both;
}

/** CSS Contact **/

#contact form {
 background-color:#FFF;
 padding:10px;
 width:500px;
 }
#contact form fieldset {
 padding:0 20px 20px 20px;
 margin-bottom:10px;
 border:1px solid #DF3F3F;
 background-color:#FAFAFA;
 width:495px;
 }

#contact ul li
{
	text-decoration:none;
}

#contact form fieldset legend {
 color:#DF3F3F;
 font-weight:bold
 }
#contact form label {
 margin-top:10px;
 display:block;
 text-decoration:none;
 color:#000;
 }
#contact form label.inline {
 display:inline;
 margin-right:50px;
 }
#contact input, textarea, select, option {
 background-color:#FFF3F3;
 }
#contact input, textarea, select {
 padding:3px;
 border:1px solid #F5C5C5;
 border-radius:5px;
 min-width:200px;
 box-shadow:1px 1px 2px #C0C0C0 inset;
 }
 
#contact form textarea{
 padding:3px;
 /*border:1px solid #F5C5C5;*/
 border-radius:5px;
 width:450px;
 box-shadow:1px 1px 2px #C0C0C0 inset;
 }
 
#contact select {
 margin-top:10px;
 }
#contact input[type=radio] {
 background-color:transparent;
 border:none;
 width:10px;
 }

#contact form input[type=text] {
 background-color:#FFF3F3;
 border:none;
 height:20px;
 width:370px;
 }

#contact form input[type=submit], input[type=reset] {
 width:auto;
 margin-left:5px;
 box-shadow:1px 1px 1px #D83F3D;
 cursor:pointer;
 background-color:#9C9;
 color:#FFF;
 font-weight:bold;
 }

#contact form input[type=submit]:hover
{
 box-shadow:1px 1px 1px #9C9;
 cursor:pointer;
 background-color:#FFF;
 color:#C60;
 font-weight:bold;
 }
 
 /** Fin CSS Contact **/