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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	width:100%;
	background-color: #fff;
	position:relative;
}

H1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
	margin-bottom:5px;
	color:#336699;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
	margin-top:5px;
	color: #333300;
}

H2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
	margin-top:5px;
	color: #333300;
}

H2 a:hover {
	color: #fff;
}

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);
}

/************************ liens txt ****************************/
#list {
	list-style-image:url(list.gif);
	color: #666666;
	padding:0;
	margin:0;
	margin-left:16px;
}

#list li {
	clear:both;
	margin-bottom:5px;
}

#list a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #333333;
	/*background: #FF9900;*/
}

#list a:hover, #list a.active {
	color:#ff9900;
}


a{
	text-decoration: none;
	color:#fff;
}
a:visited{
	text-decoration: none;
	color:#fff;
}
a:active{
	text-decoration: none;
	color:#fff;
}
a:hover{
	text-decoration: none;
	color: #6699FF;
}

#bold a{
	font-weight:bold;
	text-decoration: none;
	color: #333333;
}
#bold a:visited{
	font-weight:bold;
	text-decoration: none;
	color: #333333;
}
#bold a:active{
	font-weight:bold;
	text-decoration: none;
	color: #333333;
}
#bold a:hover{
	font-weight:bold;
	text-decoration: none;
	color: #FF9900;
}

strong {
	color: #336699;
}

/************************* structure site ****************************/
#container {
	width:1004px;
	margin:auto;
}

#main{
	margin-top:10px;
	width:1000px;
	border:2px solid #cccccc;
	float:left;
	clear:both;
}

#top{
	float:left;
	position:relative;
	background:url('top.jpg') top center no-repeat;
	width: 1000px;
	height:128px;
}

#menu {
	position:absolute;
	bottom:5px;
	right:0;
	background: url('menu.jpg') top repeat-x;
	width:600px;
	height:21px;
}

#menu ul {
	padding:0px;
	margin:0px;
	text-align:left;
	list-style-type:none;
	float: right;
}

#menu li {
	width:100px;
	height:21px;
	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:9px;
	color: #FFFFFF;
	width:100px;
	height:21px;
	display:block;
	/*background:url('menu.jpg') top center no-repeat;*/
}

#menu  a:hover, #menu  a.active {
	color: #eeeeee;
	background:url('menu_hover.jpg') no-repeat top center;
}

#menu div{
	padding-top:3px;
}

#content {
	float:left;
	position:relative;
	background:#e6e6e6 url('content.jpg') no-repeat center top;
	width: 1000px;
	height: 416px;
}

#php {
	float:right;
	text-align:justify;
	width:650px;
}

#footer {
	float:left;
	position:relative;
	background:url('footer.jpg') top center no-repeat;
	width:1000px;
	height:56px;
	color:#fff;
}

#footer a.{
	color:#fff;
}

#footer a:hover{
	color: #66CCFF;
}

.creation {
	width:120px;
	height: 15px;
}
