/* CSS Document */

body {
	margin:0px;
	padding:0px;
	}

html {
	margin:0px;
	padding:0px;
	background: #ffffff url('../images/bg_main.gif') no-repeat scroll top left; 
	font-family: Georgia, Times, "Times New Roman", Serif; 
	height:100%;
	font-size: 70%;
	font-weight:bold;
	color:#161616;
	}

a {color:#7C0000; text-decoration:none;}
a:hover {text-decoration:underline;}


h1 {font-size:130%; color:#7c0000;}
h2 {font-size:120%; color:#7c0000;}
h3 {font-size:110%; color:#7c0000;}
h4 {font-size:100%; color:#7c0000; font-weight:normal;}
h5 {font-size:90%; color:#7c0000; font-weight:normal;}
h6 {font-size:80%; color:#7c0000; font-weight:normal;}

table {padding:2px; color:#161616; font-weight:bold; width:505px;}
td {font-size: 70%; font-weight:bold; color:#161616; height:120px;}
td p {display:inline; background-color:white;}


strong {text-transform:uppercase;}

#bgtop {
	background: transparent url('../backgrounds/bg_top.gif') no-repeat scroll top left; 
	height:48px;
	}

#bgmilieu {
	margin-left:60px;
	padding-bottom:180px;
	padding-right:80px;
	}

#zonetexte {
width:380px;
}


/* pour avoir un fond blanc sur les textes  */
.bgwhite {background-color:white; text-decoration:none;}
.important {color:#d4251e;}
#soumission {width:560px; padding:10px; color:#333333; background-color:#f5f5f5; border:1px solid #999999;} /* 560 */

#contenant {
	width: 900px;
	margin-left: 38px;
	margin-top:144px;
	padding:0px;
	text-align:left;
	}

#contenu {
	margin-left:163px;
	background: transparent url('../backgrounds/bg_milieu.jpg') repeat-y scroll bottom left;
	}

#colgauche {
	font-size:100%;
	font-weight: bold;
	float:left;
	padding: 0px;
	margin: 0px;
	}

/* Menu en liste */	
#colgauche ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}

#colgauche ul li {
	margin: 0px;
	padding: 0px;
	}

#colgauche ul li a {
	display: block;
	padding:0px 0px 7px 11px;
	text-decoration: none;
	color: #000000;
	width:150px;
	background-image:url(../images/st_boutons.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	}

#colgauche ul li a:hover {
	color:#d4251e;
	background-image:url(../images/st_boutons_on.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	}

.printonly {display:none;}
