html { font-size: 100%; margin: 0; padding: 0; }
body { 
	font-family: "Arial", "Verdana"; 
	color: #333;
        text-align: center;
}
a {text-decoration:none;}

#body_bg{ background:#EADFD5 url('images/fond.jpg') repeat-y scroll center 0 !important; margin: 0px;}

#page {
        width: 1020px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
	background-color:#ffffff;
}

 
h1 { font-weight: bold; } 
h2 { font-weight: normal; }

.ombre {
	margin: 4px;
	-moz-box-shadow : 0px 2px 10px #999;
	-webkit-box-shadow : 0px 2px 10px #999;
	border:2px solid #fff;
}
.titretexte {
	font-weight:bold;
	font-size:16px;

}
.texte {
	margin:10px 0px 10px 10px;
	font-size:16px;

}
.citation{
	text-align:center;
	font-size:16px;
	font-style:italic;

}
.soustitre {
	color:#D70F2F;
	font-weight:bold;
	font-size:29px;
	vertical-align:bottom;
}
.titre-courant {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	background:url('images/fond-1.jpg');
	background-repeat:repeat-x;
	border:1px solid #cccccc;
	margin-left:20px;
	width:130px;
	height:42px;
	padding:10px;
}
a.titre-courant: a.link, a.titre-courant:visited, a.titre-courant:active  {text-decoration:none;}
a.titre-courant:hover {text-decoration:none;}

.titre {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	background:url('images/fond-3.jpg');
	background-repeat:repeat-x;
	border:1px solid #cccccc;
	margin-left:20px;
	width:130px;
	height:42px;
	padding:10px;
}
a.titre: a.link, a.titre:visited, a.titre:active  {text-decoration:none;}
a.titre:hover {text-decoration:none;}

.pave-flottant {
	color:#D70F2F;
	font-weight:bold;
	font-size:18px;
	border:1px solid #888888;
	padding:10px 15px 10px 15px;
	background:#ffffff;
}
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
