	html {
		font-size:16px;
	}
	
	html, body {
		margin:0; padding:0;
		height: 100%;
	}
	
	body {
		background:#FFFFFF url(zims/frontend/bg-body.jpg) 0 0 repeat;
		color:#5f5f5f;
		font-family:"trebuchet MS", sans-serif;
		font-size:62.5%;
	}
	
/******************************************************************************************************************************
                                                          (X)HTML                                          
******************************************************************************************************************************/
	
	#_________________________Hx{}
	
	/**
	***   TITRES
	************************************************************/
	h1 {
		margin:0; padding:0;
		font-size:2.4em;
	}
	
	h2 {
		margin:0; padding:10px;
		font-size:2.4em;
		font-weight:normal;
		color:#e40746;
	}
	
	h3 {
		margin:0; padding:0;
		font-size:1.6em;
	}
	
	h4 {
		margin:0; padding:0;
		font-size:1.4em; line-height:1.4em;
	}
		
	h5 {
		margin:0; padding:0;
	}
	
	/**
	***   PARAGRAPHES, LIENS, ETC
	************************************************************/
	p {
		
	}
	
	a {
		color:#0062c5; text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}
	a:active, a:focus { outline:0; }
	
	/**
	***   LISTES
	************************************************************/
	#_________________________LISTS{}
	

	ul {
		margin:10px 10px; padding:0;
	}
	
	li {
	
	}
	
	dl {
		margin:0; padding:0px;
	}
	
	dt {
	
	}
	
	dd {
	
	}
	
	/**
	***   FORMULAIRES
	************************************************************/
	#_________________________FORMS{}
	
	
	form {
		display:block; margin:0; padding:0;
	}
	
	fieldset {
		margin:10px 15px; padding:10px 0;
		background:transparent 0 100% repeat-x;
		border:1px solid #e1e1e1;
	}
		fieldset p {
			margin:0px; padding:5px 10px;
			border:0px solid #fff;
			
		}
		
		fieldset p.focus {   }
		
	
	label {
		float:left;
		width:170px;
		cursor:pointer;
		font-size:1.2em;
	}
	
	legend {
		margin:0 0 0 10px;
		font-size:1.7em;
		color:#008ad2;
	}
	
	input, textarea, select {
		border:1px solid #ccc;
		background:#f6f6f6;
		font-family:Trebuchet ms, Arial, Helvetica, sans-serif;
		font-size:1.2em;
	}
	
	input, textarea {
		padding:3px 0px; text-indent:5px;
	}
	
	optgroup { font-style:normal; color:#FF3790; padding:2px 2px; }
	option { color:#4f422d;   }
	optgroup option { padding:3px 5px 1px 5px; }
		
		input.focus, textarea.focus, select.focus { border-color:#008ad2; background:#fff;  }
		
		input.disabled { border:0; background:transparent; cursor:default; }
		
		.missingField label { color:#ec0001; }
		.missingField input, .missingField textarea, .missingField select { border-color:#ec0001; }
		.invalidField label {  color:#ec0001;}
		.invalidField input, .invalidField textarea, .invalidField select { border-color:#ec0001; }
		
		input.readonly { background:#fafafa; }
		
	.formButtons {
		border-top:1px dashed #CCCCCC;
		direction:rtl;
		margin:0 10px; padding:10pt 0pt 5px 170px;
		text-align:left;
	}
	
	div.formButtons input, input.submitButton {
		text-indent:0; padding:2px 5px; text-align:center;
		background:transparent url(zims/frontend/submit.png) 0 0 repeat-x;
	}
		
		.submitField {  }
		.imageButton { background:transparent; border:0; padding:0; }
		
		.submitField.hover { font-size:18px; }
		
		.formErrors { margin:0; padding:10px 0 10px 15px; }
		.formErrors li { font-size:1.2em; list-style:none; margin:0px 0 5px 0; padding-left:24px; line-height:16px; color:#ec0001; background:transparent url(zims/icons/warning-02.gif) 0 0 no-repeat; }
		
		p.uniqueCheckBoxField input { margin-left:170px; }
		p.uniqueCheckBoxField label { float:none; position:relative; bottom:2px; }
		
		/**
		 * Boutons radio
		 */
		div.fieldsList {
			overflow:auto; 
			padding-left:175px; 
			position:relative;
			margin-top:10px;
			margin-bottom:10px;
			
		}
			div.fieldsList div.fieldsListTitle { position:absolute; top:0; left:0; width:175px; padding:5px 10px 5px 10px;font-size:1.2em; }
			div.fieldsList div.fields {  }
				div.fieldsList div.fields div { margin:3px 0; width:200px; float:left; }
				div.fieldsList div.fields div label { float:none; clear:none;  }
				div.fieldsList div.fields div input { position:relative; top:2px; }
				
				div.fieldsList label:hover { color:#FF3790; }
			
			div.fieldsList.invalidField label { color:#5f5f5f; }
			div.fieldsList.invalidField div.fieldsListTitle { color:#ec0001; }
			
		div.radio-field input      { background:transparent; border:0; }
		.uniqueCheckBoxField input { background:transparent; border:0; }
	
	
	
	/**
	***   TABLEAUX
	************************************************************/
	#_________________________TABLES{}
	
	table { margin:10px; padding:0; border-spacing:0; border-collapse:collapse; }
	th, td { border:1px solid #9a9a9a; }
	th { background:#fafafa; padding:4px 5px; font-size:1.1em; font-weight:bold; }
	td { padding:2px 5px; background:#fff; }
	
	
	
	
/******************************************************************************************************************************
                                                          LAYOUT                                          
******************************************************************************************************************************/
	
	#_________________________LAYOUT{}

	#Main  {  
		width:980px; 
		position:absolute;
		background:url(zims/frontend/cadre-site.jpg) 0 0 no-repeat;
		height:609px;
		left:50%;
		margin-left:-490px;
		top:50%;
		margin-top:-300px;
	}
	#GlobalWrapper { 
		/*overflow:auto;
		_overflow:auto; */
	}
	
	/*#Header { 
		height:148px; 
		margin:0px 0px; 
		position:relative;
		background:#ccc;
	}*/
	
		#Header h1 { 
			display:block; 
			width:100%; height:120px; 
			margin:0; padding:0; 
		}
		h1#HomeLinkW{
			position:absolute;
			top:25px;
			left:45px;
			height:160px;
			width:160px;
			text-indent:-5000px;
			overflow:hidden;

		}
		
		#HomeLink { 
			display:block; 
			height:100%; 
		}
		
	
	#MainContent {
		margin:0; padding:0;
	}
		#MainContent p {
			text-align:justify;
			line-height:16px;
			font-size:12px;
			margin:10px 0;
			
		}
	
	
	#Footer {
		width:980px;
		margin:0 auto;
		clear:both;
	}
		
		#Footer p{
			color:#000;
			font-size:12px;
			text-align:center;
			line-height:16px;
			margin:5px 0;
		}
		#FooterCopyrights p { margin:0; text-align:center; text-align:center; color:#949494; font-size:1.2em; }
		#ConceptionCreditLink { text-decoration:none; color:#197ac4; font-weight:bold; padding-left:13px; background:transparent url(zims/frontend/crea2f-squares.gif) 0 2px no-repeat; }
		#ConceptionCreditLink span { color:#c5a624; }
		#ConceptionCreditLink:hover { color:#4D92C9;  }
		#ConceptionCreditLink:hover span { color:#d6ae08; }
	
	
	
	div.clear { float:none; clear:both; height:1px; line-height:1px; margin:0; padding:0; }
	
	#MainContent p.icon {
	}
	
	#MainContent p.information {
		margin:10px;
	}
	
	#MainContent p.information.confirmation {
		padding-left:27px; line-height:24px; min-height:24px;
		background:transparent url(zims/icons/true-24.png) 0 0 no-repeat;
	}
	
	
	#_________________________PAGINATION{}

	/**
	 * Pagination
	 */
	.navigationInfo { text-align:right; font-family:Trebuchet ms, Arial, Helvetica, sans-serif; color:#5f5f5f; margin:0 20px 10px 0; }
	
	.paginationLinks { text-align:center; line-height:14px; }
	.paginationLinks span.currentPage { font-size:1.4em; font-weight:bold; }
	.paginationLinks a { font-size:1.4em;
		
	}
	.paginationLinks span.currentPage, .paginationLinks a {  }
	
	
	
	
	#_________________________DIALOGS{}

	/**
	 * Dialog
	 */
	 
	.ui-dialog-content p { margin:10px; text-align:center; }
	div.DialogWindowContent { display:none; }
	
	
	#_________________________CAPTCHA{}

	/**
	 * Captcha
	 */
	#Captcha {
		display:block;  margin:0; padding:0;
		border:1px dotted #fff;
		position:absolute; left:180px; top:36px; _left:0;
	}
		input#captcha.focus { border-color:#fff; }
		#field-captcha { padding-bottom:80px; position:relative; }
		#field-captcha label {  }
		
		
	#CaptchaReloadLink {
		position:absolute; top:36px; left:156px;;
		width:24px; height:24px; background:transparent url(zims/icons/captcha/reload.jpg) 0 0 no-repeat;
		text-indent:-5000px; overflow:hidden; cursor:pointer;
	}
	#CaptchaReloadLink:hover { background-position:0 -24px; }
	
	
	#_________________________LOADING{}


	/**
	 * LoadingIcon
	 */
	
	.LoadingOverlay {
		position:absolute; top:50%; left:50%;
		margin:-20px 0 0 -100px;
		width:200px; height:40px; line-height:40px;
		text-align:left; text-indent:55px; font-size:1.2em; 
		background:transparent url(zims/frontend/profil-photo-loading.png) 0 0 repeat;
		color:#fafafa;
	}
	.LoadingOverlay img {
		position:absolute; top:50%; left:10px; margin:-16px 0 0 0;
	}
		html.js .LoadingOverlay { display:none; }
/******************************************************************************************************************************
                                                         T I T R E S                                           
******************************************************************************************************************************/
	
	
	
	
	
	
	
	
	
/******************************************************************************************************************************
                                                        CONTACT                                            
******************************************************************************************************************************/
	
	#_________________________CONTACT{}
	
	#contactForm #nom { width:250px; }
	#contactForm #prenom { width:250px; }
	#contactForm #societe { width:250px; }
	#contactForm #email{ width:250px; }
	#contactForm #tel { width:80px; }
	#contactForm #sujet { width:250px; }
	#contactForm #message { width:250px; height:120px; }
	
/******************************************************************************************************************************
                                                                                                    
******************************************************************************************************************************/
	
	
	
	
	
	
/******************************************************************************************************************************
                                                       MENU PRINCIPAL                                             
******************************************************************************************************************************/
	
	#_________________________MAIN-MENU{}
	
	#MainMenu {
		width:160px;
		margin:0;
		padding:0;
		position:absolute;
		top:190px;
		left:35px;
	}
	
		#MainMenu li { list-style:none; line-height:19px;}
		
		#MainMenu li a {
			display:block;
			text-decoration:none; 
			outline:0; 
			font-size:1.2em;
			color:#321e11;
			padding:0 0 0 12px;
		}
		#MainMenu li a:active { 
			border:0;
			background:url(zims/frontend/puce.gif) 0 50% no-repeat;
		}
		
		#MainMenu li a:hover {
			background:url(zims/frontend/puce.gif) 0 50% no-repeat;
		}
		#MainMenu li.currentItem a { background:url(zims/frontend/puce.gif) 0 50% no-repeat; }
		#MainMenu li a strong {  color:#ec0001; }
		
		/**
		 * Menu image
		 **/ /*
		#MainMenu li a, #MainMenu li.currentItem a {
			background-image:url(zims/frontend/_____.jpg);
			background-color:transparent;
			background-repeat:no-repeat;
		}
		
		#item-, #item- a { width:px; background-position:px px; }
		#item-, #item- a { width:px; background-position:px px; }
		#item-, #item- a { width:px; background-position:px px; }
		
		#item- a:hover, #item-.currentItem a { background-position:px -px; }
		#item- a:hover, #item-.currentItem a { background-position:px -px; }
		#item- a:hover, #item-.currentItem a { background-position:px -px; }
		*/
	
	
	
/******************************************************************************************************************************
  HOME                                          
******************************************************************************************************************************/

	body#page-home div#Main{
		background:url(zims/frontend/cadre-home.jpg) 0 0 no-repeat;
		position:absolute;
		height:520px;
		left:50%;
		margin-left:-490px;
		top:50%;
		margin-top:-260px;
	}

	body#page-home div#MainContent{
		min-height:430px;
		_height:430px;
		padding:0;
		margin:0;
	}

	body#page-home h1#HomeLinkW{
		position:absolute;
		top:360px;
		left:355px;
		width:280px;
		height:50px;
		text-indent:-5000px;
		overflow:hidden;
	}
	body#page-home h1#HomeLinkW a{
		display:block;
		height:50px;
	}


	p#enterFR{
		width:185px;
		height:46px;
		line-height:46px;
		position:absolute;
		top:351px;
		left:66px;
	}
	p#enterFR a{
		background:url(zims/frontend/bt-enter-fr.jpg) 0 0 no-repeat;
		display:block;
		height:46px;
		color:#e06b1b;
		text-align:center;
		letter-spacing:2px;
		padding:0 0 0 22px;
	}
	p#enterFR a:hover{
		text-decoration:none;
		background-position:0 -46px;
	}
	
	p#enterEN{
		width:185px;
		height:46px;
		line-height:46px;
		position:absolute;
		top:351px;
		right:66px;
	}
	p#enterEN a{
		background:url(zims/frontend/bt-enter-en.jpg) 0 0 no-repeat;
		display:block;
		height:46px;
		color:#e06b1b;
		text-align:center;
		padding:0 0 0 22px;
		letter-spacing:2px;
	}
	p#enterEN a:hover{
		text-decoration:none;
		background-position:0 -46px;
	}

	div#musique{
		position:absolute;
		top:455px;
		right:30px;
		width:35px;
		height:20px;
		text-align:center;
	}
	
	#MsgStValentin {
		background:transparent;
		position:absolute; top:310px; width:410px; text-align:center; left:50%; margin:0 0 0 -205px; padding:0;
		color:#ED7E0B;
		text-transform:none;
	}
	
/******************************************************************************************************************************
 STYLES COMMUNS AUX PAGES                                        
******************************************************************************************************************************/

	div#MainContent{
		margin:26px 385px 0 17px;
	}
	
	div#diapoflash{
		/*border:1px solid #ccc;*/
		width:340px;
		height:561px;
		position:absolute;
		right:19px;
		top:33px;
	}
	div#diapoflash object{
		outline:none;
	}

	h2{
		background:url(zims/frontend/puce-bleue.gif) 0 50% no-repeat;
		padding:0 0 4px 20px;
		font-family:"Century Gothic", sans-serif;
		color:#000;
		font-size:16px;
		font-weight:bold;
		margin:65px 0 0 290px;
		width:250px;
	}
	h2 span{
		background:url(zims/frontend/pointilles.gif) 20px bottom repeat-x;
		height:22px;
		display:block;
	}

	h3{
		background:url(zims/frontend/puce-h3.gif) 0 50% no-repeat;
		color:#C02020;
		font-family:"Century Gothic", sans-serif;
		font-size:14px;
		font-weight:bold;
		padding:0 0 0 30px;
		text-transform:uppercase;
	}

	div#firstPara{
		margin:40px 0 0 235px;
	}
	div#firstPara p{
		text-align:justify;
	}

	div#secPara{
		position:absolute;
		top:345px;
		left:90px;
		width:505px;
	}
	div#secPara p{
		text-align:justify;
	}
	img.imgRight{
		float:right;
		margin:0 0 0 10px;
	}


/******************************************************************************************************************************
 LE RESTAURANT                                         
******************************************************************************************************************************/
	

/******************************************************************************************************************************
 PORTRAIT                                       
******************************************************************************************************************************/
	
	#MainContent p.temoignage{
		font-size:11px;
		margin:4px 0;
	}
	#MainContent p.signature{
		color:#1D82B1;
		font-family:"Century Gothic", sans-serif;
		font-style:italic;
		margin:4px 0 20px 0;
	}
	
	body#page-portrait div#secPara{
		top:375px;
	
	}
	
	
/******************************************************************************************************************************
 CONTACT                                       
******************************************************************************************************************************/
	form#contactForm{
		margin:50px 0 0 220px;
		width:340px;
	}
	form#contactForm label{
		font-size:12px;
		width:70px;
	}
	form#contactForm fieldset{
		margin:0;
		padding:0;
		border:0;
		width:340px;
	}
	
	
	form#contactForm p {
		padding:2px;
	}
	
	form#contactForm p input{
		padding:1px;
		
	}
	form#contactForm div.formButtons{
		border:0;
		padding-left:130px;
		width:100px;
	}
	form#contactForm input.submitButton{
		background:url(zims/frontend/envoyer.jpg) 0 0 no-repeat;
		width:77px;
		height:27px;
		border:0;	
		cursor:pointer;
		text-align:center;
		color:#ffffff;
		font-weight:bold;
	}
	
	p#btReservation{
		width:185px;
		height:46px;
		position:absolute;
		top:400px;
		left:32px;
	}
	
	p#btReservation a{
		background:url(zims/frontend/bt-reservation.jpg) 0 0 no-repeat;
		display:block;
		color:#e06b1b;
		text-align:center;
		padding:0 0 0 22px;
		line-height:46px;
	}
	p#btReservation a:hover{
		background-position:0 -46px;
		text-decoration:none;
	}
	
	
/******************************************************************************************************************************
 RESERVATION                                       
******************************************************************************************************************************/
	
	form#reservationForm{
		margin:50px 0 0 220px;
		width:340px;
	}
	form#reservationForm label{
		font-size:12px;
		width:45px;
	}
	form#reservationForm fieldset{
		margin:0;
		padding:0;
		border:0;
		width:340px;
	}
	
	
	form#reservationForm p {
		padding:2px;
	}
	
	form#reservationForm p input{
		padding:1px;
		width:115px;
		font-size:12px;
		_width:100px;
	}
	
	form#reservationForm select#repas{
		width:120px;
		font-size:12px;
	}
	
	form#reservationForm p#field-nbPers label{
		width:119px;
		_width:100px;
	}
	
	form#reservationForm p#field-commentaire label{
		display:block;
		width:200px;
	}
	form#reservationForm p#field-commentaire textarea{
		width:331px;
		height:120px;
	}
	form#reservationForm input#nbPers{
		width:40px;
	}
	
	
	form#reservationForm div.formButtons{
		border:0;
		padding-left:130px;
		width:100px;
	}
	form#reservationForm input.submitButton{
		background:url(zims/frontend/envoyer.jpg) 0 0 no-repeat;
		width:77px;
		height:27px;
		border:0;	
		cursor:pointer;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	form#reservationForm p#field-nom,
	form#reservationForm p#field-prenom,
	form#reservationForm p#field-email,
	form#reservationForm p#field-tel,
	form#reservationForm p#field-dateResa,
	form#reservationForm p#field-heure,
	form#reservationForm p#field-repas,
	form#reservationForm p#field-nbPers{
		float:left;
	}
	
	form#reservationForm p#field-commentaire{
		clear:both;
	}
	
	
/******************************************************************************************************************************
 LES MENUS                                      
******************************************************************************************************************************/
	
	div#menuW{
		margin:10px 0 0 230px;
	}

	ul#listingMenus{
		margin:0;
		width:350px;
	}
	ul#listingMenus li{
		font-size:14px;
		font-weight:bold;
		font-family:"Century Gothic", sans-serif;
		margin:0 10px 5px 0;
		list-style-type:none;
		background:transparent url(zims/frontend/puce.gif) no-repeat scroll 0 50%;
		padding:0 0 0 15px;
	}

	h3#titreMenu{
		margin:5px 0 20px 0;
	}

	div#menuContent{
		margin:20px 0 0 0;
		background:#fbfbfb;
		border:1px solid #eeeeee;
		padding:10px;
		overflow:auto; height:350px;
	}


	div#menuContent h4{
		font-size:14px;
		font-weight:bold;
		color:#333333;
		margin:10px 0 5px 0;
	}

	div#menuContent p{
		font-size:12px;
		color:#666666;
		margin:0 0 10px 0;
	}

	div#menuContent h4.infosCompl{
		font-size:14px;
		font-weight:bold;
		color:#C02020;
		margin:20px 0 5px 0;
	}

	/**
	 * St Sylvestre
	 */
	div#MenuStSylvestre {	
		margin:20px 0 0 0;
		background:#fbfbfb;
		border:1px solid #eeeeee;
		padding:10px;
	}

	div#MenuStSylvestre h3{
		margin:5px 0 20px 0;
	}

	
	div#MenuStSylvestre div.section{
		margin:0;
		padding-bottom:7px; margin-bottom:7px;
		background:transparent url(zims/frontend/puce-h3.gif) 50% 100% no-repeat;
	}
	div#MenuStSylvestre div.lastSection{
		background:none;
		
	}
	div#MenuStSylvestre p{
		font-family:Trebuchet ms, Arial, Helvetica, sans-serif;
		font-size:12px; font-weight:normal; line-height:1.4;
		color:#666666;
		margin:0 0 3px 0; text-align:center;
	}

	div#MenuStSylvestre div.infosEnPlus { margin:10px 0 0 0; padding:0; background:none; }
	div#MenuStSylvestre div.infosEnPlus p{
		font-size:12px;
		font-weight:bold;
		color:#C02020;
		margin:0px 0 2px 0;
	}



/******************************************************************************************************************************
	LA CARTE
******************************************************************************************************************************/
	span.oldprice{
		text-decoration:line-through;
	}
	

	div#carteW{
		margin:20px 0 0 230px;
	}	
	
	
	div#carteContent{
		margin:10px 0 0 0;
		background:#fbfbfb;
		border:1px solid #eeeeee;
		padding:0 12px 0 12px;
		overflow:scroll;
		height:390px;
		overflow-x:hidden;
	}
	div#carteContent h3{
		text-align:right;
		margin:15px 0 10px 0;
	
	}
	div#carteContent h3 span.titre{
		text-align:left;
		float:left;
	}
	div#carteContent h3 span.oldprice{
		text-decoration:line-through;
	}
	div#carteContent p{
		margin:0;
	}

	#MainContent div.textBefore p{
		font-weight:bold;
		font-size:12px;
		text-align:center;
		margin:2px 0;
	}

	div.plat{
		margin:10px 0;
	}


	#MainContent p.intitule{
		margin:0 35px 0 0;
	}

	#MainContent p.prix{
		float:right;
		width:40px;
		text-align:right;
		font-weight:bold;
		color:#000000;
		margin:0;
	}


/******************************************************************************************************************************
	LA CAVE
******************************************************************************************************************************/

	div#caveW{
		margin:20px 0 0 230px;
	}
	
	ul#origineVin{
		background:url(zims/frontend/menu-vins.jpg) right 15px no-repeat;
		padding:0 140px 0 0;
	}
	
	ul#origineVin li{
		list-style-type:none;
		text-align:right;
		font-size:12px;
	}
	ul#origineVin li a{
		color:#666666;
	}
	
	ul#origineVin li a.active{
		color:#0066FF;
	}

	h3#titreOrigine{
		margin:5px 0 10px 0;
	}
	
	#MainContent p.vin{
		text-align:right;
		font-weight:bold;
		margin:3px 0; 
	}
	#MainContent p.vin span{
		float:left;
		text-align:left;
		font-weight:normal;
	}



/******************************************************************************************************************************
	Infos pratiques
******************************************************************************************************************************/

	div#leRestaurant{
		position:absolute;
		left:250px;
		top:120px;
		width:180px;
	}

	div#heuresService{
		position:absolute;
		left:440px;
		top:120px;
		width:160px;
	}
	div#heuresService h3{
		_margin:0;
	}

	div#ouvertureConges{
		position:absolute;
		left:250px;
		top:265px;
	}

	h3#planAcces{
		position:absolute;
		top:350px;
		left:30px;	
		height:32px;
		line-height:32px;
		background:none;
		
	}
	h3#planAcces a{
		background:url(zims/frontend/carte.jpg) 0 0 no-repeat;
		padding:0 0 0 40px;
		display:block;
		color:#C02020;
	}

	div#cours{
		position:absolute;
		top:440px;
		left:30px;
		width:280px;
	}

	div#partenaires{
		width:180px;
		position:absolute;
		top:357px;
		left:380px;
	}
	div#partenaires h3{
		margin-bottom:20px;
	
	}
	div#partenaires p{
		margin:5px 0;
	}


/******************************************************************************************************************************
	Plan
******************************************************************************************************************************/

	div#jGMap{
	
		position:absolute;
		left:240px;
		top:150px;
		width:360px;
		height:330px;
		border:1px solid #999999;
	
	}


/******************************************************************************************************************************
	EVENEMENTIEL
******************************************************************************************************************************/

h3#titre2Evenementiel{
	margin:10px 0 0 205px;
	padding:0;
	background:none;
	text-align:center;
}


div#evenementielW{
	/*border:1px solid #999999;*/
	margin:0 0 0 205px;
	height:460px;
	overflow-y:scroll;
	padding:0 10px 0 0;
	overflow-x:hidden;
}

p#titreMenuEvenementiel{
	color:#C02020;
	font-weight:bold;
	text-align:center;
}


p#introEvenementiel{
	font-style:italic;
	text-align:center;
}









