/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/  

body { 
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color:#EBF5FF;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#78AAFF;
	scrollbar-darkshadow-Color:#78AAFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 80%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

h2{
	font-size: 114%;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 100%;
	color: #334d55;
	border-bottom-width: .5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: square;
	margin: 0em 0em 10px 1.2em;
	padding: 0em;
}

ul ul{
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

ul ul ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 750px;
	background-image: url(Images/bande-bleueonglet.png);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#navBar{
	visibility: visible;
	background-repeat: repeat;
}

#navBar h3{
	font-size: 100%;
	color: #334d55;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(Images/glbnav_background.gif);
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#content{
	float:right;
	margin: 0;
	padding: 0;
	left: 160px;
	width: 589px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
	visibility: visible;
	z-index: 6;
	position: absolute;
	height: 667px;
}

#content h2{
font-size: 100%;
 color: #006699;
 }
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 82px;
	white-space: nowrap;
	background-color: #eeeeee;
	margin-left: 0px;
	background-image: url(Images/glbnav_background.gif);
	height: 21px;
	margin-bottom: 1px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding: 0px 0px 0px 160px;
	width: 590px;
	margin: 0px;
}

#breadCrumb h2{
	font-size: 140%;
	margin: 0px;
	padding: 0px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	font-size: 80%;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	clip:  rect(0px 0px 0px 0px);
}

.story p{
	padding: 10px 0px;
}
.story h2 {
	font-size: 105%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #cccccc;
	background-color: #eeeeee;
	visibility: visible;
	z-index: 7;
	background-image: url(Images/glbnav_background3.png);
	padding: 10px;
	margin: 0px;
	border: 1px solid #cccccc;
	height: 17px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	display:none
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #eeeeee;
	height: 1px;
	position: static;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 0px;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #D4D0C8;
	padding: 2px 0px 2px 10px;
	background-image: url(Images/glblnav_selected.gif);
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 140px;
	height: 300px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/************** #advert styles **************/

#advert{
	display:none
}

#advert img{
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	visibility: visible;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.input {
	border: 1px solid #006699;
}
#globalNav a:hover {
	background-image: url(Images/glblnav_selected.gif);
}
#advert a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-style: normal;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
#advert a:hover {
	background-image: url(Images/glblnav_selected.gif);
	color: #000000;
}
.highlight {
	background-color: #FFFF00;
}
#Compteur {
	width: 50px;
	padding-top: 3px;
	border: 1px solid #006699;
	visibility: hidden;
}
.menu {
	color: #006699;
	list-style-position: outside;
}
.textarea {
	border: 1px solid #006699;
}
.label {
	display: list-item;
	color: #FF0000;
	clip:   rect(auto auto auto auto);
	vertical-align: top;
	text-align: left;
}
.input1 {
	border: 1px solid #006699;
	margin-left: 5px;
	display: inline;
}
.button1 {
	border: 1px solid #006699;
	height: 20px;
	width: 30px;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clip:       rect(0px 0px 0px 0px);
	height: 20px;
	width: 25px;
	border: 1px solid #006699;
}
#content2 {
	float:right;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 589px;
	height: 667px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
	visibility: visible;
	z-index: 6;
	left: 160px;
	overflow: auto;
}
#td {
	margin: 0px;
	padding: 0px;
}
.form {
	margin: 0px;
	padding: 0px;
	width: 150px;
	top: 1px;
	right: 7px;
	position: relative;
}
#Logo {
	height: 60px;
	width: 60px;
	display: inline;
	background-image: url(Images/Logo%2060x60.png);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clip:   rect(0px 0px 0px 0px);
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
#Bande {
	color: #CCCCCC;
	height: 60px;
	width: 460px;
	display: inline;
}
.TableNavHaut {
	display:none
}
.TableTitre {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.TableCorp {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
	margin: 0mm;
	width: 588px;
}
.TablePied {
	display:none
}
.TableMasterhead {
	height: 60px;
	margin-top: 2px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	width: 588px;
}
#ImageBoutique {
	width: 125px;
	z-index: 99;
	visibility: visible;
	margin-top: 125px;
	margin-left: 13px;
	background-repeat: no-repeat;
	height: 143px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.BarNav {
	display:none
}
.searchheading {
	font-weight: bold;
	font-size: 130%;
	font-style: italic;
}
.description {
	color: #008000;
}
.infoline {
	font-size: 80%;
	color: #993366;
}
.storyMP {
	font-size: 90%;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.storyMP p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
.storyMP h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.storyMP h2 {
	font-size: 105%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px;
}
.storyMP h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}
.storyMP h4 {
	font-size: 105%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.storyMP h5 {
	padding: 10px 0px 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	margin: 0px;
}
.storyMP h6 {
	padding: 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
	color: #006699;
}
.storyMP li {
	color: #006699;
	margin: 0px;
	list-style-type: circle;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:  rect(0px 0px 0px 0px);
	padding: 0px;
}
#storyMP img {
	margin: 0px;
}
.storyMP p p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.storyMP p p p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#ImageBoutique2 {
	width: 125px;
	z-index: 99;
	visibility: visible;
	margin-top: 20px;
	margin-left: 13px;
	background-repeat: no-repeat;
	height: 143px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#Puzzle {
	height: 347px;
	width: 350px;
	visibility: visible;
	margin-left: 19px;
}
#Layer1 {
	background-repeat: no-repeat;
	height: 150px;
	width: 200px;
	visibility: visible;
	position: static;
	top: 245px;
	left: 399px;
}
#Layer50 {
	background-repeat: no-repeat;
	height: 150px;
	width: 200px;
}
.markerimage {
	cursor: hand;
}
.menu {
	margin: 0px;
	padding: 0px;
}
#breadCrumb2 {
	font-size: 90%;
	padding: 4px 0px 0px;
}
#breadCrumb2 h2 {
	font-size: 140%;
}
.storyMPP h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}
.storyMPP h4 {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 80%;
}
.button2 {
	border: 1px solid #006699;
	height: 20px;
	width: 60px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: normal;
	color: #000066;
	background-color: #FFFFFF;
}
.input3 {
	border: 1px solid #006699;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:   rect(0px 0px 0px 0px);
	width: 290px;
}
.input4 {
	border: 1px solid #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}
.input5 {
	border: 1px solid #006699;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	width: 290px;
}
.input30 {
	border: 1px solid #006699;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:    rect(0px 0px 0px 0px);
}
.BarNav2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	background-color: #e2e6e7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.toto {

	background-color: #FFFFCC;
}
.toto p {
	padding: 5px 0px;
	display: Aucune;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 600;
	color: #FF0000;
	border-bottom: 1px solid #CCC;
}
.Formulaire h1 {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #FF0000;
}
.form2 {
	margin: 0px;
	padding: 0px;
	
	width: 588px;
}
.storyZ h1 {

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}
.storyZ h3 {

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}
.storyZ h6 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.storyZ h5 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
}
.select {
	border: 1px solid #006699;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000099;
}
.storyZ h2 {
	font-size: 105%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px;
	text-decoration: underline;
}
.storyZ h4 {
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px;
	color: #333333;
}
.storyZZ h2 {
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 0px;
	color: #333333;
}
.storyZZ h1 {

	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px;
	color: #333333;
}
.form3 {
	margin: 0px;
	padding: 0px;
	width: 95px;
	top: 1px;
	position: relative;
	bottom: 1px;
	left: 5px;
}
#Newsletter {
	position: relative;
	width: 120px;
	left: 4px;
	top: 281px;
}
.input6 {
	border: 1px solid #006699;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #0033CC;
	width: 85px;
}
.BarNav3 {
	display:none
}
.buttonBoutique {
	height: 17px;
	width: 17px;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Images/BoutonNewsletter.png);
	background-repeat: repeat;
	border: 0.1px solid #4D4D4D;
	margin: 0px;
	padding: 0px;
	top: 0px;
	position: relative;
	background-color: #484848;
	left: 2px;
	cursor: hand;
}
.storyZZZ h1 {
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px;
	color: #333333;
}
.storyZZZ h2 {
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px;
	color: #333333;
}
.input100 {
	background-color: #eeeeee;
}
.input200 {
}
.input55 {
	border: 1px solid #006699;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	width: 290px;
	height: 59px;
}
.input6 h1 {

	border: 1px solid #006699;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #0033CC;
	width: 85px;
}
.input9 {

	border: 1px solid #006699;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	width: 290px;
}
.storyZZZ h6 {
	font-size: 80%;
	font-family: Arial, sans-serif;
	color: #333333;
	display: inline;
}
.input33 {
	border: 1px solid #006699;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:   rect(0px 0px 0px 0px);
	width: 290px;
	height: 62px;
}
.input35 {

	border: 1px solid #006699;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:    rect(0px 0px 0px 0px);
	width: 290px;
	height: 20px;
}
.Formulaire h6 {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #FF0000;
	display: inline;
}
.storyZZZ h5 {

	color: #138B63;
	font-family: Arial, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.input150 {
	background-color: #eeeeee;
	color: #911687;
	font-family: Arial, sans-serif;
	font-size: 90%;
	border-top: 1px solid #cccccc;
}
.input160 {
	background-color: #eeeeee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.BarNav60 {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	
	background-color: #e2e6e7;
}
#Newsletter60 {

	position: relative;
	width: 120px;
	left: 4px;
	top: 226px;
}
.storyZZZZ h1 {
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 20px;
	color: #333333;
}
.storyZZZZ p {

	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
.storyZZZZ h2 {

	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 145px;
	color: #333333;
}
#ImageBoutique30 {

	width: 125px;
	z-index: 99;
	visibility: visible;
	margin-top: 50px;
	margin-left: 13px;
	background-repeat: no-repeat;
	height: 143px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.storyZZZZ5 h1 {
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.TableMP {
	margin: 0px;
	padding: 0px;
	
	width: 588px;
	border: 1px solid #eee;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:    rect(0px 0px 0px 0px);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	display: block;
}
#Interloc {


	position: relative;
	width: 120px;
	left: 4px;
	top: 226px;
}
.TableMP1 {
	display: block;
	border: 1px solid #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:   rect(0px 0px 0px 0px);
	width: 125px;
	margin: 0px;
	padding: 0px;
}
.TableMP2 {
	display: block;
	border: 1px solid #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:   rect(0px 0px 0px 0px);
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.TableMP3 {
	display: block;
	border: 1px solid #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:   rect(0px 0px 0px 0px);
	width: 90px;
	margin: 0px;
	padding: 0px;
}
.TableMP4 {

	display: block;
	border: 1px solid #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:   rect(0px 0px 0px 0px);
	width: 20px;
	margin: 0px;
	padding: 0px;
}
.TableMP5 {
	margin: 0px;
	padding: 0px;
	
	width: 100px;
	border: 1px solid #eee;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:    rect(0px 0px 0px 0px);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.erreur p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
}
.erreur h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}
.OK h1 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
.button10 {
	border: 1px solid #006699;
	width: 60px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.noprt a:link, .noprt a:visited, .noprt a:hover {
	color: #006699;
	text-decoration: none;
	background-repeat: repeat;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(Images/bottom.gif);
}
.noprt a:hover {
	text-decoration: underline;
}
@media print { .noprt {display:none} }
.storyZZZZ img {
	margin: 0px 10px 20px;
	padding: 0px;
	height: 137px;
	width: 250px;
	background-position: center top;
}
.storyZZZZ {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 588px;
}
.textareaBis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #006699;
	width: 421px;
}
.input999 {
	font-family: Arial, Helvetica, sans-serif;
	width: 421px;
	font-size: 90%;
	border: 0px solid;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
}
