/* page */
* {
margin: 0;
padding: 0;
border: 0;
}

body {
	height: 100%;
	width: 720px;
    margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	text-align: left; 
}

#contenu {
     width: 720px;
	 padding: 20px;
	 border: 1px solid black;
	 background-color:#FFFFFF;
	 margin-bottom: 20px;
}

#footer {
     width: 720px;
	 padding: 20px;
	 border: 1px solid black;
	 background-color:#FFFFFF;
	 font-size: 10px;
	 text-align:center;
	 margin-bottom: 20px;
}
	
#anim {
margin-top: 10px;
margin-bottom: 20px;
}

.ligne {
	clear:both;
	width: 100%;
	border-top: dashed;
	border-top-color:#000000;
	border-width: 1px;
	margin-top:20px;
	margin-bottom: 30px;
}

.box_droite {
	float:right;
	margin: 0px 0px 10px 20px;
}
.box_gauche {
	float:left;
	margin: 0px 20px 10px 0px;
}

.border{
	border-style: solid;
	border-color:#000000;
	border-width: 1px;
	}

/* menu */
#menu {
	font-size:10px;
	margin: 10px 0 0px 0;
	text-align:center;
	}

#menu li {
	display:inline;
	list-style:none;
	margin: 0 10px 0 10px;
}	

#menu li a {
}

#menu li a:hover {
}

/* éléments standard */

ul, li {
list-style-type: square;
margin:0 0 0 0;
padding:0 0 15px 20px;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:hover {	
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
  
h1 {
	font-size: 50px;
	padding-bottom: 50px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FE000B;
	padding-bottom: 13px;
	line-height: 13px;
}

p {
	font-weight: normal;
	padding-bottom: 12px;
}


/* texte */

.signature {
	text-align:right;
	font-size:9px;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.petit {
	font-size:9px;
}

.italic {
	font-style: italic;
}

.bold_footer {
	font-size:9px;
	font-weight: bold;
	color: #FE000B;
	}

