/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

body{
	background-image:  url("../images/fond.jpg");
	background-position: center left;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.fond01{
	background-image:  url("../images/fond_01.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.fond02{
	background-image:  url("../images/fond_02.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.fond03{
	background-image:  url("../images/fond_03.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#divContainer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FEEDD3;
	width: 964px;        /* selon la largeur voulue */
	height: 505px;       /* selon la taille du contenu */
}

#divPopContainer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FEEDD3;
	position: absolute;
	width: 370px;        /* selon la largeur voulue */
	margin-left: -185px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 560px;       /* selon la taille du contenu */
	margin-top: -280px;  /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
}

#divContent {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/*border: #FFFFFF 7px solid; */
}

#divContent .center {
	text-align: center;
}

#divContent .note {
	text-align: right;
	font-size: 10px;
}

#divContent .nav {
	color: #78686E;
}

#divContent .nav a:link, #divContent .nav a:visited {
	color: #78686E;
	text-decoration: underline;
}

#divContent a:link, #divContent a:visited {
	color: #510D30;
	text-decoration: underline;
}

#divContent a:hover, #divContent a:active {
	color: #510D30;
	text-decoration: none;
}

#divContent h1 {
	color: #A82D3F;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	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: 15pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#divContent h2 {
	color: #A82D3F;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0 0 0 0;
	line-height: 12pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#divContent p {
	color: #78686E;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 0 0 0 0;
	line-height: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#divContent ol {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

#divContent ul {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

#divContent li{
	color: #78686E;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: normal;
	margin-left: 20px;
	margin-right: 20px;
	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 2px #510D30;
	width: 366px;
	height: 556px;
}

* html #divContent .popframe {
	width: 370px;
	height: 560px;
}

/* Pour mentions légales */
p {
	color: #A82D3F;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:top;
	min-height:1px;
	font-weight: normal;
	text-align: center;
	padding: 0 0 0 0;
	marging: 0 0 0 0;
}

a:link, a:visited {
	color: #A82D3F;
	text-decoration: underline;
}

a:hover, a:active {
	color: #A82D3F;
	text-decoration: none;
}