/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	background-color: #FFFFFF;
	top:0px;
	margin-top:0px;
	padding-top:0px;
}

div#conteneurPrincipal{
	width:1000px;
	height:auto;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	border: medium double #000099;
	float:left;
	background-image:url(../Images/Bandeau/BANDEAU_vertical.jpg);
	background-repeat: repeat-y;
	background-position: 0px 143px;
}

div#conteneurBandeau {
	width: 1000px;
	background-image:url(../Images/Bandeau/BANDEAU_vert2.jpg);
	height: 130px;
	float:left;
	font-style: italic;
}


#titre1{
	width:850px;
	height:30px;
	font-size: 40px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	float:right;
	padding:0px;
	margin:0px;
}

ul#menuHorizontal{
	width:830px;
	font-size: 22px;
	float:right;
	padding:10px;
	margin:30px;
}

ul#menuHorizontal li{
	display:inline;
	width:170px;
	margin-left:10px;
	margin-right:10px;
}

ul#menuHorizontal li a:link, ul#menuHorizontal li a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
}

ul#menuHorizontal li a:hover{
	color: #990000;
	text-decoration: underline;
}

#titre2{
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	text-align: center;
	width: 800px;
	height:75px;
	float:left;	
}
#titrePage{
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
	width: 760px;
	height:75px;
	float:left;

}

div#conteneurMenuGauche{
	/*background-image:url(../Images/Bandeau/BANDEAU_vertical.jpg);*/
	height: auto;
	width: 170px;
	float:left;
	margin-bottom:10px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	background-repeat: no-repeat;
}



div#conteneurMenuGauche a:link, a:visited{
	color: #000000;
	text-decoration: none;
	width:inherit;
	font-size: 20px;
	font-weight: bold;
}

div#conteneurMenuGauche a:hover{
	color: #990000;
	text-decoration: underline;	
}

ul#actionsSousMenu{
	font-size: 12px;
	font-style: italic;
	text-align: left;
	padding-left:20px;

}
ul#actionsSousMenu li a:link, ul#actionsSousMenu li a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
}

ul#actionsSousMenu li a:hover{
	color: #990000;
	text-decoration: none;
}

div#conteneurDroite {
	height: auto;
	width: 810px;
	float:left;
	margin:0px;
	text-align:center;
}

div#cadreGeneral{
	width:770px;
	height:auto;
	text-align:left;
	margin-left : 15px;
	margin-top:20px;
	padding:0px;
	font-size: 16px;
	border: thin solid #006699;
	float:left;
}
div#copyright{
	width:300px;
	height:auto;
	text-align:center;
	margin-left :255px;
	margin-top:20px;
	font-size: 14px;
	float:left;
}

a, a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
}

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

