/* Mise en forme de la page */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fondepaper.gif);
}


/* Mise en forme des textes */


.texte {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align:justify;
	color: #646464;
}
.textevert {
	font-family: "Trebuchet MS";
	font-size: 15px;
	text-align:justify;
	color: #c0dd00;
}
.textevertgr {
	font-family: "Trebuchet MS";
	font-size: 20px;
	text-align:center;
	color: #c0dd00;
	font-weight: bold;
	font-style: normal;
}



/* titre H1 */
h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #c0dd00;
	font-weight: bold;
}


/* autre textes */

.rubrique {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	color: #686868;
}

.textePetit {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
}


.textePetit2 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
}



/* Liens par défault */

a:link {color: #1955A3; text-decoration: underline;}
a:visited {color: #1955A3; text-decoration: underline;}
a:hover {color: #1955A3; text-decoration: none;
}



/* Liens pour MENU DES ONGLETS - Doir être appliqué sur la cellule <td> ou tableau est non sur le texte*/

.menu a:link { font-family: "Trebuchet MS"; font-size: 0.8em; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.menu a:visited {font-family: "Trebuchet MS"; font-size: 0.8em; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.menu a:hover {font-family: "Trebuchet MS"; font-size: 0.8em; font-weight: bold; color: #999999; text-decoration: none;}



/* Liens pour le SOUS-MENU des onglets - Doir être appliqué sur la cellule <td> ou tableau est non sur le texte*/

.menu2 a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none;}
.menu2 a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none;}
.menu2 a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none;}


/* Liens pour MENU RUBRIQUE - Doir être appliqué sur la cellule <td> ou tableau est non sur le texte*/

.menu3 a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #565656; text-decoration: none;}
.menu3 a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #565656; text-decoration: none;}
.menu3 a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none;}


/* Autres Code */


.photosPositionnementDROIT {
float:right;
margin-left: 15px;
margin-bottom: 15px;
}

.photosPositionnementGAUCHE {
float:left;
margin-right: 15px;
margin-bottom: 15px;
}

.tiret {
border-top: dashed 1px;
border-top-color: #AFADA2;
}



.boiteFormulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #848692;
	border: 1px solid #B7B302;
	background-color: #ffffff;
}

.formulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646464;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
#contactForm
{
  padding-top: 10px;
}

#contactForm label
{
  display: inline;
  color: #92938A;
  line-height: 18px;
}

#contactForm input, #contactForm textarea
{
	border: 1px solid #DBDDCE;
	line-height: 17px;
	padding: 0 2px;
	margin: 1px 0 3px;
	width: 157px;
	color: #92938A;
	font-size: 11px;
	height: 17px;
	display: inline;
	float: none;
}

#contactForm textarea
{
  height: 78px;
  width: 316px;
}

#contactForm #sendMessage
{
  width: 95px;
  height: 40px;
  background: url('images/envoyer.jpg') 0 0 no-repeat;
  border: 0;
  margin-top: 12px;
}

#contactForm #sendMessage:hover
{
  background-position: 0 -19px;
}

#contactForm .hidden, #newsletter .hidden
{
  border: 0;
  height: 0px;
  width: 0px;
}

.error, #contactForm label span
{
  color: #DD4E00;
}

#contactForm input.error, #contactForm textarea.error, #newsletter input.error
{
  border: 1px solid #DD4E00;
  color: #DD4E00;
}
#contactForm2
{
  padding-top: 10px;
}

#contactForm2 label
{
  display: inline;
  color: #92938A;
  line-height: 18px;
}

#contactForm2 input 
{
	padding: 0 5px 0 2px;
	color: #92938A;
	display: inline;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contactForm2 textarea
{
	border: 1px solid #DBDDCE;
	line-height: 17px;
	padding: 0 2px;
	margin: 1px 0 3px;
	width: 157px;
	color: #92938A;
	font-size: 11px;
	height: 17px;
	display: inline;
	float: none;  height: 78px;
  	width: 316px;
}

#contactForm2 #sendMessage
{
  width: 105px;
  height: 19px;
  background: url('../img/buttons/sendMessage.gif') 0 0 no-repeat;
  border: 0;
  margin-top: 12px;
}

#contactForm2 #sendMessage:hover
{
  background-position: 0 -19px;
}

#contactForm2 .hidden, #newsletter .hidden
{
  border: 0;
  height: 0px;
  width: 0px;
}
#flashpub {
	position: absolute;
	left: 150px;
	top: 280px;
	z-index: 600;

}
.error, #contactForm2 label span
{
  color: #DD4E00;
}

#contactForm2 input.error, #contactForm2 textarea.error, #newsletter input.error
{
  border: 1px solid #DD4E00;
  color: #DD4E00;
}
.vert{
font: 14px/15px Arial, Helvetica, sans-serif;
	color: #D6E03D;
	}
	