/*mise en place du site*/
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: Black;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
z-index: 1;
}

img {
	border: none;
}
#corpus {
	float: left;
	width: 800px;
	height: 600px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}
a {
	color: black;
	text-decoration: none;
}
a.hover {
	color: #b70b09;
	text-decoration: none;
}
p.centrer {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*FIN mise en place du site*/

/* menu du haut */
ul.menutop {
	clear: left;
	width: 800px;
	height: 24px;
	background-color: White;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
	
}
li.menutopitem {
	width: auto;
	float: left;
	background-image: url(../images/menu/angle_menu_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2;
	list-style: none;
	
	
}
a.menu {
	font-size: 15px;
	font-weight: lighter;	
	color: black;
	text-align: center;
	text-decoration: none;
	margin: 0px 27px 0px 26px;
	padding: 0px 0px 0px 0px;
}
a.menu:hover {
	font-size: 15px;
	font-weight: normal;	
	color: #b70b09;
	text-align: center;
	margin: 0px 27px 0px 26px;
	padding: 0px 0px 0px 0px;
}
/* FIN menu du haut */

/* gestion de la partie contenu de la page */

#contenu {
	float: left;
	width: 570px;
	min-height: 430px;
	margin: 15px 10px 20px 0px;
	padding: 0px 0px 0px 0px;
}
p.contenu {
	padding: 0px 0px 0px 0px;
	margin: 10px 15px 0px 15px;
	text-indent: 35px;
	text-align: justify;
}
h1.titrecontenu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #b70b09;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 5px;      
	padding: 0px 0px 0px 0px;
}
h2.titrecontenu2 {
	text-align:left;
	font-size: 40px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #e0e0e0;
	margin: -10px 0px 0px 5px;      
	padding: 0px 0px 0px 0px;
}
h3.titrecontenu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;      
	padding: 0px 0px 0px 15px;
	background-image: url(../images/menuleft/picto_liste.gif);
	background-repeat: no-repeat;
	background-position: left;
}
h3.titrecontenu4 {
	text-align: right;
	color: #e0e0e0;
	font-size: 45px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	bottom: 0px;
	margin: 0px 15px 0px 0px;      
	padding: 0px 0px 0px 0px;
}
/* FIN gestion de la partie contenu de la page *
/* gestion des formulaires*/
form {
	width: 300px;
	margin: 50px 0px 5px 100px;
	padding: 0px 0px 0px 0px;
}
label {
	font-size: 12px;
	font-weight: bold;
}
p.form {
	width: 150px;
	margin: 10px 0px 0px 50px;
	padding: 0px 0px 0px 0px;	
}
p.formlogin {
	text-align: center;
	margin: 10px 0px 0px -60px;
	padding: 0px 0px 0px 0px;	
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #b70b09;
	color: White;
	margin-left: 195px;
}
.text {
	margin: 0px 0px 0px 25px;
}
/* FIN gestion des formulaires*/
/* gestion tableau*/
table.listeadherent {
	width: 370px;
	margin: 0px auto 0px auto;
	border: 2px;
	border-style: solid;
	border-color:black;
}
tr.premiereligne {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b70b09;
}
tr.lignesuivante {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	color: black;
}
td.listeadherentid {
	width: 70px;
	border: 1px;
	border-style: solid;
}
td.listeadherentemail {
	width: 200px;
	border: 1px;
	border-style: solid;
}
td.listeadherentdate {
	width: 90px;
	border: 1px;
	border-style: solid;
}
table.dwlddocument {
	width: 470px;
	margin: 0px auto 0px auto;
	border: 2px;
	border-style: solid;
	border-color: black;
}
td.compterendu {
	width: 200px;
	border: 1px;
	border-style: solid;
	border-color: #b70b09;
}
td.fichier {
	text-align: center;
	width: 90px;
	border: 1px;
	border-style: solid;
	border-color: black;
}

/* FIN gestion tableau*/
