@charset "utf-8";
/* CSS Document */

body {
	margin : 0;
	padding : 0;
	text-align : center;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	background-color : #dedede;
	color : #000;
/*	background-image:url(../image/2010/bg-container.jpg);*/
background-image:url(../image/2010/bg-carbon.gif);
	background-position:center top;
	/*	background-repeat:no-repeat;*/
	background-attachment:fixed;
}


p { font-size:0.9em; text-align:justify; padding:10px;}

ul { font-size:0.9em; list-style-type:square;}

#conteneur {
	position : relative;
	text-align : left;
	width : 800px; 
	margin : 0 auto;
	background-color:#FFF;
	border:#ccc 4px solid;
	top:15px; 
	left:15px;
	/*background-image:url(../image/2010/bg-container2.jpg); 
	background-repeat:no-repeat;*/
	

}
#conteneurPiaggio {
/*	position : relative;*/
	text-align : left;
	width : 800px; 
	margin : 0 auto;
	background-color:#FFF;
	border:#ccc 4px solid;
	top:15px; 
	left:15px;
	
	

}

#header{
	width:800px;
}

#menu{
	width:800px;
	height:55px;
}

#menu p{
	text-align:center; 
	font-size:0.8em;
}
#menu a{
	border-bottom:1px #efefef solid;
	text-decoration:none;
	color:#efefef;
	/*background-color:#999999;*/
	margin-right:18px;
}

#menu a:hover{
	border-bottom:7px #cc3300 solid;
	color:#000;
	background-color:#a9bb9d;
}


#flash{
	float:left;
	width:446px; 
	height: 296px;
	margin-left:15px;
}

#menu2{float:left;
	width:296px; 
	height: 296px;
	margin-left:12px;
	text-align:center; 
	}



#encart1{
	float:left;
	width:250px;
	margin-left:20px;
	line-height:1.5em;
	margin-top:15px;
}


#encart1 h1{ 
	font-family:"Courier New", Courier, monospace; 
	font-size:1.5em;
	text-align:center;
	border-bottom:5px #009ee0 solid;
}

#encart1 h2{ 
	font-family:"Courier New", Courier, monospace; 
	font-size:1.2em; 
	color:#cc0000; 
	padding:5px;
}

#encart1 ul{  
	font-size:0.9em; 
	list-style-type:square; 
	text-align:left;
}


#encart2{ float:left;
	width:250px;
	margin-top:15px;
	line-height:1.5em;
	border-left:#CCCCCC 1px dashed;
	border-right:#CCCCCC 1px dashed;
	overflow: hidden; /* la propriete overflow empeche le decalage*/
	
}

#encart2 h1{ 
	font-family:"Courier New", Courier, monospace; 
	font-size:1.5em;
	text-align:center;
	border-bottom:5px #a2bb9d solid;
	
}

#encart2 h2{ 
	font-family:"Courier New", Courier, monospace; 
	font-size:1.2em; 
	color:#ffcc00;
	padding:5px;
}

#encart2 ul{  
	font-size:0.9em; 
	list-style-type:square; 
	text-align:left;
}

#encart3{ 
	float:right;
	margin-top:15px;
	margin-right:28px;
	width:250px; 
	line-height:1.5em;
	/*text-align:left;*/
}

#encart3 h1{ 
	font-family:"Courier New", Courier, monospace; 
	font-size:1.5em;
	text-align:center;
	border-bottom:5px #cc0000 solid;
}

#encart3 ul{  
	font-size:0.9em; 
	list-style-type:square; 
	text-align:left;
	}

#encart3 h2{ 
	font-family:"Courier New", Courier, monospace; 
	font-size:1.2em; 
	color:#cc0000; 
	padding:5px;
}

/* PIAGGIO */

#mainPiaggio{
	float:left;
	width:720px;
	margin-left:15px;
	top:15px;
	line-height:1.5em;
}
#mainPiaggio h1{
	color:#009ee0;
	font-size:1.7em;
	border-bottom:#999999 1px solid;
	width:80%;
}

#mainPiaggio table{ 
	margin-left:50px; 
	padding-right:2px; 
	padding-left:2px;
}

#mainPiaggio td{
	color:#efefef;
	font-size:0.8em; 
	text-align:right; 
	background-color:#999;
	width:140px; line-height:15px;
}

#mainPiaggio td:hover{
	background-color:#009ee0;
	
}

#mainPiaggio a{
	color:#efefef;

}
#mainPiaggio a:hover{
	text-decoration:none; 
	background-color:#FFCC00; 
	color:#CC3300;
}
.lettrinePiaggio{
	background-color:#009ee0;
	color:#efefef;
	margin-right:1px;
	margin-top:0px;font-size:1.75em;
	
	
}

/* VESPA */

#mainVespa{
	float:left;
	width:720px;
	margin-left:15px;
	top:15px;
	line-height:1.5em;
}
#mainVespa h1{
	color:#88af9c;
	font-size:1.7em;
	border-bottom:#999999 1px solid;
	width:80%;
}

#mainVespa table{ 
	margin-left:50px; 
	padding-right:2px; 
	padding-left:2px;
}

#mainVespa td{
	color:#efefef;
	font-size:0.8em; 
	text-align:right; 
	background-color:#999;
	width:140px; line-height:15px;
}

#mainVespa td:hover{
	
	background-color:#88af9c;
	
}

#mainVespa a{
	color:#efefef;

}
#mainVespa a:hover{
	text-decoration:none; 
	background-color:#FFCC00; 
	color:#CC3300;
}
.lettrineVespa{
	background-color:#88af9c;
	color:#efefef;
	margin-right:1px;
	margin-top:0px;
	font-size:1.75em;
	
	
}
#menu2Vespa{
	float:left;
	width:296px; 
	height: 296px;
	margin-left:12px;
	text-align:center; 
	
}

#menu2Vespa h1{
	font-family:"Courier New", Courier, monospace;
	color:#000;
}

#menu2Vespa h2{ 
	
	color:#000;
	font-size:0.8em;
	margin:0;
}

#menu2Vespa h3{
	color:#000;
	margin-top:0;
	text-transform: uppercase;
}

#menu2Vespa ul{ 
	text-align:left;
	color:#000;
}

#menu2Vespa li{
	line-height:24px;
	list-style-type: square;
}

#menu2Vespa a{ 
	border-bottom:1px #000 solid; 
	text-decoration:none;
	color:#000; 
	font-weight:bold;
}

#menu2Vespa a:hover{ 
	border-bottom:7px #000 solid; 
	text-decoration:none;
	color:#000;
}

/* GILERA */

#mainGilera{
	float:left;
	width:720px;
	margin-left:15px;
	top:15px;
	line-height:1.5em;
}
#mainGilera h1{
	border-bottom:#999999 1px solid;
	width:80%;
	color:#CC0000;
	font-size:1.7em;
}

#mainGilera h2{
	color:#999999;
	font-size:1.4em; text-align:center;
}
#mainGilera table{ 
	margin-left:50px; 
	padding-right:2px; 
	padding-left:2px;
}

#mainGilera td{
	color:#efefef;
	font-size:0.8em; 
	text-align:right; 
	background-color:#999;
	/*width:140px;*/ line-height:15px;
}

#mainGilera td:hover{
	
	background-color:#CC0000;
	
}

#mainGilera a{
	color:#efefef;

}
#mainGilera a:hover{
	text-decoration:none; 
	background-color:#FFCC00; 
	color:#CC3300;
}

.lettrineGilera{
	
	background-color:#CC0000;
	color:#efefef;
	margin-right:1px;
	margin-top:0px;font-size:1.75em;
	
	
}
#menu2Gilera{
	float:left;
	width:296px;
	height: 296px;
	margin-left:12px;
	text-align:center;
	
}

#menu2Gilera h1{
	font-family:"Courier New", Courier, monospace;
	color:#000;
}

#menu2Gilera h2{ 
	
	color:#000;
	font-size:0.8em;
	margin:0;
}

#menu2Gilera h3{
	color:#000;
	margin-top:0;
	text-transform: uppercase;
}

#menu2Gilera ul{ 
	text-align:left;
	color:#000;
}

#menu2Gilera li{
	line-height:24px;
	list-style-type: square;
}

#menu2Gilera a{ 
	border-bottom:1px #000 solid; 
	text-decoration:none;
	color:#000; 
	font-weight:bold;
}

#menu2Gilera a:hover{ 
	border-bottom:7px #000 solid; 
	text-decoration:none;
	color:#000;
}



/* OCCAZ */

#mainOccaz{
	float:left;
	width:700px;
	margin-left:100px;
	top:15px;
	line-height:1.5em;
}

#mainOccaz h1{
	color:#009ee0;
	font-size:1.7em;
	border-bottom:#999999 1px solid;
	width:80%;
}
#mainOccaz ul{
	font-size:1.1em;margin:0;
	
}

#mainOccaz li{
	margin:0;
	
}
#mainOccaz table{ 
	margin-left:50px; 
	padding-right:2px; 
	padding-left:2px;
	width:450px; border:none;
}

#mainOccaz td{
	color:#efefef;
	font-size:0.8em; 
	text-align:left; 
	background-color:#999;
	line-height:20px;
}

.tdTexte{
	width:400px; 
}

#mainOccaz td:hover{
	
	background-color:#009ee0;
	
}

#mainOccaz a{
	color:#efefef;

}
#mainOccaz a:hover{
	text-decoration:none; 
	background-color:#FFCC00; 
	color:#CC3300;
}








/* FOOTER */

#footer{ 
	clear: both;/*permet au footer d'intégrer le conteneur*/
	bottom:0;
	text-align:center;
	width:800px; height:auto;
	background-color:#000;
	border-bottom:#cc0000 3px solid;
	border-top:#cc0000 3px solid;
}

#footer a{ 
	color:#efefef;
}

#footer a:hover{ 
	color:#cc0000;
}


#footer img{ 
	margin:10px;
}

#footer h1{
	color:#cc0000;
	font-size:1.3em;
	font-weight: lighter;
	margin:0;
	
}
#footer p{
	color:#efefef;
	font-size:0.9em;
	font-weight: lighter;
	margin:0;
	text-align:center;
	line-height:20pt;
}


#LiensSousFooter{ 
	clear: both;/*permet au footer d'intégrer le conteneur*/
	bottom:0;
	text-align:left;
	width:800px; 
	background-color:#000;
	border-top:#cc0000 3px solid;
}

#LiensSousFooter a{
	color:#666666;
}

#LiensSousFooter a:hover{ 
	color:#cc0000;
}




#LiensSousFooter h1{
	color:#cc0000;
	font-size:1.3em;
	font-weight: lighter;
	margin:0;
	
}
#LiensSousFooter p{
	color:#666;
	font-size:0.9em;
	font-weight: lighter;
	margin:0;
	text-align:center;
	line-height:20pt;
}



.separateurLiens{
	margin-left:6px; margin-right:6px;
}
.diapo{
	margin-top:10px;
	margin-bottom:10px;}
	
.bleuGras{ 
	font-weight:bold; 
	color:#009ee0;}

.imgFloatLeft{ float:left; padding:3px;}

.galerie{width:168px; height:112px}
