* {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-weight: normal; 
 margin:0; 
 padding:0;
 border:0;
 list-style-type:none; 
 font-size: 10px; 
 background: black; 
}

html, body {	/* attributs page par défaut */
 height:100%;
 background:#333333;
}

body a {	/* attributs liens par défaut */
 text-decoration: none; 
 color: #666666; 
}

body a:hover {	/* attributs liens par défaut (survol) */
 text-decoration: underline; 
}

div#global {
 min-height: 100%;
 width:1000px;
 position: relative;
 border-right: 1px solid #363636;
 border-left: 1px solid #363636;
 border-bottom: 1px solid #363636;
 color: #333333; 
 margin:0 auto; 
 background: black;
}

div#main {
 overflow: auto;
}

div#gauche {
 float: left;
 width: 479px;
}

div#droite {
 float: right;
 width: 520px;
 border-left: 1px solid #363636;
 display: inline;
}

.sepgauche {
 width: 479px;
 margin: 10px 0 10px 0 !important;margin: 0px 0 10px 0;
 border-bottom: 1px solid #363636;
}

.sepdroite {
 width: 520px;
 margin: 10px 0 10px 0;
 border-bottom: 1px solid #363636;
}

.padding10 { padding: 10px;}

.ddetail1 { position:absolute;visibility:hidden;margin:5px 0 10px 30px;color:#666666;}
.adetail1 { outline:0;font-size:21px;line-height:21px;background:url(plus.gif) no-repeat 0 2px;padding-left:30px;}

.ddetail2 { position:absolute;visibility:hidden;margin:5px 0 10px 200px;background:transparent;}
.adetail2 { color:#660000;font-size:9px;outline:0;line-height:12px;background:transparent url(plus2.gif) no-repeat 0 2px;padding:1px 0 0 30px;}
.adetail2:hover { text-decoration:none;}
a.ddetail2a { color: #444;}

.ddetail3 { position:absolute;visibility:hidden;margin:5px 0 10px 30px;color:#666666;}

.dates { font-size:12px;line-height:12px;margin:5px 0}

.evttitre1 { position:absolute;margin-left:200px;width:250px;}
.evttitre2 { float:right;margin-left:0px;width:300px;}
.renseignements { font-size:85%;color:#666;padding-top:4px;}
