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 {
	float:left;
	width:100%;
	clear:both;
	background:#193925/*#281904*/ url('bg_html.jpg') repeat-x top center;
	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;
}

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

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

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

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

.liensb a {
	text-decoration:none;
	color:#fff;
}

.liensb a:hover {
	text-decoration: none;
	color:#ccc;
}


/************************* 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:204px;
}

#menu {
	position:absolute;
	bottom:40px;
	right:50px;
	width:600px;
}

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

#menu li {
	width:120px;
	height:34px;
	text-align:center;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	margin-right:6px;
	letter-spacing:-1px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	width:120px;
	height:34px;
	display:block;
	_display:inline-block;
	text-transform:uppercase;
	background:url('btn.gif') no-repeat;
}

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

#menu div{
	padding-top:11px;
}

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

#contenuphp {
	width:700px;
	float:left;
}

#sideright {
	float:right;
	width:267px;
	margin-right:15px;
	margin-top:10px;
}

#sideright div.top {
	float:left;
	width:267px; height:96px;
	background: url('top_actu.gif') no-repeat;
}

#sideright div.actualites {
	float:left;
	width:267px; height:151px;
	background:url('content_actu.gif') no-repeat;
}

#sideright div.actualites div.texte {
	float:left;
	width:177px;
	margin-left:50px;
	margin-right:40px;
}

#sideright div.content {
	float:left;
	width:267px;
	background:url('sideright_content.gif') repeat-y center;
}

#sideright div.content div.contenu{
	float:left;
	width:227px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}

#sideright div.bottom {
	float:left;
	width:267px; height:48px;
	background:url('sideright_bottom.gif') no-repeat;
}

#php {
	float:left;
	text-align:justify;
	width:680px;
	margin-left:15px;
	margin-top:10px;
	/*min-height:330px;
	_height:330px;*/
}

#php2 {
	float:left;
	text-align:justify;
	width:670px;
	margin-left:25px;
	margin-top:10px;
	/*min-height:330px;
	_height:330px;*/
}

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

#footer div {
	width:760px;
	position:absolute;
	bottom:70px;
	left:30px;
	text-align:left;
}

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

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

/*************************PAGE PHP****************************/


.sideleft {
	width:267px;
	float:left;
}

.sideleft div.top {
	float:left;
	width:267px; height:48px;
	background:url('sideleft_top.gif') no-repeat;
}

.sideleft div.content {
	float:left;
	width:267px;
	background:url('sideleft_bottom.gif') no-repeat bottom center;
}

.sideleft div.content div.contenuleft{
	float:left;
	width:227px;
	margin:20px;
}

/*.sideleft div.bottom {
	float:left;
	width:267px; height:48px;
	background:url('sideleft_bottom.gif') no-repeat;
}*/

/* recherche */
form.recherche sup {
	color:#cc0000;
}

form.recherche fieldset {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
	clear:both;
	background:none;
}

form.recherche fieldset legend {
	font-weight:bold;
	color:#019036;
	padding:8px;
	padding-bottom:2px;
	text-transform:uppercase;
	/margin-bottom:10px;
}

form.recherche fieldset table {
	color:#000;
}

/* CONTACT */

div.contact form {
	margin:0; padding:0;
}

div.contact form fieldset {
	margin:0; padding:0;
	border:0;
	margin-bottom:5px;
	border:1px solid #cccccc;
}

div.contact form legend {
	font-size:14px;
	color: #339900;
	font-weight:bold;
	margin:0px 10px 0px 10px;
	padding:5px;
	padding-bottom:0;
	/*border-bottom:1px solid #e2001a;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

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;*/
	border:1px solid #aaaaaa;
}

div.contact textarea {
	width:620px;
	margin:10px;
}

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;
}
/*****************************************************************/