/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	background-image: url(../images/fond.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#divContainer {
	padding: 0 0 0 0;
	position: absolute;
	width: 950px;        /* selon la largeur voulue */
	margin-left: -475px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 600px;       /* selon la taille du contenu */
	margin-top: 50;  	 /* moitie de height */
	/*top: 50%;          /* constant, toujours 50% */
}

#divPopContainer {
	padding: 0 0 0 0;
	position: absolute;
	width: 370px;        /* selon la largeur voulue */
	margin-left: -185px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 486px;       /* selon la taille du contenu */
	margin-top: -243px;  /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
}

#divContent {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #0089D2;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#divContent .center {
	text-align: center;
}

#divContent .nav {
	color: #FFFFFF;
}

#divContent .note {
	text-align: right;
	font-size: 10px;
}

#divContent .nav a:link, #divContent .nav a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#divContent a:link, #divContent a:visited {
	color: #F0F000;
	text-decoration: underline;
}

#divContent a:hover, #divContent a:active {
	color: #F0F000;
	text-decoration: none;
}

#divContent h1 {
	color: #F0F000;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0 0 0 0;
	line-height: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#divContent h2 {
	color: #F0F000;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0 0 0 0;
	line-height: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#divContent p {
	color: #FFFFFF;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 0 0 0 0;
	line-height: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#divContent ul {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

#divContent ul ul {
	margin-left: 0px;
	margin-right: 0px;
}

#divContent li{
	color: #FFFFFF;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: normal;
	margin-left: 17px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0 0 0 0;
	line-height: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#divContent .popframe {
	border:solid 7px #FFFFFF;
	width: 356;
	height: 472;
}

* html #divContent .popframe {
	width: 370;
	height: 486;
}