



.mainEvent{
    background:#EFEFEF;
    padding:20px;
    margin-bottom:15px;
    width: 600px;
}

.mainEvent .thematic{
    border:1px solid #9D3532;
    padding:2px;
    float:right;
    margin-left: 15px;
}

.mainEvent .thematic small{
    text-transform:uppercase;
    color:white;
    font-weight:bold;
    background-color:#9D3532;
    padding:0 5px 0 5px;
}


.mainEvent h1{
    color:black;
    padding:2px 2px 15px 0;
    margin:0;
}

.mainEvent h2{
    padding:2px 2px 10px 0;
    margin:0;
    color:#868686;
    font-style:italic;
}

.mainEvent .info{
    color:#666;
    margin:0 0 5px 0;
    border-bottom:1px dashed #B8B2A0;
    padding-bottom:5px;
	position:relative;
}

.mainEvent .marged{
    margin-left: 100px;
}


.mainEvent .info b{
    color:#666;
    margin-right: 5px;
}


.mainEvent .sites{
    color:black;
    margin:5px 0 0 0;
    padding-top:5px;
}


.mainEvent img{
    border:3px solid white;
    margin-right:10px;
	float:left;
}

.otherEvent{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dashed #B8B2A0;
}

.otherEvent h1{
    padding:5px 0 5px 0;
    margin:0;
    color:black;
    font-size:13px;
    font-weight:bold;
}

.otherEvent .cat{
    border:1px solid #FF9A0D;
    padding:2px;
}

.otherEvent .cat small{
    text-transform:uppercase;
    color:white;
    font-weight:bold;
    background-color:#FF9A0D;
    padding:0 5px 0 5px;
}

.otherEvent .info{
    color:#225DA9;
    padding-top:10px;
}

.help_link{
    border: 1px solid #aaa;
    padding: 2px;
    width: 10px;
    height: 10px;
    background: #eee;
    color: #aaa;
    margin-left: 5px;
}

.puce{
    background : url('graphics/gif/puce.gif') no-repeat;
    padding-left : 25px;
    margin: 5px 0px;
}

.disabledButton{
    border: 1px solid #EBE9E4;
    color: #EBE9E4;
}

