/* STYLE SHEET FOR index.html - version anglaise*/



html, body {
	margin: 0px;			/* marges hautes à 0px*/
	padding: 0px;			/* padding à 0 pour Opera */
	font-family: Arial;
	background: #FDEDEF;		/*fond rose*/
	color: #666666;			/*texte gris*/
	font-size: 14px;
	} 




div#header {				/*titre du site*/
	height: 110px;
	background: #FDEDEF url(../index/Graphics/SparklyFeeRieBanner.png) no-repeat;   /*fond blanc + photo*/
	border: 0px;
	padding: 0px;
	margin-top: 10px;		/* margin-top & margin-bottom pour enlever les blancs en haut et en bas du titre */
	margin-bottom: 0px;	
	}
div#header img {
	border: 0px;
	margin: 0 0 0 0px;
	padding: 0px;
	}





div#center {				/*Colonnes gauche + droite*/
	padding-bottom: 30px;		/*pour eviter la superposition du pied de page et du contenu.*/
	overflow: auto;
	}




div#sidebar {				/*colonne de gauche*/
	float: left;
	width: 230px;	
	padding: 0 10px 0 10px;
	}




ul#menu	{				/*menu de navigation*/
	margin: 10px 0px 10px 10px;
	padding: 0;
	list-style-type: none;	
	}
ul#menu li a {
	text-decoration: none;		/*pour enlever les puces*/
	color: #666666;			/*gris */
	display: block;			/*pour que toute la ligne soit sensible au passage de la souris*/
	height: 30px;
	background: url(Graphics/RoseLight.png) no-repeat;	/*pompon-gris-30x30.jpg*/
	line-height: 30px;
	padding-left: 35px;
	}
ul#menu li a:hover {
   	text-decoration: none;
	color: #333333;			/*gris foncé*/
	background: url(Graphics/RoseDark.png) no-repeat;
	}







div#content {				/*colonne de droite*/
	float: left;
	width: 650px;
	position: relative;
	overflow: hidden;
	padding: 0px 20px 0 10px;
	}
div#content h1 {			/* mise en forme du titre de page */
	font-family: Garamond, "Times New Roman";
	font-size: 28px;
	border-bottom: 1px solid #999999; 
	}
div#content h2 {			/*sous-titre de page*/
	font-family: Garamond, "Times New Roman";
	line-height: 55px;
	font-size: 22px;
	text-indent: 55px;
	background: url(Graphics/Sparkle.png) no-repeat left bottom;	
	}
div#content h3 {			/*sous-titre de home page*/
	font-family: Garamond, "Times New Roman";
	line-height: 30px;
	font-size: 20px;
	border-bottom: 1px solid #999999; 
	margin: 0px;
	}
div#content p {				/*texte de page*/
	text-align: justify;
	line-height: 25px;	
	}
div#content blockquote {
	text-align: center;
	}
div#content a {				/*liens internes au contenu*/
	color: #CC6699;			/*fushia*/
	text-decoration: none;
	}
div#content a:hover {
 	color: #FF99FF;   		/*rose*/
	text-decoration: underline;
	}
div#content td, tr {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	vertical-align: top;
	}
ul#items1, items2 {
	list-style-type: disc;
	padding-left: 10px;
	}



div#listYes {
	list-style-image: url(Graphics/tick.jpg);
	list-style-position: inside;
	}
div#listNo {
	list-style-image: url(Graphics/cross.jpg);
	list-style-position: inside;
	}






div#footer {				/*pied de page*/
	height: 100px;
	width: 100%;
	background: #FDEDEF url(Graphics/SparklyFeeRieFooter.png) no-repeat;   /*fond blanc + photo*/
	text-align: right;
	color: #666666;
	padding: 0;
	}
div#footer p {
	font-family: Garamond, "Times New Roman";
	font-size: 22px;
	margin-top: 30px;
	line-height: 1.5em;
	margin-bottom: 0;
	padding: 10px 10px 0 0;
	}
div#footer a {
	font-size: 20px;
	}


.SpecialOffer {
	font-family: Garamond, "Times New Roman";
	font-size: 26px;
	font-weight: bolder;
	font-style: italic;
	color: #FF3399;
	text-align: center;
	}



a 	{				/*liens de la colonne de gauche (autre que le menu)*/
	text-decoration: none;
   	color: #666666;	
   	}
a:hover	{
   	text-decoration: underline;
	color: #333333;
   	}
code	{
	font-size: 12px;
	color: black;
	}

table	{
	border-collapse: collapse;
	}
	

.Sommaire{
	padding: 0;
	margin: 0;
	text-align: center;
	}



.Entete{
	padding: 0;
	margin: 0;
	width: 100%;
	}


span {
	font-family: Garamond, "Times New Roman";
	font-size: 22px;
	font-weight: bolder;

	}
img {
	border: 0px;
	}
