@charset "UTF-8";
/* CSS Document */

body {
    font:100% Verdana, Arial, Helvetica, sans-serif;
    background:url('../images/bg.gif') repeat fixed;
    margin:0;
    padding:0;
}

h1 {
	border-left:solid 4px #ffffff;
	border-bottom:solid 1px #ffffff;
	padding:0 0 4px 6px;
	width:555px;
    font-size:11px;
}

p {
	margin:20px 15px 20px 0;
	text-align:center;
}

.legende {
	font-stretch:wider;
}

img {
	display:block;
	margin: 0 auto;
}

.print{
	font-size:12px;
	color:#f8b333;
	font-weight:bold;
}

.titre{
	font-size:9px;
	font-weight:bold;
}

p.erreur{
	font-size:9px;
	color:red;
	text-align:center;
} 

#top {
	display:block;
    width :100%;
	height:25px;
	padding:10px 0 5px;
	margin:0 auto 20px 0;
    background:#000000;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}

#conteneur {
	display:block;
    width:580px;
	margin: 0 auto 20px;
	padding:0 15px 0 0;
    background:rgba(0,0,0,0.5);
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-border-radius:15px;
}

#entete {
	display:block;
    width :100%;
	height:74px;
	margin: 0 auto;
	color:#ffffff;
}

#logo {
	float:left;
	background:url(../images/logo-print.png) no-repeat;
	width:150px;
	height:74px;
	margin:5px 0 10px 10px;
}

.activite {
	float:right;
	color:#ffffff;
	text-align:right;
	line-height:160%;
	font-size:10px;
	width:249px;
	margin-top:10px;
	padding-bottom:18px;
	list-style-type:none;
	border-bottom:1px #ffffff dotted;
}

#menu {
	display:block;
	margin: 0 auto;
	color:#ffffff;
	width:100%;
	text-align:right;
	font-size:10px;
	line-height:150%;
}

#menu ul {
	padding-top: 0px;
	font-weight:bold;
	list-style-type:none;
}

#menu a {
	color:#f8b333;
	margin:0;
	text-decoration:none;	
}

#menu a:hover {
	color:#ffffff;
	text-decoration:none;	
}

#contenu {
	display:block;
    width :100%;
	margin: 0 auto;
	color:#ffffff;
	text-align:justify;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:0px 0px 0px 15px;
	margin:10px 0 10px 0;
}

.mail {
	color:#f8b333;
}


#pied {
	display:block;
    width :100%;
	margin: 30px auto 0 0;
	color:#f8b333;
	text-align:justify;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	line-height:15px;
	padding:0px 0px 10px 15px;
}
