
/* STYLES le-schild.ch - Base 15.10.2008 - BP @ cobalt-lounge.com */

/* BASE */
/* FOND */
body {
 background-color:#f0efef;
 text-align: center; /* pour IE */
 font-size:11px;
 font-family:verdana;
 font-weight: normal;
 color:#666;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px; 
}

/* IMAGES */
img {
 border:none;
}

/* LIENS */
A {
 color:#da8909;
 text-decoration:none;
}

A:hover {
 color:#af521f;
 text-decoration:underline;
}

/* TABLE PRINCIPALE */
#container {
 background:url(img/bgdeco.jpg) repeat top left;
 border: 1px solid #666;
 margin: 0 auto;   /* alignement pour les autres navigateurs */
 text-align: left; /* annule le "body center" */
 background-color:#fff;
 width:700px; 
 margin: 0 auto;
 padding:0px 0px 0px 0px;
}

/* NAVIGATION */
#navigation {
 text-align:justify;
 font-family:"times new roman";
 font-size:15px;
 font-weight:normal;
 width:700px;  
 height:35px;
 margin:0px 0px 0px 0px;
 padding:5px 0px 0px 10px; 
} 


/* ELEMENTS */
#clear {
 clear:both;
 font-size:1px;
 height:1px;
 margin:0;
 padding:0;
}

#col_left {
 border:0px;
 float:left;
 text-align:left;
 width:330px;
 margin:10px 0px 20px 0px;
 padding:0px 0px 0px 10px;
}

#vignettes {
 border:0px;
 float:left;
 text-align:left;
 width:680px;
 margin:10px 0px 10px 0px;
 padding:25px 10px 0px 10px;
}

#col_right {
 float:right;
 text-align:left;
 width:330px;
 margin:10px 0px 20px 0px;
 padding:0px 10px 0px 0px;
}

#footer {
 text-align:left;
 vertical-align:baseline;
 line-height:12px;
 font-size:10px;
 height:15px; 
 margin:0px 0px 10px 10px;
 padding:0px 0px 0px 0px;
}


/* MISE EN PAGE */
p {
 text-align:justify;
 line-height:14px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}

.titre {
 text-align:left;
 line-height:16px;
 color:#057aa9;
 font-family:"times new roman";
 font-size:15px;
 font-weight:normal; 
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}

.commentaire {
 text-align:left;
 line-height:12px;
 font-size:12px;
}

#li {
 list-style-type:disc;
 text-align:left;
 line-height:16px;
 color:#939400;
 font-family:verdana;
 font-size:11px;
 font-weight:normal;
 margin:0px 0px 0px 0px;
 padding:10px 25px 25px 18px;
}


