body {
	background: #CCCCCC url('../gfx/fond.jpg') no-repeat center top;
	background-color: #ebdecd;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* style du formulaire*/

.Style9 {
	color: #333333;
}

/* Liens */

a:link, a:visited {
	color: #aaaaaa;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color: #bbbbbb;
}

/******** Content repeat et no repeat *********/

#contentrepeat {
	background: transparent url('../gfx/contentrepeat.jpg') repeat-y center top;
	width:980px;
	vertical-align: top;
}
#contentnorepeat {
	background: transparent url('../gfx/contentnorepeat.jpg') no-repeat center top;
	width:980px;
	vertical-align: top;
}

#contenu{
	height: 800px;
	padding: 20px 20px;
	vertical-align: top;
	width:776px;
}



/******** Force certains styles kameleon / VEL kameleon ***********/

.txt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 16;
	color: #FFFFFF;
}

.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 16;
	color: #333333;
}


hr {
	color: #000066;
	width:600px;
	height:1px;
}
#titre {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 35px 0 0 60px;
}

h1 {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color:#888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color:#777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


/******* Footer *******/

#footer {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
}

#footer a:link, #footer a:visited {
	COLOR: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}



/* BORDURES SUR IMAGES (DANS KAMELEON) - Permet de choisir d'autres couleurs que le noir */

#turquoise{border-color: aqua ;}

#noir{border-color: black ;}

#bleu{border-color: blue ;}

#rose{border-color: fuschia ;}

#orange{border-color: #FF9900 ;}

#vert{border-color: green ;}

#gris{border-color: gray ;}

#maron{border-color: maroon ;}

#olive{border-color: olive ;}

#violet{border-color: purple ;}

#rouge{border-color: red ;}

#blanc{border-color: white ;}

#jaune{border-color: yellow ;}

#bleu2{border-color: teal ;}

#argent{border-color:  #FFAB02;}

/* FIN BORDURES */


