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 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	width:100%;
	background:#191d39 url('fond_top.jpg') repeat-x top center;
}

input.reset {
	background:url('vider.gif') no-repeat;
	width:100px; height:24px;
	border:0;
	
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

input.reset2 {
	background:url('vider2.gif') no-repeat;
	width:150px; height:24px;
	border:0;
	
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

input.view2 {
	background:url('valider2.gif') no-repeat;
	width:150px; height:24px;
	border:0;
	
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

input.view {
	background:url('valider.gif') no-repeat;
	width:100px; height:24px;
	border:0;
	
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

#mypanier * {
	font-size:10px;
}

a.rubrique {
	float:left;
	display:block;
	
	width:58px;
	margin-bottom:10px;
	
	font-size:8px;
	color:#000;
	text-align:center;
	
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}

a.rubrique:hover, a.rubrique.active {
	float:left;
	display:block;
	
	width:58px;
	margin-bottom:10px;
	
	font-size:8px;
	color:#000;
	text-align:center;
	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

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:110px;
}

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

#article a {
	color:#000000;
}

#article a:hover, .article a.active {
	color:#fff;
}

#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:#0000ff;
}
a:visited{
	text-decoration: none;
	color:#0000ff;
}
a:active{
	text-decoration: none;
	color:#0000ff;
}
a:hover{
	text-decoration: none;
	color: #666666;
}

#bold a{
	font-weight:bold;
	text-decoration: none;
	color: #fff;
}
#bold a:visited{
	font-weight:bold;
	text-decoration: none;
	color: #fff;
}
#bold a:active{
	font-weight:bold;
	text-decoration: none;
	color: #fff;
}
#bold a:hover{
	font-weight:bold;
	text-decoration: none;
	color: #FF9900;
}

strong {
	color: #CC0000;
	font-size:14px;
}

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

/************************* structure site ****************************/
#main{
	width:1000px;
}

#top{
	float:left;
	position:relative;
	background:url('top.jpg') top center no-repeat;
	width: 1000px;
	height:127px;
}

#menu {
	position:absolute;
	bottom:0px;
	right:0px;
	width:680px;
	height:27px;
}

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

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

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

#menu  a:hover, #menu  a.active {
	color:#003366;
	/*background:url('btn_hover.jpg') no-repeat bottom center;*/
}

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

/*******************************SIDEMENU*********************************/

#sidemenu {
	position:relative;
	width:220px;
	float:left;
}

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

#sidemenu li {
	width:220px;
	height:20px;
	text-align:left;
	list-style-type:none;
	/*float:left;*/
	text-transform:normal;
	margin-left:0px;
}

#sidemenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color: #333333;
	width:220px;
	height:20px;
	display:block;
	background:url('btn.gif') top left;
}

#sidemenu  a:hover, #sidemenu  a.active {
	color:#fff;
	background:url('btn_hover.gif') top left;
}

#sidemenu div{
	padding-left:10px;
	padding-top:4px;
}

/***************************************************************************/

#content {
	float:left;
	position:relative;
	background:#fff url('content.jpg') top center no-repeat;
	width: 1000px;
	padding-bottom:10px;
}

#sideleft {
	float:left;
	width:220px;
	margin-left:10px;
	margin-top:50px;
}

#php {
	float:right;
	text-align:justify;
	width:710px;
	margin-right:10px;
	margin-top:20px;
}

#footer {
	float:left;
	/*position:relative;*/
	background:#fff url('footer.gif') bottom center no-repeat;
	width:1000px;
	height:60px;
	color:#fff;
}

#footer div.infos {
	text-align:left;
	padding-top:38px;
	padding-left:10px;
}

#footer a, #footer a.visited {
	color:#fff;
}

/* MOTEUR DE RECHERCHE */
form.search {
	float:left;
	width:100%;
	clear:both;
	background:url('select.gif') no-repeat;
}

form.search div {
	margin-top:2px;
}

form.search input.ok {
	border:0;
	width:24px;
	height:24px;
	background:url('ok.gif') no-repeat;
	font-weight:bold;
	padding:0; margin:0;
}

form.search select {
	width:140px;
	margin-right:10px;
}

/* FORMULAIRE VOTRE AVIS */
form.form input, form.form select, form.form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#eef3f5;
}

form.form input, form.form textarea {
	border-width : 1px;
}

form.form *>input, form.form *>textarea {
	border-color : #333;
}

form.form {
	float:left; clear:both;
	margin:0; padding:0;
}

form.form fieldset {
	border:1px solid #ccc;
	padding:0; margin:0;
	
	clear:both;
	float:left;
	width:100%;
	margin-bottom:20px;
}

form.form legend {
	font-weight:bold;
	color:#660000;
	padding:10px;
	text-transform:uppercase;
}

form.form div.line {
	float:left;
	clear:both;
	margin-bottom:10px;
	width:100%;
}

form.form label {
	float:left;
	width:140px;
	font-weight:bold;
	text-align:left;
}

form.form input, form.form textarea, form.form select {
	float:right;
	width:370px;
}
/* FIN*/

/* PANIER */
input.panier {
	display:inline;
	border:0;
	width:16px;
	height:16px;
	background:url('panier.gif') no-repeat;
	cursor:pointer;
}
/*************************liens color************************/

.linkcolor a {
	color:#000066;
	font-weight:bold;
}

.linkcolor a:hover {
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}

.linkcolor a:visited {
	color:#000066;
	font-weight:bold;
}