/* CSS Document */

.colorRubrique
{
background-color:white;
}

#contenu
{
background-color:white;
}

#menuSecondaire	
{
margin:0px;
padding:0px;
background-color:white;
}

.menuSecondaire
{
background-color:white;
}

div#texte
{
margin-left:50px;
text-align:center;
}

P#txt-intro {
	font-size: 16px;
	font-weight: normal;
	color: #282828;
}

#txt-introL {
	font-weight: 900;
}

P#txt-accroche
{
font-size: 13px;
font-weight: bold;
color:#666666;
}

#news
{
z-index:1;
position:absolute;
top:220px;
left:130px;
width:167px;
height:160px;
background-color:white;
border-style: dashed;
border-color:red;
border-width:4px;
padding-top:5px;
padding-bottom:5px;
}

