/*
Feuille de style concernant le Site web : 2-wheels
Date de création : 12.1.2008
Date dernière modif : 6.2.2008
Sur Mesure Concept Sàrl, Anne-Christine Robert
www.sur-mesure.ch
*/


body {
	background-color: #343434;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;
	margin-top: 0px;	
}
table.exterieur {
	width: 96%;
	border: none;
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
}
td.entete
{
	width: 332px;
	border: none;
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
	background-image:url(img/frein_top.gif);
}
td.entete2
{
	background-color:#666666;
}


td.borderR {
	background-image: url(img/droite.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 34px;
}
td.BorderBottom {
	background-image: url(img/bas.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 9px;
	width: auto;
}
table.corps {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	background-color: #666666;
}
table.menu 
{
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
	background-color:#000000;
	height: 10px;
}
.soustitre {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.soustitreNB {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
td.90
{
	width: 90px;
	}


.menu {color: #009900;}
.droit {
	text-align: right;
}

table.externe {
	width: 90%;
	margin: 0px;
	padding: 0px;
	border: none;
}
td.externe {
	background-image: url(img/frein_top.gif);
	background-repeat: repeat-x;
	text-align: right;
	bottom: 0px;
}
table.contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0px;
}


.titre {
	font-size: medium;
	color: #12B912;
	font-weight: bold;
	font-style: italic;
}
.soustitre {
	font-weight: bold;
	color: #12B912;
}

/* LIENS */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0f0;
	text-decoration: underline;}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #66CC66;/*#A60000;*/
	text-decoration: underline;
}
a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;}
	
/* Style des liens du menu */
a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0f0;
	text-decoration: none;}

a:visited.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0F0;
	text-decoration: none;}
a:hover.menu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;}

/* Style des liens du menu */
a.web {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0f0;
	text-decoration: none;}

a:visited.web {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0F0;
	text-decoration: none;}
	
a:hover.web  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;}



/*
CODE POUR LE MENU

/* CSS issu des tutoriels http://css.alsacreations.com 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
*/
dl, dt, dd, ul, li {
color: #00FF00;
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: none;
}

#menu {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 100%;
}

#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}

#menu dd {
border: 1px solid gray;
}

#menu li {
text-align: center;
background: #fff;
}

#menu li a, #menu dt a {
color: #00FF00;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
background: #eee;
text-decoration:none;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
.centre {
	text-align: center;
}
.blanc {
	color: #FFFFFF;
}
.maj {
	color: #FFFFFF;
	text-align:center;
	font-size:9px;
}

