/* Global */

html, body {
	width: 100%;
}

body {
	background: url('../images/commun/bodyBack.gif');
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* {margin: 0px; padding: 0px;}

*/div {border: 1px solid orange}*/

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.nodisp {
    display: block;
    height: 1px;
    overflow: hidden;
	visibility: hidden;
}


a:link 		{color: #33597C; font-weight: bold; text-decoration: none;}
a:visited 	{color: #33597C; font-weight: bold; text-decoration: none;}
a:hover 	{color: #D7161F; font-weight: bold; text-decoration: underline;}
a:active 	{color: #D7161F; font-weight: bold; text-decoration: underline;}

#superconteneur {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 748px;
	border: #33597c 1px solid;
}

#header {
}

#contenu {
	background-color: #FFFFFF;
	display: block;
}

#texte {
	padding: 60px;
}

#texte H1 {
	font-size: 45px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #6D6E71;
}

#texte H1 B {
	font-weight: normal;
	color: #D7161F;
}

#texte H2 {
	background: url(../images/commun/3carres.gif) left 8px no-repeat;
	padding-left: 41px;
	font-size: 18px;
	font-weight: normal;
	color: #D7161F;
}

.lienNav {
	font-weight: bold;
	padding-top: 20px;
	text-align: right;
}

#pied {
	margin-top: 7px;
}

.copyright {
	font-size: 10px;
	color: #525A5E;
}
.copyright a:link 		{color: #525A5E; font-weight: normal; text-decoration: none;}
.copyright a:visited	{color: #525A5E; font-weight: normal; text-decoration: none;}
.copyright a:hover		{color: #525A5E; font-weight: normal; text-decoration: underline;}
.copyright a:active		{color: #525A5E; font-weight: normal; text-decoration: underline;}

/* Menu */

#menu{
	width: 748px;
}

#menu:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#menu ul{
	border-top: 1px solid #33597c;
	border-bottom: 1px solid #BBBBBB;
	width: 100%;
	background: url(../images/commun/menuFond.gif) center center repeat-x;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 12px Verdana;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	color: #7F7F7F;
	font-weight: bold;
	padding: 6px 12px 6px 7px;
	text-decoration: none;
	background: url(../images/commun/menuSeparateur.gif) center right no-repeat;
}

#menu ul li a:hover{
	color: #494949;
}

#menu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	content: "";
/*	content: " " url(../images/commun/menuFleche.gif); /*uncomment this line to use an image instead*/v
}

.menudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font: normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.menudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

.menudiv a:visited{
	font-weight: normal;
	text-decoration: none;
	color: black;
}

.menudiv a:hover{
	background-color: #F0F0F0;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

.menudiv a:active{
	text-decoration: none;
	font-weight: normal;
	color: black;
}

#ListeAg {
	margin: 10px 0;
	list-style-type: none;
	font-size: 11px;
}

#ListeAg LI {
	background: url(../images/commun/carre-rouge.gif) 0 3px no-repeat;
	padding-bottom: 5px;
}
#ListeAg STRONG {
	padding-left: 15px;
}

.icon {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 0 15px 0 0;
	line-height: 20px;
}
.pdf-file {BACKGROUND-IMAGE: url(../images/icons/pdf.gif)}
.add {BACKGROUND-IMAGE: url(../images/icons/add.gif)}