html {
	scrollbar-face-color: #eeeeee;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #660000;
}

body {
	background:#c3cf07 url('bg.jpg') no-repeat top center;
	float:left;
	width:100%;
	clear:both;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
	margin-bottom:5px;
	color:#333333;
}

input, select, textarea {
	font-family:Tahoma;
	font-size:10pt;
	color:#000;
	background:#fff;
}

input, textarea {
	border: 1px solid #cccccc;
}
*>input, *>textarea {
	border-color : #cccccc;
}

.trans {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.transno {
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);
}

.creation {
	width:150px;
	margin:2px;
}

p {
	text-align:justify;
}

/* ACCUEIL 
div.acc_left {
	float:left;
	width:200px;
	margin:10px;
	_margin:0;
	_margin-left:5px;
}

div.acc_left div.all {
	margin-top:10px;
}

div.acc_left div.texte {
	margin-top:10px;
}

div.acc_left div.texte p {
	margin:0; padding:0;
	margin:5px 0px;
}

/*

div.acc_right {
	float:left;
	width:280px;
	margin-top:30px;
	margin-left:20px;
}

div.acc_right div.all {
	margin-top:10px;
}

div.acc_right div.texte {
	margin-top:10px;
}

div.acc_right div.texte p {
	margin:0; padding:0;
	margin:5px 0px;
}

/************************ liens txt ****************************/

.linker a {
	text-decoration:underline;
}

.linker a:hover {
	text-decoration:none;
}

a {
	text-decoration:none;
	color: #333333;
}

a:visited {
	text-decoration:none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #cc6600;
}

.mini {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.lienstrans a{
	display:block;
	width:235px;
	height:84px;
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);
}

.lienstrans a:hover{
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/************************* structure site ****************************/
#main {
	width:980px;
	margin:auto;
}

#maintop {
	width:100%;
	background:url('bg_top.gif') repeat-x top center;
	height:209px;
}

#top {
	width:980px;margin:auto;	
}

div.top {
	float:left;
	width:100%;
	clear:both;
	background:url('top.jpg') top center no-repeat;
	position:relative;
	height:209px;
}

div.meteotop {
	position:absolute;
	left:540px; bottom:21px;
	background:url('bg_meteo.gif') no-repeat top center;
	width:150px; height:30px;
}

div.meteotop div.meteo {
	position:relative;
}

div.meteotop div.meteo div.icone {
	position:absolute;
	left:20px; top:-2px;
}

div.meteotop div.meteo div.icone img {
	width:40px; height:33px;
}

div.meteotop div.meteo div.temperature {
	position:absolute;
	left:80px; top:6px;
	font-size:16px;
}

#menu {
	position:absolute;
	bottom:21px;
	left:0px;
	width:480px;
}

#menu ul {
	padding:0px;
	margin:0px;
	text-align:left;
	list-style-type:none;
	width:100%;
}

#menu li {
	height:30px;width:120px;
	text-align:center;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
}

#menu a, #menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	height:30px; width:120px;
	display:block;
	_display:inline-block;
	text-decoration:none;
}

#menu  a:hover, #menu  a.active  {
	color: #ffffff;
	background:url('menu.gif') no-repeat top center;
	text-decoration:none;
}

#menu b{
	display:block;
	padding:9px 0px 0px 0px;
}

#content {
	float:left;
	clear:both;
	width:100%;
	position:relative;
	background: url('content.gif') repeat-y top center;
	min-height:463px;
	_height:463px;
}

#sideleft {
	float:left;
	width:200px; height:500px;
	background:url('sideleft.gif') no-repeat top center;
	margin-bottom:10px;
	
}

#sideright {
	float:left;
	width:200px; margin-left:10px;
}

#php {
	float:left;
	text-align:justify;
	width:540px;
	min-height:463px;
	_height:463px;
	margin-left:10px;
	margin-bottom:10px;
}

#php a {
	color:#0000ff;
	text-decoration:underline;
}

#php a:hover {
	text-decoration:none;
}

#footer {
	float:left;
	width:100%;
	clear:both;
	color:#000;
	font-size:10px;
	position:relative;
	height:104px;
	text-align:left;
	background:url('bottom.gif') center top no-repeat;
}

#footer .pied {
	width:450px;
	float:left;
	position:absolute;
	top:30px;
	left:120px;
}

#footer a {
	color:#006600;
	text-decoration:underline;
}

#footer a:hover{
	color:#666666;
}

/* FORMULAIRE DE CONTACT */

form.contact label {
	float:left;
	width:120px;
	text-align:left;
	margin-bottom:10px;
}

form.contact sup {
	font-size:8px;
	color:#cc0000;
}

form.contact input {
	float:left;
	width:200px;
	margin-bottom:10px;
	margin-left:5px;

}

form.contact textarea {
	float:left;
	width:100%;
	clear:both;
}

.date {
	color:#FFFFFF;
	width:200px;
	text-align:center;
	margin-top:5px;
}

.titre {
	background:url('bg_titre.gif') top center no-repeat;
	width:540px;
	float:left;
	margin-top:10px;
	margin-bottom:0px;
	text-align:left;
}

.titre h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#6b8e23;
	font-weight:bold;
	padding-top:23px;
	padding-left:10px;
}

/* CONTACT */
div.contact form {
	margin:0; padding:0;
}

div.contact form fieldset {
	margin:0; padding:0;
	border:0;
	margin-bottom:10px;
}

div.contact form legend {
	font-size:14px;
	color:#6b8e23;
	font-weight:bold;
	margin:5px;
	margin-bottom:0;
	padding:2px;
	padding-bottom:0;
	border-bottom:1px solid #6b8e23;
}

div.contact form sup {
	color:#cc0000;
}

div.contact table.inner label {
	font-weight:bold;
	/*float:left;
	width:40%;
	clear:left;*/
}

div.contact table.inner div {
	float:right;
	width:58%;
	clear:right;
}

div.contact table.inner div.clear {
	margin-bottom:10px;
	clear:both;
	width:100%;
	float:left;
}

div.contact textarea, div.contact input, div.contact select {
	border-width:1px;
	border-color:#666;
}

div.contact textarea {
	width:100%;
}

div.contact table.inner input, div.contact table.inner textarea, div.contact table.inner select {
	width:100%;
}

div.contact form input.radio {
	width:auto;
	clear:none;
}

div.contact form input.submit {
	background:url('submit.gif') no-repeat;
	border:0;
	width:150px;
	height:35px;
	color:#fff;
	font-size:14px;
}

/**********MENULEFT**************/
div.menuleft ul {
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	list-style-type:none;
	width:100%;
}

div.menuleft li {
	text-align:right;
	list-style-type:none;
	width:158px;
	text-transform:normal;
	font-weight:normal;
}

div.menuleft a, div.menuleft a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:158px;
	color:#333333;
	display:block;
	_display:inline-block;
	text-decoration:none;
}

div.menuleft a:hover, div.menuleft a.active  {
	color:#ff9933;
	text-decoration:none;
}

div.menuleft b{
	display:block;
	padding:0px 0px 0px 0px;
}
