/* CSS Document */

/* hide from ie on mac \*/
* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	background:url(../images/background.png) top left repeat-x #FFFFFF;
	color: #000000;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

#divContainer {
	position:relative;
	width:1008px;
	height:672px;
	margin:auto;
}

/* Popup */
	#Conteneur{
	}
	
	#ZoneContenu{
		margin: 70px 20px 20px 20px;
	}
/* fin popup*/

#divContent {
	width: 982px;
	height: 618px;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	color:#005CA7;
}

a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin: 10px 20px 10px 10px;
	color:#D64C82;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: 20px 20px 10px 20px;
	color:#D64C82;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 10px 20px 10px 30px;
}

p {
	text-align: justify;
	margin: 5px 20px 10px 30px;
}

ol {
	margin: 5px 20px 10px 30px;
	padding: 0 0 0 0;
}

ul {
	margin: 5px 20px 10px 30px;
	padding: 0 0 0 0;
}

li {
	text-align:left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0 0 0 0;
}

ul.nav{
	list-style:none;
	margin:70px 0 20px 20px;
	font-size:14px;
}

li.nav{
	margin:0 0 5px 0;
}

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

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#divAlternate {
	position: absolute;
	width: 1008px;        /* selon la largeur voulue */
	height: 672px;       /* selon la taille du contenu */
	/*overflow:auto;*/
}
