/* DEBUT BALISE HTML */
* {
margin: 0;
padding: 0;
}
body{
text-align: center;
}
body, html{
margin: 0;
padding: 0;
top : 0;
left : 0;
background-color : #999999;
font-family: verdana, arial, helvetica, sans-serif;
color: #333;
font-size: 11px;
}
img{
border: 0 none;
margin: 0;
}
div{
border: 0 none;
padding: 0;
margin: 0;
}
a{
color: #333333;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
sup{
line-height: 0;
margin: 0;
}
p{
margin: 0 0 14px 0;
line-height: 14px;
}
h1{
font-family: arial, helvetica, sans-serif;
color: white;
font-size: 18px;
font-weight: bold;
line-height: 20px;
margin: 0;
letter-spacing: 2px;
}
h2{
font-family: arial, helvetica, sans-serif;
color: black;
font-size: 18px;
font-weight: normal;
margin: 0;
text-transform: uppercase;
}
table{
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
td{
font-size: 11px;
vertical-align: top;
text-align: left;
}
ul{
margin-left: 15px;
list-style-type: disc;
}
/* FIN BALISE HTML */

/* DEBUT POSTIONNEMENT */
div#centre{
position: relative;
margin: 0px auto;
text-align: left;
width: 860px;
background-color: white;
}
div#entete{
width: 860px;
height: 155px;
background-image: url(img/entete.png);
background-repeat: no-repeat;
background-position: top center;
padding: 0;
margin: 0;
}
div#corps{
padding: 20px 20px 0 20px;
background-color: white;
}
div#smenu{
padding: 10px 20px 0 0;
text-align: right;
background-color: white;
}
td#col-g{
width: 180px;
border-right: 1px dashed #8e0007;
}
div#contenu{
padding-left: 0px;
}
div#ppage{
border-top: 3px solid #8e0007;
padding-top: 5px;
font-size: 10px;
color: white;
text-align: right;
background-color: #999999;
}
/* FIN POSTIONNEMENT */

/*MENU*/
div.rub-menu{
float: right;
width: 120px;
margin-left: 12px;
text-align: center;
}
div.rub-menu a{
color: white;
font-weight: bold;
text-decoration: none;
}
div.rub-menu a.selmenu{
color: #999999;
}
div.rub-menu a:hover{
color: #999999;
}
/*FIN MENU*/

/* DEBUT MISE EN FORME */
table#prg {
width: 100%;
margin: -20px 0 20px 0;
}
table#prg td{
padding: 2px 0 2px 0;
}
table#prg td.mois{
padding: 20px 15px 2px 0;
}
table#prg td.date{
padding-right: 5px;
white-space: nowrap;
}
table#prg td.spect{
background-image: url(img/p-back.gif);
background-position: bottom left;
background-repeat: repeat-x;
}
table#prg .titre{
text-transform: uppercase;
font-size: 12px;
}
.backwhite{
background-color: white;
}
.titre{
text-transform: uppercase;
font-size: 15px;
margin-bottom: 4px;
font-weight: bold;
}
.mois{
text-transform: uppercase;
font-size: 11px;
margin-bottom: 8px;
color: #8e0007;
font-weight: bold;
}
.date{
line-height: 16px;
margin-bottom: 10px;
}
.js-lien:hover{
cursor: pointer;
}
.n-wrap{
white-space: nowrap;
}
.rouge{
	color: #8e0007;
}
/* FIN MISE EN FORME */
