/* CSS Document */

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}


body {
	background-image:url(../images/fond.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:20px auto 0 auto;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

img {
	border:none;
}

h1, h2 {
 color:#6E434A;
}

h2 {
 font-size:12px;
}

strong {
 color:#6E434A;
}

.clear {
	clear:both;
}
/*
	//////////   LAYOUT   //////////
*/

#wrapper {
	width:900px;
	background-color:#FFFFFF;
	margin:0 auto 50px auto;
	padding:0 0 50px 0;
	text-align:left;
	background-image:url(../images/degrade.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#header {
	height:70px;
}

#header #logo {
	float:right;
	margin:30px 20px 0 0;
}

#left {
	height:550px;
	float:left;
}

#left #menu {
	margin:0 10px 0 10px;
}

#text {
	margin:0 50px 0 25px;
}


#content {
	float:right;
	width:690px;
}


/*
	//////////   HOME   //////////
*/

div.home a {
	color:#FFFFFF;
}

/*
	//////////   LES ASSOCIES   //////////
*/
#content.associes {
	margin:0;
}

#content.associes .associe {
	text-align:justify;
}

#content.associes h1 {
	font-size:24px;
}

.associe {
	width:140px;
	float:left;
	margin:0 22px 0 0;
}
.associecale {
	float:left;
	margin:0 20px 0 0;
}

.associe ul {
	margin:0;
	padding:0 0 0 25px;
}

.associe li {
	margin:0;
}

#title {
	margin:0 0 20px 0;
}

/*
	//////////   FORMS   //////////
*/


/*
	//////////   NOS DEPARTEMENTS   //////////
*/

#content.departements p, #content.departements ul {
	text-align:justify;
}

#content.departements #text h2 {
	font-size:24px;
}

ul.departements 
{
	margin:20px 0 0 23px;
	padding:0;
}

ul.departements li
{
	height:22px;
	margin:0 1px 0 0;
	background-color:#634C4C;
	float:right;
	line-height:22px;
	list-style-type:none;
	text-align:right;
	border-left:1ps solid #4D3B3B;
	border-right:1px solid #9A8C8C;
	
}

ul.departements li a
{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 35px 0 36px;
}

p.error {
	color:#CC0000;
}

/*
	//////////   NOS VALEURS   //////////
*/

#content.valeurs {
	text-align:justify;
}

/*
	//////////   CONTACT   //////////
*/
#content.contact #left  {
	float:left;
	margin:0 10px 0 0;
}

form.contact input {
	width:200px;
}

form.contact textarea {
	width:200px;
}

form.contact label {
}
/*
	//////////   ACTU   //////////
*/

#content.actualites h1 {
	font-size:24px;
}

#content.actualites h2 {
	font-size:18px;
	margin:0;
}

#content.actualites h3 {
	font-size:16px;
	margin:0;
}

#divContent1.actu a {
	color:#CC0000;
}

table {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
table a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
