/* CSS Document */

body
{
font-family:Arial, Helvetica, sans-serif;
margin:0px;
font-size:12px;
background-color:#287C65;
background-image:url(images/fond-page.gif);
background-repeat:repeat-x;
background-position:top left;
}
a
{
text-decoration:none;
font-style:italic;
color:#236F18;
 }
a:hover
{
text-decoration:underline;
 }

.marge-d
{
background-image: url(images/fond-page-droite.gif);
background-repeat:repeat-y;
background-position:top;
background-color:transparent;
color:#ffffff;
}

.marge-g
{
background-image: url(images/fond-page-gauche.gif);
background-repeat:repeat-y;
background-position:top;
background-color:transparent;
color:#ffffff;
}
.cont
{
background-color:#FFFFFF;
}

.txt-vert
{
color:#236F18;
font-weight:bold;
}
.tit-vert
{
color:#236F18;
font-size:14px;
font-weight:bold;
}
.tit-actu
{
color:#000000;
font-size:18px;
font-weight:bold;
}
.poucet
{
color:#287C65;
font-weight:bold;
}
.formulaire {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #287C65;
	border-right-color: #287C65;
	border-bottom-color: #287C65;
	border-left-color: #287C65;
}
.tit-page
{
	color:#236F18;
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/fd-tit.jpg);
	background-repeat: repeat-x;
	background-position: 50px bottom;
	vertical-align: bottom;
	padding-bottom:15px;
	padding-left:5px;

}