body {
    background-color: #c4E7F7;
    margin:0;
    padding:0;
    text-align: center;
}

* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a {
    text-decoration: none;
    color:#000;
}

img {
    border:0;
}

#conteneur {
    width:850px;
    height:auto;
    margin:0 auto;
    text-align: left;
}

#logo {
    background: #6ab5de url("/v2/images/logo.jpg") no-repeat center;
    margin:0 auto;
    width:850px;
    height:103px;
}

#slogan {
    color:#091AE6;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin:5px 0;
    text-transform: uppercase;
}

.puce_mooquee {
    margin:0 5px;
    line-height: 25px;
	/*vertical-align: top;*/
}

#ppal {
    width:850px;
}

#gauche {
    float:left;
    width:300px;
}

.cadre {
    border:1px solid #555;
	background-color:#6ab5de;
	padding:5px;
}

.bloc_pdf{
   margin:3px 0;
   height:auto;
   float:left;
}

.ville {
    float: left;
    width:140px;
    font-weight: bold;
    text-transform: uppercase;
}
.date {
    float: left;
    width:120px;
    font-weight: bold;
}
.date a {color:#cc0000;}

.date_prev {
    color:#091AE6;
    font-style:italic;
    font-weight:bold;
    margin:15px 0 3px;
    font-size:13px;
}

#droite {
    float:left;
	width:500px;
	text-align:justify;
	margin-left:25px;
}

#partenaire {
	background-color:#fff;
	float:right;
	margin-top:5px;
	width:100%;
	text-align:center;
}
#info {
	float:right;
	margin-top:5px;
	text-align:left;
	width:100%;
}

#partenaire img {
	vertical-align:middle;
	margin:0 2px;
}

#baseline {
    width:850px;
	height:auto;
	text-align:center;
	border-top:1px solid #555;
	margin-top:5px;
}