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:#fff url('bg_top.gif') repeat-x 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 : #333;
}

.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:283px;
	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 ****************************/

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

a:visited {
	text-decoration:underline;
	color: #adcaf0;
}

a:active {
	text-decoration: underline;
	color: #adcaf0;
}
a:hover {
	text-decoration: underline;
	color: #adcaf0;
}

.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:1000px;
	margin:auto;
}

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

#menu {
	position:absolute;
	bottom:11px;
	left:200px;
	width:600px;
}

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

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

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

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

#menu div{
	padding-top:9px;
	padding-left:20px;
	padding-right:20px;
}

#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:197px;
	text-align:left;
}

#sideright {
	float:right;
	width:197px;
	text-align:left;
}

#sideleft .gauchetop{
	float:left;
	width:197px;
	height:230px;
	background:url('bg_menu_tl.gif') no-repeat top center;
}

#sideleft .gauchebottom{
	float:left;
	width:197px;
	height:234px;
	background: url('bg_menu_bl.gif') no-repeat top center;
}

#sideright .droitetop{
	float:left;
	width:197px;
	height:230px;
	background:url('bg_menu_tr.gif') no-repeat top center;
}

#sideright .droitebottom{
	float:left;
	width:197px;
	height:234px;
	background: url('bg_menu_br.gif') no-repeat top center;
}

#sideleft ul, #sideright ul {
	/*padding-left:45px;
	padding-top:20px;*/
	text-align:left;
	width:197px;
	_width:160px;
	_margin-left:30px;
	list-style-type:square;
}

#sideleft li, #sideright li {
	text-align:left;
	color:#FFFFFF;
	float:left;
	width:147px;
	clear:both;
}

#sideleft a, #sideright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	display:block;
	_display:inline-block;
}

#sideleft  a:hover, #sideleft  a.active, #sideright a:hover, #sideright a.active {
	color: #6b8e23;
	text-decoration:underline;
}

#sideleft ul div, #sideright ul div{
	padding-left:0px;
	padding-top:4px;
}

#php {
	float:left;
	text-align:justify;
	width:605px;
	min-height:463px;
	_height:463px;
}

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

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


#php2 {
	float:left;
	text-align:justify;
	width:282px;
	min-height:463px;
	_height:463px;
	border-left:1px solid #CCCCCC;
}

#php2 div{
	float:right;
	margin-right:10px;
	margin-top:10px;
}

#php2 p{
	float:right;
	margin:10px;
	width:240px;
}

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

#footer .pied {
	width:100%;
	float:left;
	position:absolute;
	bottom:5px;
	left:0px;
}

#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 {
	position:absolute;
	bottom:20px;
	right:5px;
	color:#FFFFFF;
	width:185px;
	text-align:center;
}

.titre {
	background:url('bg_titre.gif') top center no-repeat;
	width:600px; height:45px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
}

.titre h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:23px;
	padding-left:20px;
}

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

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

div.contact form legend {
	font-size:14px;
	color:#224dbe;
	font-weight:bold;
	margin:10px;
	margin-bottom:0;
	padding:5px;
	padding-bottom:0;
	border-bottom:2px 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;
}