@charset "UTF-8";
/* CSS - CP3L */

*{
    margin:0;
    padding: 0;
    border: 0;
}
body{
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #000000;
    
}
a {
    color: #FFFFFF;
    text-decoration:none;
}
a:hover{
    color: #ecb464;
}
a:focus{
    color: #a77f47;
}

h1{

}
h2{
    font-weight: normal;
    font-size: 16px;
    color: #ecb464;
    margin-bottom: 20px;
}
h3{
    font-weight: normal;
    font-size: 14px;
    color: #ecb464;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* HEADER CP3L */
#main_header{
    
    margin-top: 30px;
    width:100%;
    height:67px;
    background-color:#000000;
    background-image: url(/extension/cp3lacs/design/v1/images/bg_cp3lacs.jpg);
    background-repeat: repeat-x;
    margin-bottom: 0px;
}
#main_header #cp3l{
    
    position: relative;
    margin: 0px auto 0px auto;
    height: 62px;
    width: 912px;
}
/*GENERAL HEADER */
#main_body{
    width:100%;
    background-color:#717882;
    margin: 0px;
}
#general_content{
margin: 0px;
padding: 0px;

}
#header{
    position: relative;
    margin: -6px auto 0px auto;
    background-image: url(/extension/cp3lacs/design/v1/images/header.jpg);
    background-repeat: no-repeat;
    height: 174px;
    width: 912px;
    
}
#header img{
    margin-left: 20px;
    margin-top:10px;
    margin-bottom: 0px;
    
}
#header .acces{
    float: right;
    margin-right: 15px;
    margin-top: -95px;
    color: #999999;
}
#header .acces a{
    color: #999999;
}
/* CONTENT----------------------------------------- >> */
#content{
    position: relative;
    width:912px;
    margin:0px auto 0px auto;
    padding-bottom: 20px;
    background-image: url(/extension/cp3lacs/design/v1/images/bg_content.jpg);
    
}



/* LEFT CONTENT------------------------- */
#left{
    width: 162px;
    float: left;
    margin-left: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
    
}
#left ul{
    width: 140px;
    list-style-type: none;
    padding-right: 15px;
    text-align: right;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #CCCCCC solid;
    margin-top: 0px;
}
#left .selectedPage{
    color: #ecb464;
}
#left img{
    margin-left: 3px;
}
/* CENTER CONTENT_________________________ */
#center {
    width: 500px;
    min-height: 440px;
    float: left;
    margin-bottom: 0px;
    padding: 0 25px 0 25px;
    
}
#center #normal p{
    margin-bottom: 10px;
    
}
#center .imgright{
    
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
#center .imgleft{
    color: #d4d4d4;
    float: left;
    border: solid  #999999 1px;
    margin-right: 15px;
    margin-bottom: 10px;
}

/************************************* SHOP */
#center #shop table{
    width: 480px;
    border-collapse: collapse;
    border-bottom: none;
    padding-bottom: 20px;
    
}
#center #shop table tr{
margin-top: 20px;
}
#center #shop table td{
    width: 120px;
}

#center #shop table .titre{
    width: 360px;
    height: 50px;
    font-weight: bold;
    vertical-align: center;
    
}
#center #shop table .prix{
    width: 120px;
    font-weight: bold;
    text-align: right;
}
#center #shop table .img{
    width: 70px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
    vertical-align: middle;
}
#center #shop table .desc{
    width: 410px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    margin-bottom: 40px;
    

}
/************************************* CALENDAR */
#center #calendar table{
    width: 480px;
    border-collapse: collapse;
    margin-bottom: 30px;
    
    
}
#center #calendar table a{
    color: #ecb464;
}
#center #calendar table tr{
    
}
#center #calendar table .title{
    padding-bottom: 0px;
    color: #eeeeee;
    vertical-align: middle;
    
}
#center #calendar table .title .date{
    padding-right: 5px;
}
#center #calendar table .title .desc{
    padding-left: 10px;
}
#center #calendar table .insert td{
    padding: 15px 0 15px 0;
    
    
}
#center #calendar table .insert .date{
    padding-right: 5px;
    vertical-align: top;
    border-bottom: 1px solid #666666;
    
}
#center #calendar table .insert .desc{
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #666666;
    vertical-align: top;

}
#center #calendar table .insert .inscription{
    text-align: left;
    border-bottom: 1px solid #666666;
    vertical-align: bottom;
    
}

#center #calendar table .insert .inscription a{

    
}
/************************************* NEWS */
#center #news .details{
    font-size: 9px;
    color: #FFFFFF;
    font-weight: normal;
    margin-left: 5px;
}
#center #news h3{
    border-bottom: 1px solid #666666;
    font-weight: bold;
    margin-bottom: 10px;
}
#center #news .descNews{
    margin-bottom: 20px;
}
/************************************* Annonces */
#center #annonce h3{
border-bottom: 1px solid #666666;
}
#center #annonce .contact{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
}
#center #annonce .desc img{
    float: left;
    
    margin-right: 10px;
    border: solid  #999999 1px; 
    margin-top: 5px;
}
#center #annonce a{
    color:#ecb464;
}

/************************************* Trucs */
#center #trucs h3{
border-bottom: 1px solid #666666;
}
#center #trucs .contact{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
}
#center #trucs .desc img{
    float: left;
    
    margin-right: 10px;
    border: solid  #999999 1px; 
    margin-top: 5px;
}
/************************************* Gallery */

#center #galerie table{
    margin: auto;
}
#center #galerie table img{
    margin-bottom: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #666666;   
}
#center #galerie table .title{
    vertical-align: top;

}

/************************************* Comite */

#center #comite table td h3{
    margin-top: 0px; 
    width: 100px;
    margin-bottom: 40px;
    vertical-align: top;
}
#center #comite table td{
    vertical-align: top;
}
#center #comite table{
    margin: auto;
}

#center #comite table .img{
    width: 120px;
    padding-right: 10px;
    padding-bottom: 30px;
}

#center #comite table img{
    border: 1px solid #666666;
}

#center #comite table .name{
    width: 200px;
    margin-left: 5px;
}
#center #comite table tr{
    
    padding-bottom: 30px;
    
}
#center #comite a{
    margin: 0px;
    color: #ecb464;
}
/************************************* LISTE*/

#center #liste ul{
margin-left: 20px;
width: 250px;

}
#center #liste ul li{
    
    width: 250px;
    list-style-type: none;
    line-height: 3;
    border-bottom: 1px dotted #666666;
}
#center #liste ul li a:hover{
    color: #ecb464;
}

/* RIGHT CONTENT------------------------- */
#right{
    width: 162px;
    float: left;
    padding: 0 10px 0 10px;
}
#right #sMenu{
    margin-left: 5px;
    
}
#right #sMenu ul li{
    list-style-type: none;
    text-decoration: none;
    margin-bottom: 15px;
    color: #999999;
}

#right .title{
    font-size: 14px;    
    margin-bottom: 20px;
}
#right .date{
    color: #ecb464;
}
#right .desc{
    margin-bottom: 10px;
}
#right #lgPorsche{
    position: absolute;
    width: 57px;
    margin-left: 50px;
    margin-bottom: 10px;
    bottom: 0;
    height: 71px;
}

/*_________________________________________________________*/



/* FOOTER */
.clear {
    line-height: 0px;
    clear: both;
}
#wess{
    position: relative;
    margin: -145px auto 0px auto;
    width: 11px;
    height: 86px;
}
#wess img{
    margin-left: 457px;
    width:11px;
    height: 86px;
}
#footer{
    position: relative;
    margin: 0 auto 0px auto;
    width: 912px;
    height: 86px;
    
    
}
#main_footer{
    position:absolute;
    width:100%;
    height:86px;
    margin: 0px;
    margin-top: -10px;
    background-image: url(/extension/cp3lacs/design/v1/images/bg_footer.jpg);
    background-repeat: repeat-x;
}

.current-link
{
    color:#CCCC33;
}

.basket-tab td, th
{
    text-align:left;
}

.buttonblock
{
    margin-top:5px;
}

.download
{
    border-bottom: dashed 1px;
}

.shop-row
{
	padding-bottom: 2px;
	padding-top: 2px;
}

.remember
{
	margin-top:2px;
}

