body {
	/* Style */
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	color: black;
	font-weight: bold;
	font-style: italic;
	/* Fond */
	background: #E4E4FF;
	/* Position / dimension */
	padding-top: 15px;
	padding-bottom: 15px;
}


/* Global */
#Global {
	/* Style */
	color: #4545A0;
	/* Fond */
	background: #FFFFFF;
	/* Position / dimension */
	width: 92%;
	overflow: hidden; 
	min-height: 400px;
	min-width: 765px;
	max-width: 1100px; 
	margin-left: auto;
	margin-right: auto; 
	/* Aspect */
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	/* behavior: url(CSS3/PIE.htc);*/
	-webkit-box-shadow: #030303 0px 0px 25px;
	-moz-box-shadow: #030303 0px 0px 25px;
	box-shadow: #030303 0px 0px 25px;
	behavior: url(CSS3/PIE.htc);

}

#Entete {
	/* Style */
	color: #4545A0;
	/* Fond */
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../images/FondDessus.jpg);
	/* Position / dimension */
	position: relative;
	top: 0px;
	width: 100%;
	height: 280px;
	/*padding: 0 0 0 0;*/
	/* Aspect */
	-moz-border-radius:25px 25px 0 0;
	-webkit-border-radius:25px 25px 0 0;
	border-radius:25px 25px 0 0;
	behavior: url(CSS3/PIE.htc);
}

#TopFrise {
	/* Style */
	color: #4545A0;
	/* Fond */
	background: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/logo300x136.jpg);
	/* Position / dimension */
	position: relative;
	top: 110px;
	width: 100%;
	height: 110px;
	padding: 0 0 0 0;
	/* Aspect */
}

#BaseLine {
	/* Position / dimension */
	position: relative;
	/*width: 100%;
	height: 90%;*/
	padding: 10px 30px 10px 310px;
}

#BaseLine h1{
	/* Style */
	color: #4545A0;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	/* Fond */
	/* Aspect */
}

#Contenant {
	/* Style */
	color: #0;
	/* Fond */
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-image: url(../images/FondCoteGauche.jpg);
	/* Position / dimension */
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0 50px 0;
	/* Aspect */
	-moz-border-radius: 0 0 25px 25px;
	-webkit-border-radius: 0 0 25px 25px;
	border-radius: 0 0 25px 25px;
	behavior: url(CSS3/PIE.htc);
}

#Menu1 {
	/* Style */
	color: #FFFFFF;
	font-size: 0.85em;/*.12em;*/
	font-weight: bold;
	/* Fond */
	background: #4545A0;
	/* Position / dimension */
	position: relative;
	margin-left: 30px;
	margin-top: 18px;
	float: left;
	width: 135px;
	height: Auto;
	padding: 6px;
	/* Aspect */
	border: 3px solid #4545A0;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	behavior: url(CSS3/PIE.htc);
	-webkit-box-shadow: #4545A0 0px 0px 45px;
	-moz-box-shadow: #4545A0 0px 0px 45px;
	box-shadow: #4545A0 0px 0px 45px;
	behavior: url(CSS3/PIE.htc);
}

#Menu1 ul {
/* Style */

/* Positin */
	margin: 0;
	padding: 5px 5px;
	list-style: none;
}

#Menu1 a {
/* Style */
	color: #FFFFFF;
/* Positin */
	display: block;
	height: 1%; 
	padding: 6px 6px 6px 8px;
	line-height: 1.5;
	font-size: 0.9em; /*14px;*/
	text-decoration: none;
}
#Menu1 a:hover, #Menu1 a:focus {
	color: #4545A0;
	background: #FFFFFF;
}

#Contenu {
	/* Style */
	color: #000000;
	font-size: 1em; /*14px;*/
	line-height: 1.25; 
	/* Fond */
	background: #FFFFFF;
	/* Position / dimension */
	position: relative;
	top: 18px;
	margin-left: 180px;
	margin-right: 50px;
	height: auto;
	min-height: 250px;
	padding: 2px 6px 4px 6px;
	/* Aspect */
	overflow: hidden; 
	border: 3px solid #4545A0;
	-moz-border-radius: 0 20px 20px 20px;
	-webkit-border-radius: 0 20px 20px 20px;
	border-radius: 0 20px 20px 20px;
	/* behavior: url(CSS3/PIE.htc);*/
	-webkit-box-shadow: #4545A0 0px 0px 45px;
	-moz-box-shadow: #4545A0 0px 0px 45px;
	box-shadow: #4545A0 0px 0px 45px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#909090));
    background: -webkit-linear-gradient(#FFFFFF, #909090);
    background: -moz-linear-gradient(#FFFFFF, #909090);
    background: -ms-linear-gradient(#FFFFFF, #909090);
    background: -o-linear-gradient(#FFFFFF, #909090);
    -pie-background: linear-gradient(#FFFFFF, #909090);
	behavior: url(CSS3/PIE.htc);
}
#Contenu a {
/* Style */
	color:#990000;
/* Positin */
	text-decoration: none;
}
#Contenu a:hover, #Contenu a:focus {
	color: #E9B125;
	text-decoration: underline;
}
#Contenu h1 {
/* Style */
	color: #000099;
	font-size: 1.33em; /*18px;*/
	text-align: center;
	text-decoration: none;
/* Positin */
	padding: 14px 8px 9px 8px;
}
#Contenu h2 {
/* Style */
	color: #000099;
	font-size: 1.25em; /*16px;*/
	text-align: center;
	text-decoration: none;
/* Positin */
	padding: 0px 8px 0px 8px;
}
#Contenu h3 {
/* Style */
	color: #000099;
	font-size: 1.25em; /*16px;*/
	text-decoration: none;
/* Positin */
	padding: 2px 8px 2px 0px;
	margin-left: 15px
}
#Contenu h4 {
/* Style */
	color: #0;
	font-size: 0.85em;
	text-decoration: none;
	line-height: 1.25; 
/* Positin */
	padding: 0px;
	margin-left: 35px;
	margin-right: 15px;
}
#Contenu h5 {
/* Style */
	color: #000099;
	font-size: 1.00em; /*16px;*/
	text-decoration: none;
/* Positin */
	padding: 2px 8px 2px 0px;
	margin-left: 28px
}
#Contenu p {
/* Style */
	color: #000000;
	font-size: 0.85em;
	line-height: 1.25; 
/* Positin */
	margin-left: 15px;
	margin-right: 15px;
}
#Contenu span {
/* Style */
	color: #4545A0;
	line-height: 1.3; 
	font-size: 1.0em;
	font-family: Verdana, "Bitstream Vera Serif", Norasi, serif;
	font-weight: bold;
	font-style: italic;
/* Positin */
}
#Contenu p span {
/* Style */
	color: #4545A0;
	line-height: 1.25; 
	font-size: 1.0em;
	font-family: Verdana, "Bitstream Vera Serif", Norasi, serif;
	font-weight: bold;
	font-style: italic;
/* Positin */
}

#Contenu ul {
	list-style:inside;
	font-size: 0.85em;
}
#Contenu ul li{
/* Style */

/* Positin */
	line-height: 1.5;
}

#Contenu ul li span{
/* Style */
	color: #4545A0;
	font-size: 1.0em;
	font-family: Verdana, "Bitstream Vera Serif", Norasi, serif;
	font-weight: bold;
	font-style: italic;
/* Positin */
	line-height: 1.5;
}

#Mention {
/* Style */
	color: #000099;
	font-size: 0.7em; /*10px;*/
	text-align: center;
	text-decoration: none;
/* Positin */
	padding: 6px 8px 6px 8px;
	bottom: 4px;
}
#Mention a {
/* Style */
	color:#990000;
/* Positin */
	text-decoration: none;
}
#Mention a:hover, #Mention a:focus {
	color: #E9B125;
	text-decoration: underline;
}
