/*-------------------------------------------------------------------------------- 
/*          =BALISES
/*          =STRUCTURE
/*               @Entête
/*               @Conteneur
/*               @Pied de page
/*          =CLASSES
/*          =MODULES
/*              @Navigation
/*              @Formulaires    
/*          =AJOUT
-------------------------------------------------------------------------------- */


/*-------------------------------------------------------------------------------- 
          =BALISES
-------------------------------------------------------------------------------- */

 
html, body {
	font-size: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
}
 
body {
	font: 0.625em/1em verdana, helvetica, sans-serif;
    text-align: left;
}
 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font: 1.8em/1em verdana, helvetica, sans-serif;
}
 
h2 {
    font: 1.6em/1em verdana, helvetica, sans-serif;
}
 
h3 {
    font: 1.4em/1em verdana, helvetica, sans-serif;
}

h4 {
    font: 1.2em/1em verdana, helvetica, sans-serif;
}
 
h5 {
    font: 1.1em/1em verdana, helvetica, sans-serif;
}
 
h6 {
    font: 1em/1em verdana, helvetica, sans-serif;
}

p {
    font: 1em/1em verdana, helvetica, sans-serif;
    padding: 0 0 18px 0;
    margin: 0;
}
 
ul, ol {
    list-style: none;
    padding: 0 0 18px 0;
    margin: 0;
}

a {
    text-decoration: none;
}
 
a:hover, a:focus {
    text-decoration: underline;
}
 
img {
    border: 0;
}
 
hr {
    width: 10px;
	height: 0;
    line-height: 0px;
	color: #fff;
    background: #fff;
    border: none;
    margin: 0;
	padding: 0px;
	visibility: hidden;
}
 
form {
    padding: 0;
    margin: 0;
    display: inline;
}
 
textarea {
    line-height: 1.25;
}
 
label {
    cursor: pointer;
}
 
table {
    padding: 0;
    border: 0;
    margin: 0 0 18px 0;
    border-collapse: collapse;
}
 
th, td {
    padding: 0;
}
 
blockquote {
    padding: 0;
    margin: 22px 40px;
}

small {
    font: 0.8em/1em verdana, helvetica, sans-serif;
}
 
kbd {
    padding: 1px 2px;
    border: 1px solid #000;
}
 
sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}
 
sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}
 
acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}


/*-------------------------------------------------------------------------------- 
          =STRUCTURE
-------------------------------------------------------------------------------- */
 
#site  {
    width: 945px;
    margin: 0 auto;
}


/*          @Entête          
---------------------------------------- */

#header {
	height: 164px;
	position: relative;
	top: 0px;
	background: transparent url(../images/header-bg-top.png) left top repeat-x;
}

	#header div.headerLeft {
		width: 270px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
		#header div.headerLeft div.inscription, #header div.headerLeft div.deconnexion {	
			width: 241px;
			height: 71px;
			cursor: pointer;
			margin-left: 46px;
		}
		
			#header div.headerLeft div.inscription a, #header div.headerLeft div.deconnexion a {
				display: block;
				height: 71px;
				/*margin-left: 46px;*/
			}
			
			
		#header h1 {
			clear: both;
			height: 93px;
			margin-left: 80px;
		}

	#header div.headerRight {
		width: 673px;
		position: absolute;
		top: 0px;
		left: auto;
		right: 0px;
	}
	
		#header div.headerRight div.banner {
			height: 114px;
			width: 675px;
			position: absolute;
			left: auto;
			right: 0px;
			top: 50px;			
			margin: 0px; 
			padding: 0px;
			background: transparent url(../images/header-bg-banner.png) left top no-repeat;			
		}
		
			#header div.headerRight div.banner h2 {
				color: #f40972;
				font: bold 3.4em/1em helvetica, sans-serif;
				margin: 18px 0px 0px 25px;
			}
			
				#header div.headerRight div.banner h2 span {
					font: bold 0.8em/1em helvetica, sans-serif;
				}

	#header div.headerRight p.welcome {
		color: #fff;
		font: bold 2em/1em helvetica, sans-serif;
		text-align: center;
		margin: 6px 40px 0px 0px;
	}

/*          @Content          
---------------------------------------- */

 
#content {
	clear: both;
}

/*	@newsArea
------------------------------------------*/

	div#newsArea {
		position: relative;
		top: 0px;
		left: 0px;
		height: 260px;
		width: 945px;
		border-top: solid 8px #8b8989;
		background: transparent url(../images/newsArea-bg.png) left bottom repeat-x;
	}
	
		div#newsArea div.news, div#newsArea div.infoPlace {
			position: relative;
			top: 0px;
			width: 307px;
			height: 250px;
		}
		
		div#newsArea div.news {
			float: left;
			border-right: solid 12px #8b8989;
		}
		
		div#newsArea div.infoPlace {
			position: absolute;
			top: 0px;
			left: auto;
			right: 0px;
		}

			div#newsArea div.news div.newsHeader {
				border-bottom: solid 5px #e0dfdf;
			}
			
				div#newsArea div.news div.newsHeader h3 {
					color: #e30c6c;
					font: bold 1.3em/1.2em verdana, helvetica, sans-serif;
					padding: 11px 0px 9px 0px;
					text-align: center;
				}
				
			div#newsArea div.news div.newsContent {
				padding: 17px 12px 12px 18px;
			}
			
				div#newsArea div.news div.newsContent h4 {
					color: #403d3e;
					font: bold 1.2em/1em verdana, helvetica, sans-serif;
					margin: 0px 0px 20px 0px;
				}
				
					div#newsArea div.news div.newsContent img {
						float: left;
					}
					
					div#newsArea div.news div.newsContent p {
						font: normal 1em/1.1em verdana, helvetica, sans-serif;
					}
					
					div#newsArea div.news div.newsContent p.desc {
						margin: 0px 0px 9px 135px;
						padding: 0px;
						color: #403d3e;
					}
					
					div#newsArea div.news div.newsContent.left p.desc {
						font-weight: bold;
					}
					
						div#newsArea div.news div.newsContent p.lien {
							color: #e30c6c;
							background: transparent url(../images/news-bg-lien.png) left top no-repeat;
							padding: 0px 0px 0px 15px;
							margin: 0px 0px 0px 135px;
						}
						
							div#newsArea div.news div.newsContent p.lien a {
								color: #e30c6c;
								text-decoration: none;
							}
							
								div#newsArea div.news div.newsContent p.lien a:hover, div#newsArea div.news div.newsContent p.lien a:focus {
									text-decoration: underline;
								}
								
								
				div#newsArea div.news div.newsNav {
					position: absolute;
					top: auto;
					bottom: 0px;
					left: 0px;
					width: 307px;
					height: 36px;
					background: transparent url(../images/news-bg-nav.png) left top repeat-x;
				}
				
					div#newsArea div.news div.newsNav ul {
						margin: 6px 0px 0px 0px;
						padding: 0px;
					}
					
						div#newsArea div.news div.newsNav ul li {
							float: left;
							font: normal 1.2em/1em verdana, helvetica, sans-serif;
							color: #e30c6c;
							margin: 0px;
							padding: 0px;
						}
						
						div#newsArea div.news div.newsNav ul li.news {
							text-align: center;
							padding-top: 5px;
							width: 255px;
						}
						
						div#newsArea div.news div.newsNav ul li.actif {
							color: #ec6ca6;
						}
						
						div#newsArea div.news div.newsNav ul li.prev a {
							display: block;
							width: 26px;
							height: 25px;
						}
						
						div#newsArea div.news div.newsNav ul li.next a {
							display: block;
							width: 26px;
							height: 25px;
						}

		div#newsArea div.infoPlace {
			color: #fff;
			background: #8B8989;
		}

			div#newsArea div.infoPlace p {
				position: relative;
				top: 92px;
				font: normal 1.9em/1.2em helvetica, sans-serif;
			}

/*	@widgetNav + contenu panel
-------------------------------------------------------------*/

#widgetAddContent {
	clear: left;
	width: 100%;
	height: 29px;
	background: #fea815 url(../images/widgetAddContent-bg.png) left top repeat-x;
}

	#widgetAddContent span {
		position: relative;
		top: 5px;
		padding: 0px 0px 0px 27px;
		text-decoration: none;
		color: #fff;
		cursor: pointer;
		font: normal 1.4em/1em verdana, helvetica, sans-serif;
		background: transparent url(../images/widgetAddContent-fleche-off.png) 10px 3px no-repeat;
	}

		#widgetAddContent span.on {
			text-decoration: none;
			background: transparent url(../images/widgetAddContent-fleche-on.png) 10px 3px no-repeat;
		}
		
#widgetPanelContainer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 200px;
	background: #2e2b2b url(../images/widgetPanel-bg-bottom.png) left bottom repeat-x;
}

	#widgetPanelContainer div.widgetPanel {
		margin: 0px;
		padding: 0px;
	}
	
		#widgetPanelContainer div.widgetPanel ul.topicList {
			height: 181px;
			width: 272px;
			position: absolute;
			top: 0px;
			left: 0px;
			margin: 0px;
			padding: 14px 0px 0px 0px;
			background: #2e2b2b url(../images/widgetPanel-topicList-bg.png) left top repeat-x;
		}	

			ul.topicList li {
				color: #fff;
				font: normal 1.2em/1.2em verdana, helvetica, sans-serif;
			}
			
				ul.topicList li a {
					display: block;
					color: #fff;
					text-decoration: none;
					background: none;
					padding: 2px 0px 2px 11px;
				}
				
					ul.topicList li a:hover, ul.topicList a.active {
						color: #f79201;
						height: auto;
						text-decoration: none;
						background: transparent url(../images/topicList-bg-hover.png) left top repeat-y;
					}
		
		div.topicResult {
			margin-left: 272px;
			height: 181px;
			padding: 14px 0px 0px 0px;
			background: transparent url(../images/widgetPanel-bg-topicResult.png) left top repeat-x;
		}
		
			div.topicResult ul.resultList {
				height: 181px;
				width: 595px;
				overflow: hidden;
				position: absolute;
				top: 0px;
				left: 320px;
				padding-top: 12px;
			}
			
				ul.resultList li.widget {
					height: 85px;
					width: 89px;
					float: left;
					cursor: pointer;
					margin: 0px 8px 5px 0px;
				}
				
					li.widget a, li.widget a:hover, li.widget a:focus {
						text-decoration: none;
					}
				
					li.widget a.title {
						display: block;
						color: #fff;
						text-align: center;
						background: #332f2f;
						border: solid 1px #89704b;
						padding: 3px 0px;
						margin-bottom: 2px;
						font: normal 0.9em/1em verdana, helvetica, sans-serif;
					}
					
						li.widget a.title:hover, li.widget a.title :focus {
							background: #fe9c01;
							border: solid 1px #fe9c01;
							color: #2e2b2b;
						}
					
					li.widget a.border {
						display: block;
						width: 87px;
						height: 60px;
						border: solid 1px #89704b;
					}
					
						li.widget a.border:hover, li.widget a.border:hover {
							border: solid 1px #fe9c01;
						}
					
					li.widget a img {
						padding: 5px 10px 5px 9px;
						background: #332f2f;
					}
					
						li.widget a:hover img, li.widget a:focus img {
							background: #fe9c01;
							-moz-opacity: 0.5;
							opacity: 0.5;
						}
				
		
			div.widgetPages {
				margin: 0px;
				padding: 0px;
			}
			
				div.widgetPages p.prevPage {
					position: absolute;
					top: 0px;
					left: 272px;
					width: 32px;
					height: 195px;
					background: transparent url(../images/widgetPages-bg-prev.png) left top no-repeat;
				}
				
					div.widgetPages p.prevPage img {
						margin: 85px 0px 0px 3px;
					}
					
				
				div.widgetPages p.nextPage {
					position: absolute;
					top: 0px;
					right: 0px;
					width: 32px;
					height: 195px;
					background: transparent url(../images/widgetPages-bg-next.png) left top no-repeat;
				}
				
					div.widgetPages p.nextPage img {
						margin: 85px 0px 0px 5px;
					}
					
					

/*	@widgetsArea
------------------------------------------------------*/

#widgetsArea {
	padding: 0px;
	margin: 0px;
	background: #fe9c01;
	border-bottom: solid 4px #8b8989;
}

#widgetsArea.empty {
	height: 214px;
	background: #feb22a url(../images/bg-espace-vide.png) left top repeat-x;
}

#widgetsArea.empty p.big {
	color: #fff;
	font: bold 2.3em/2.2em helvetica, sans-serif;
	padding: 55px 0px 0px 56px;
}

#widgetsArea.empty p {
	color: #fff;
	font: bold 1.9em/1.2em helvetica, sans-serif;
	padding: 0px 0px 0px 56px;
}

div.widgetsZone {
	float: left;
	width: 315px;
	padding-bottom: 100px;
}

#widgetsArea div.widgetContainer {
	margin: 5px;
}
	
	div.ui-sortable-placeholder * {
		visibility: hidden;
}
	
	div.ui-sortable-placeholder {
		visibility: visible !important;
		height: 312px !important;
		background: #fab240;		
	}

	
		div.widgetHeader {
			height: 33px;
			background: #8b8989;
			border-bottom: solid 4px #e0dfdf;
			margin: 0px;
			padding: 0px;
		}
		
			div.widgetHeader span.widgetPicto {
				float: left;
				width: 16px;
				height: 16px;
				background: #fff;
				text-align: center;
				margin: 9px 0px 0px 10px;
			}
				
			div.widgetHeader div.moveHead {
				float: left;
				width: 225px;
				height: 33px;
			}
			
				div.widgetHeader span.openClose {
					display: block;
					float: left;
					cursor: pointer;
					width: 14px;
					height: 14px;
					margin: 10px 0px 10px 5px;
					background: transparent url(../images/openClose.png) left top no-repeat;
				}
				
					div.widgetHeader span.off {
						background: transparent url(../images/openClose-off.png) left top no-repeat;
					}
					
			
				div.widgetHeader span.titre {
					display: block;
					height: 33px;
					overflow: hidden;
					cursor: move;
					color: #fff;
					font: normal 1.2em verdana, helvetica, sans-serif;
					margin-left: 20px;
					line-height: 33px;
					padding: 0px;
				}
				

			div.widgetHeader span.action {
				display: none;
				/*float: right;
				width: 31px;
				height: 31px;
				padding: 1px;*/
			}
			
				/*div.widgetHeader span.action span {
					position: absolute;
					top: -999em;
					left: -999em;
				}
				
				div.widgetHeader span.action a.more {
					width: 15px;
					height: 15px;
					float: left;
					margin: 0px 1px 0px 0px;
					background: transparent url(../images/widgetHeader-action-more-off.png) left top no-repeat;
				}
				
					div.widgetHeader span.action a:hover.more, div.widgetHeader span.action a:focus.more {
						background: transparent url(../images/widgetHeader-action-more-on.png) left top no-repeat;
					}
				
				div.widgetHeader span.action a.less {
					width: 15px;
					height: 15px;
					float: left;
					margin: 0px 0px 1px 0px;
					background: transparent url(../images/widgetHeader-action-less-off.png) left top no-repeat;
				}
				
					div.widgetHeader span.action a:hover.less, div.widgetHeader span.action a:focus.less {
						background: transparent url(../images/widgetHeader-action-less-on.png) left top no-repeat;
					}
					
				div.widgetHeader span.action a.refresh {
					clear: left;
					width: 15px;
					height: 15px;
					float: left;
					margin: 0px 1px 0px 0px;
					background: transparent url(../images/widgetHeader-action-refresh-off.png) left top no-repeat;
				}
				
					div.widgetHeader span.action a:hover.refresh, div.widgetHeader span.action a:focus.refresh {
						background: transparent url(../images/widgetHeader-action-refresh-on.png) left top no-repeat;
					}
					
				div.widgetHeader span.action a.close {
					width: 15px;
					height: 15px;
					float: left;
					background: transparent url(../images/widgetHeader-action-close-off.png) left top no-repeat;
				}
				
					div.widgetHeader span.action a:hover.close, div.widgetHeader span.action a:focus.close {
						background: transparent url(../images/widgetHeader-action-close-on.png) left top no-repeat;
					}*/
					
		div.widgetContent {
			clear: left;
			margin: 0px;
			padding: 0px;
			color: #403d3e;
			background: #fff;
		}
		
			div.widgetContent ul.widgetContentList {
				list-style: none;
				margin: 0px;
				padding: 5px 0px;
			}
			
			div.widgetContent ul.apple {
				list-style: none;
				margin: 0px;
				padding: 5px 0px;
			}
			
				ul.widgetContentList li {
					clear: left;
					display: block;
					padding: 5px 10px 5px 14px;
					border-bottom: solid 1px #ffe4ba;
					font: normal 1.2em/1em verdana, helvetica, sans-serif;
				}
				
				ul.widgetContentList li.last {
					border-bottom: none;
				}
				
					ul.widgetContentList li a {
						color: #403d3e;
						text-decoration: none;
					}
					
						ul.widgetContentList li a:hover, ul.widgetContentList li a:focus {
							text-decoration: underline;
						}
			
		
/*	@surclass widgetContentList
-----------------------------------------*/

	ul.student li, ul.cinema li, ul.apple li, ul.videos li {
		clear: left;
		border: none;
		margin-bottom: 7px;
		font: normal 1.1em/1.1em verdana, helvetica, sans-serif;
	}
	
		ul.widgetContentList li div.img, ul.student li div.img, ul.cinema li div.img {
			float: left;
			margin: 0px;
		}
		
			ul.student li div.img img, ul.cinema li div.img img {
				border: solid 1px #fe9c01;
			}
		
		ul.widgetContentList li div.txt, ul.student li div.txt {
			margin: 0px 0px 0px 55px;
			padding: 0px;
		}
		
		ul.cinema li div.txt {
			margin: 0px 0px 0px 73px;
			padding: 0px;
		}
		
		ul.cinema li p.title {
			font: normal 1.1em/1.3em verdana, helvetica, sans-serif;
			margin: 0px;
			padding: 0px;
		}
		
			ul.student li p.date {
				margin: 0px;
				padding: 0px;
			}
			
			ul.student li p.subject, ul.cinema li p.resume {
				margin: 0px 0px 7px 0px;
				padding: 0px;
			}
			
			ul.cinema li p.resume {
				line-height: 1.1em;
			}
		
			ul.student li p.date, ul.student li p.subject {
				color: #403d3e;
				
			}
			
			ul.student li p.link, ul.cinema li p.link, ul.apple li p.link {
				background: transparent url(../images/bg-link-widget.png) left top no-repeat;
				padding: 0px 0px 0px 17px;
			}
			
				ul.student li p.link a, ul.cinema li p.link a, ul.apple li p.link a {
					color: #fe9c01;
					text-decoration: none;
				}
					
					ul.student li p.link a:hover, ul.student li p.link a:focus, ul.cinema li p.link a:hover, ul.cinema li p.link a:focus, ul.apple li p.link a:hover, ul.apple li p.link:focus {
						text-decoration: underline;
					}
		
/*	@Apple
---------------------------------------------------------------*/
ul.apple li.zoomProd {
	min-height: 105px;
}
	
	
	ul.apple li.zoomProd .img {
		float: left;
		width: 160px;
		margin-right: 5px;
	}

	ul.apple li.zoomProd .subject, ul.videos .title {
		color: #fe9c01;
		font: normal 1.2em/1.6em verdana, helvetica, sans-serif;
		margin: 0px 0px 2px 0px;
		padding: 0px;
	}
	
	ul.apple li.zoomProd .subject {
	  line-height:1.0em;
	  padding-bottom: 3px;
	}
	
		ul.apple li.zoomProd p.desc {
			padding: 0px;
			margin: 0px 0px 10px 0px;
		}
	
	
	/*ul.widgetNavProd {
		padding: 0px;
		background: #ffe4ba;
	}
	
		ul.widgetNavProd li {
			float: left;
			margin: 0px 6px 0px 0px;
			width: 41px;
			height: 44px;
			
		}
		
			ul.widgetNavProd li a {
				display: block;
				background: #fff;
			}
			
				ul.widgetNavProd li a:hover, ul.widgetNavProd li a:focus, ul.widgetNavProd li a:hover img.actif, ul.widgetNavProd li a:focus img.actif {
					background: #fe9c01;
				}
			
				ul.widgetNavProd li a img:hover, ul.widgetNavProd li a img:focus {
					-moz-opacity: 0.5;
					opacity: 0.5;
				}
				
				ul.widgetNavProd li a img.actif {
					-moz-opacity: 0.3;
					opacity: 0.3;
				}
				
				ul.widgetNavProd li a img.actif:hover, ul.widgetNavProd li a img.actif:focus {
					-moz-opacity: 0.5;
					opacity: 0.5;
				}
		
			ul.widgetNavProd li.prev {
				margin: 15px 22px 0px 0px;
			}
			
			ul.widgetNavProd li.next {
				margin: 15px 0px 0px 12px;
			}
			
					ul.widgetNavProd li.prev img, ul.widgetNavProd li.next img {
						border: none;
						background: none;
					}

			ul.widgetNavProd li.next {
				float: right;
			}*/

/*	@videos
-----------------------------------------------*/

ul.widgetContentList li.zoomVideo {
	padding: 0px 3px;
	margin: 0px;
	text-align: center;
}

	ul.videos li div.txt {
		margin: 0px;
		text-align: center;		
	}

/*
______________________________*/

		div.widgetNav, div.linkProd {
			clear: both;
			display: block;
			height: 13px;
			background: #e0dfdf;
			border-bottom: solid 5px #fff;
			padding: 2px 4px;
		}

		div.widgetNav span, div.linkProd span {
			font: normal 1.2em/1em verdana, helvetica, sans-serif;
			color: #8b8989;
		}
		
			div.widgetNav span a.prev {
				float: left;
				background: transparent url(../images/widgetNav-bg-prev.png) right 1px no-repeat;
				color: #8b8989;
				padding: 0px 15px 0px 0px;
			}
			
			div.widgetNav span a.next, div.linkProd span a {
				float: right;
				background: transparent url(../images/widgetNav-bg-next.png) left 1px no-repeat;
				color: #8b8989;
				padding: 0px 0px 0px 15px;
			}
			

/*	@Page de contenu
--------------------------------------------------------*/

#widgetZoom {
	background: #fff url(../images/bg-widgetZoom.png) left bottom repeat-x;
	padding-bottom: 15px;
}

	#widgetsArea #widgetZoom .widgetContainer {
		margin: 0px;
		padding: 0px;
		
	}
	
		#widgetsArea #widgetZoom  div.widgetHeader {
			height: 33px;
			background: #8b8989;
			border-bottom: solid 6px #fff;
			margin: 0px;
			padding: 0px;
		}
		
			#widgetsArea #widgetZoom div.widgetHeader span.action {
				float: right;
				width: 16px;
				height: 33px;
				padding: 1px;
			}
			
				#widgetsArea #widgetZoom div.widgetHeader span.action a.close {
					margin-top: 1px;
				}
				
				#widgetsArea #widgetZoom div.widgetHeader div.moveHead {
					width: 800px;
				}
				
				#widgetsArea #widgetZoom div.widgetHeader span.titre {
					cursor: text;
					margin-left: 0px;
					padding: 0px 0px 0px 20px;
					width: 100%;
					background: transparent url(../images/openClose.png) 5px 10px no-repeat;
				}

	#widgetZoom  .navigation {
		width: 300px;
		min-height: 400px;
		float: left;
		background: #fff;
	}
			
	#widgetZoom .widgetContentList {
		min-height: 330px;
		background: #fff url(../images/bg-widgetZoom-nav.png) right top repeat-y;
	}
	
		#widgetZoom .widgetContentList li {
			width: 275px;
			padding: 0px;
		}
		
			#widgetZoom .widgetContentList li div.img {
				display: block;
				padding: 5px 5px 5px 0px;
				background: #fff;
			}			
			
			#widgetZoom .widgetContentList li, #widgetZoom .widgetContentList li div.txt {
				display: block;
				padding: 5px 10px 5px 10px;
			}
			
			
			
				#widgetZoom .widgetContentList li a {
					display: block;
					padding: 5px 10px 5px 0px;
				}
				
					#widgetZoom .widgetContentList li a:hover, #widgetZoom .widgetContentList li a:focus {
						color: #fe9c01;						
						text-decoration: none;
					}
				
				#widgetZoom .widgetContentList li.active {
					color: #fe9c01;
					padding: 10px;
					background: #ffe4ba url(../images/fleche-bg-nav-active.png) right center no-repeat;
				}
				
				#widgetZoom .apple li {
					padding: 10px;
					margin: 0px;
					height: 50px;
					width: 285px;
				}
				
				#widgetZoom .apple li div.img {
					padding: 0px;
					margin: 0px;
					background: #fff;
				}
				
				#widgetZoom .apple li.active {
					color: #fe9c01;
					background: none;
				}
				
					#widgetZoom .apple li.active div.txt {
						padding: 10px;
						background: #ffe4ba url(../images/fleche-bg-nav-active.png) right center no-repeat;
					}
		
		#widgetZoom span.widgetNavPrev {
			display: block;
			height: 28px;
			width: 300px;
			text-align: center;
			background: transparent url(../images/bg-widgetZoom-prev.png) left top no-repeat;
		}
		
		#widgetZoom  span.widgetNavNext {
			display: block;
			height: 28px;
			width: 300px;
			text-align: center;
			background: transparent url(../images/bg-widgetZoom-next.png) left bottom no-repeat;
		}
		
			#widgetZoom .widgetNavNext a img {
				margin-top: 4px;
			}
	
	#widgetZoom .artZoom {
		margin-left: 310px;
		padding: 10px 0px 0px 0px;	
	}
	
	#widgetZoom .mentions {
		margin-left: 30px;
		width: 700px;
	}
	
	#widgetZoom .promo {
		margin-left: 100px;
		width: 700px;
	}
	
		#widgetZoom .artZoom div {
			/*min-height: 125px;*/
			min-height: 50px;
		}
	
		#widgetZoom .artZoom h3 {
			color: #fe9c01;
			font: bold 1.4em/1em verdana, helvetica, sans-serif;
			text-transform: uppercase;
			margin: 0px 0px 30px 0px;
		}
		
		#widgetZoom .artZoom h4 {
			color: #fe9c01;
			font: bold italic 1.4em/1.3em verdana, helvetica, sans-serif;
			margin: 20px 0px 20px 0px;
		}
		
		#widgetZoom .artZoom h5 {
			color: #fe9c01;
			font: bold 1.2em/1.3em verdana, helvetica, sans-serif;
			margin: 15px 0px 8px 0px;
		}
		
		#widgetZoom .artZoom .text {
			margin-left: 260px;
		}
		
		#widgetZoom .artZoom p {
			color: #4d4d4d;
			font: normal 1em/1.2em verdana, helvetica, sans-serif;
			margin: 0px 35px 10px 0px;
			padding: 0px;
			text-indent: 7px;
		}
		
		#widgetZoom .artZoom .imgLeft {
			float: left;
			margin: 0px 10px 3px 0px;
		}
		
		#widgetZoom .artZoom p.lien {
			color: #e30c6c;
			text-indent: 0px;
		}
		
			#widgetZoom .artZoom p.lien a {
				color: #fe9c01;
				text-decoration: none;
				background: transparent url(../images/artZoom-bg-lien.png) left top no-repeat;
				padding-left: 15px;
			}
			
				#widgetZoom .artZoom p.lien a:hover, #widgetZoom .artZoom p.lien a:focus {
					text-decoration: underline;
				}
		
		#widgetZoom .artZoom ul{
			margin: 0px 0px 10px 0px;
			padding: 0px;
			list-style: none;
		}
		
			#widgetZoom .artZoom ul li {
				background: transparent url(../images/puce-simpleList.png) left 3px no-repeat;
				line-height: 1.2em;
				padding: 0px 0px 0px 10px;
				margin-bottom: 4px;
			}
			
		#widgetZoom .artZoom a{
			color: #fe9c01;
			text-decoration: none;
		}
		
			#widgetZoom .artZoom a:hover, #widgetZoom .artZoom a:focus {
				text-decoration: underline;
			}

div.noPadding {
	padding-bottom: 0px;
}

	div.noPadding div.widgetLink {
		background: #8b8989 url(../images/widgetLink-bg.png) left top no-repeat;
		margin: 5px;
	}
	
		div.noPadding div.widgetLink span.widgetPicto {
				float: left;
				position: relative;
				top: 9px;
				left: 12px;
		}
	
		div.noPadding div.widgetLink p {
			display: block;
			height: 33px;
			overflow: hidden;
			color: #fff;
			font: normal 1.2em verdana, helvetica, sans-serif;
			line-height: 33px;
			margin: 0px 0px 0px 60px;
			padding: 0px;
		}
		
			div.noPadding div.widgetLink p  a {
				color: #fff;
			}
			


/*          @Pied de page          
---------------------------------------- */
 
#footer {
	clear: both;
	min-height: 190px;
	position: relative;
	top: 0px;
	left: 0px;
	background: #4d4d4d url(../images/footer-bg.png) left top repeat-x;
}

	#footer div.footerLeft {
		width: 300px;
		position: absolute;
		top: 10px;
		left: 0px;
		border-top: solid 1px #a6a6a6;
		background: #fff url(../images/footerLeft-bg.png) left bottom repeat-x;
	}
	
		#footer div.footerLeft p {
			color: #4e4d4d;
			font: normal 1.3em/1.2em verdana, helvetica, sans-serif;
			text-align: center;
			margin: 20px 30px;
			padding: 0px;
		}
		
		#footer div.footerLeft div.logos {
			text-align: center;
		}
		
			#footer div.footerLeft div.logos img {
				margin: 0px 10px 30px 10px;
				border: none;
			}

	#footer div.footerRight {
		width: 620px;
		margin-left: 325px;
		padding-top: 12px;
	}
	
		#footer a.linkSite {
			display: block;
			height: 42px;
			width: 184px;
			margin: 0px 0px 8px 0px;
		}
		
			#footer div.footerNews {
				margin: 0px 0px 8px 0px;
			}
	
				#footer div.footerNews h4 {
					color: #e30c6c;
					font: bold 1em/1.2em verdana, helvetica, sans-serif;
					margin: 0px 0px 5px 0px;
					padding: 0px;
				}
				
				#footer div.footerNews p.linkNews {
					color: #fff;
					font: normal 1em/1.2em verdana, helvetica, sans-serif;
					margin: 0px;
					padding: 0px;
				}
				
					#footer div.footerNews p.linkNews a {
						color: #fff;
						text-decoration: none;
					}
					
						#footer div.footerNews p.linkNews a:hover, #footer div.footerNews p.linkNews a:focus {
							text-decoration: underline;
						}
		
		#footer p.listRub {
			clear: both;
			color: #fe9c01;
			font: bold 1em/1.2em verdana, helvetica, sans-serif;
		}
		
			#footer p.listRub a {
				color: #fe9c01;
			}
			
				/*#footer p.listRub a:hover, #footer p.listRub a:focus {
					text-decoration: undeline;
				}
*/
/*-------------------------------------------------------------------------------- 
          =CLASSES
-------------------------------------------------------------------------------- */
 
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
 
.bold { font-weight: bold; }
.italic { font-style: italic; }
 
.floatLeft { float: left; }
.floatRight { float: right; }
 
.imgLeft { float: left; margin: 0 10px 4px 0; }
.imgRight { float: right; margin: 0 0 4px 10px; }
  
.clear { clear: both; }
.clearLeft { clear: left; margin: 0px; padding: 0px;}
.clearRight { clear: right; }
 
/*-------------------------------------------------------------------------------- 
          =MODULES
-------------------------------------------------------------------------------- */

/*	@ elements hide
------------------*/

.js #widgetPanelContainer {
	display: none;
}

/*	@formulaire header 
--------------------------------------------*/

#headerForm {
	width: 456px;
	position: absolute;
	top: 6px;
	left: auto;
	right: 0px;
}

	#headerForm div.login {
		float: left;
		width: 410px;
		padding-top: 2px;
		background: transparent url(../images/header-login-plus.png) 196px 7px no-repeat;
	}

	#headerForm div.login input {
		width: 176px;
		border: none;
		background: transparent url(../images/bg-header-input.png) left top no-repeat;
		-moz-border-radius: 5px;	
	}
	
		#headerForm div.login input#email, #headerForm div.login input#password {
			color: #403d3e;
			padding: 5px 3px 5px 3px;
			font: normal 1em/1em verdana, helvetica, sans-serif;
		}
	
		#headerForm div.login input#email {
			margin-right: 40px;
		}
	
	#headerForm div.submit {
		margin-left: 417px;
		width: 29px;
	}
	
	#headerForm p {
		font: normal 1em/1em verdana, helvetica, sans-serif;
		color: #fff;
		margin: 0px;
		padding: 0px;
	}
		#headerForm p a {
			color: #fff;
			text-decoration: none;
		}
		
			#headerForm a:hover, #headerForm a:focus {
				text-decoration: underline;
			}

/*          @Formulaires          
---------------------------------------- */

#registForm {
	width: 817px;
	margin: 0px;
	background: #fefbfb;
}

	#registForm h2 {
		height: 45px;
		background: #ee0c6a url(../images/h2-inscription.png) left top no-repeat;		
	}
	
		#registForm h2 span {
			position: absolute;
			top: -999em;
			left: -999em;
		}
	
	#registForm .head, #oubliMail .head {
		height: 70px;
		padding: 20px 0px 20px 49px;
		background: #fefbfb url(../images/bg-form-filet.png) left bottom no-repeat;
	}
		
		#registForm .head img, #oubliMail .head  img, #registEnd .head img {
			float: left;
		}
		
		#registForm .head h3, #oubliMail .head h3 {
			color: #ee0c6a;
			font: normal 1.5em/1em verdana, helvetica, sans-serif;
			margin: 0px 0px 0px 165px;
		}
		
			#oubliMail .head p {
				color: #403d3e;
				font: normal 1em/1em verdana, helvetica, sans-serif;
				margin: 10px 0px 0px 165px;
			}
		
	#registForm .condUtil {
		padding: 12px 45px 0px 35px;
		margin: 0px;
		border-top: solid 1px #908d8d;
	}
	
	/*#registForm .condUtil .showHide {
		display: none;
	}*/
	
		#registForm .condUtil h3 {
			color: #ee0c6a;
			font: normal 1em/1em verdana, helvetica, sans-serif;
			text-transform: uppercase;
			margin-bottom: 20px;
			cursor: pointer;
		}
		
		#registForm .condUtil p {
			color: #403d3e;
			font: normal 0.9em/1.2em verdana, helvetica, sans-serif;
			margin: 0px 0px 14px 0px;
			padding: 0px;
		}
		
		#registForm .condUtil p a {
			color: #403d3e;
		}
		
			#registForm .condUtil p a:hover, #registForm .condUtil p a:focus {
				text-decoration: underline;
			}
		
		#registForm .condUtil p.italic {
			font-style: italic;
			margin: 0px 0px 14px 0px;
		}
		
	#registForm .close {
		height: 23px;
		background: #ee0c6a;
		margin-bottom: 3px;
	}
	
		#registForm .close img.btClose {
			float: right;
			margin: 2px 2px 2px 0px;
			cursor: pointer;
		}
		
/*	@ registForm
----------------------------------------*/

	#registForm form, #oubliMail form {
		display: block;
		margin: 0px 0px 0px 43px;
		background: #FEFBFB;
	}
	
		#registForm .column {
			width: 33%;
			float: left;
		}
	
	#registForm .infosPerso, #registForm .loginPsw {
		padding: 6px 0px 20px 0px;
		background: #fefbfb url(../images/bg-form-filet.png) left bottom no-repeat;
	}
	
	#registForm .confirm {
		padding: 6px 0px 20px 0px;
	}
	
		#registForm .infosPerso p, #registForm .loginPsw {
			color: #ee0c6a;
			font: normal 1.2em/1em verdana, helvetica, sans-serif;
			margin-bottom: 6px;
		}

		
		#registForm p.link {
			width: 80%;
			padding: 0px 0px 0px 15px;
			background: transparent url(../images/bg-link-form.png) left 2px no-repeat;
		}
		
			#registForm p.link a {
				color: #ee0c6a;
				text-decoration: none;
				line-height: 1.2em;
			}
				
				#registForm p.link a:hover, #registForm p.link a:focus {
					text-decoration: underline;
				}

	#registForm  .background{
		background: transparent url(../images/bg-loginPsw-form.png) 208px top no-repeat;
	}
	
	#registForm .checkBox {
		padding: 7px 0px 10px 5px;
		background: transparent url(../images/bg-registForm-check.png) left top no-repeat;
	}
	
		#registForm .checkBox label {
			color: #595657;
			font: normal 12px verdana, helvetica, sans-serif;
		}
	
	
.text, .select {
	margin-bottom: 9px;
}
 
.text label, .select label {
	display: block;
	text-align: left;
	width: 182px;
	color: #403d3e;
	font: normal 1em/1em verdana, helvetica, sans-serif;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

.text input {
	text-align: left;
	width: 175px;
	height: 20px;
	padding: 3px 2px 0px 5px;
	margin: 0px;
	border: none;
	background: transparent url(../images/bg-registForm-input.png) left top no-repeat;	
}

.select option, .select select, .text input {
	color: #ee0c6a;
	font: normal 1em/1em verdana, helvetica, sans-serif;
}

#oubliMail .submit, #registForm .submit {
 margin-top: 17px;
 text-align: center;
}

/*	@oubliMail
----------------------------------*/

#oubliMail {
	width: 817px;
	margin: 125px auto 0px auto;
	background: #fefbfb;
}

	#oubliMail h2 {
		height: 45px;
		background: #8b8989 url(../images/h2-oubli-mail.png) left top no-repeat;
	}
	
		#oubliMail h2 span {
			position: absolute;
			top: -999em;
			left: -999em;
		}
		
		#oubliMail .loginPsw {
			color: #ee0c6a;
			font: normal 1.2em/1em verdana, helvetica, sans-serif;
			margin: 9px 0px 0px 6px;
		}
		
		#oubliMail .close {
			height: 23px;
			background: #8b8989;
			margin: 12px 0px 3px 0px;
		}
		
			#oubliMail .close img {
				float: right; 
				margin: 2px 2px 2px 0px;
				cursor: pointer;
			}
	
	#oubliMail .text input {
		color: #403d3e;
		font: normal 0.9em/1em verdana, helvetica, sans-serif;
	}
	
	
/*	@registEnd
-------------------------------------------------*/

#registEnd {
	width: 817px;
	margin: 125px auto 0px auto;
	padding: 0px;
	border-top: solid 24px #ee0c6a;
	border-bottom: solid 4px #fefbfb;
	background: #fefbfb;
}

	#registEnd .head {
		height: 100px;
		margin: 0px;
		padding: 45px 0px 0px 0px;
		background: #fefbfb url(../images/bg-form-filet.png) left bottom no-repeat;
	}
	
		#registEnd .head img {
			margin-left: 50px;
		}
	
		#registEnd .head p {
			margin: 0px 0px 0px 225px;
			padding: 13px 0px 0px 0px;
			color: #ee0c6a;
			font: normal 1.5em/1.2em verdana, helvetica, sans-serif;
		}
		
	#registEnd .buttons {
		background: #fefbfb;
		margin: 0px;
		padding: 0px;
		text-align: center;
		border-bottom: solid 23px #ee0c6a;
	}
	
		#registEnd .buttons img {
			margin: 25px 15px;
		}

	
/*-------------------------------------------------------------------------------- 
          =AJOUT
-------------------------------------------------------------------------------- */

#widgetZoom .left {
	margin-left: 20px;
	width: 550px;
	float: left;
}

	#widgetZoom .left .video {
		margin-bottom: 30px;
	}

#widgetZoom .VideoTxt {
	margin: 0px 0px 0px 565px;
	padding-top: 60px;
	width: 340px;
}

#widgetZoom .VideoTxt ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

	#widgetZoom .VideoTxt ul li {
		background: transparent url(../images/puce-simpleList.png) left 5px no-repeat;
		font: normal 1.2em/1.3em verdana, helvetica, sans-serif;
		padding: 0px 0px 0px 10px;
		margin-bottom: 4px;
	}
	
	#widgetZoom .VideoTxt h4 {
		color: #fe9c01;
		font: bold italic 1.4em/1.3em verdana, helvetica, sans-serif;
		margin: 0px 0px 10px 0px;
	}
	
		#widgetZoom .VideoTxt p.italic {
			font: bold italic 1.2em/1.3em verdana, helvetica, sans-serif;
			color: #fe9c01;
			margin-top: 20px;
		}
		
/*-------------------------------------------------------------------------------- 
          =AJOUT - Olivier
-------------------------------------------------------------------------------- */


/*  @Formulaire suite
-------------------------------------------------*/
#registForm .head p {
  color: #595657;
  font: normal 12px verdana, helvetica, sans-serif;
  margin: 10px 0px 0px 165px;
}

#registForm .head p a {
	color: #EE0C6A;
	text-decoration: underline;
	/*position: relative;*/
	top: 5px;
}

#registForm .head p a:hover {
	text-decoration: none;
}
      
#registForm .error_list {
  color: red;
  padding-bottom: 4px;
  font-weight: bold;
}

.text input[readonly] {
  background:transparent url(../images/bg-registForm-input-gris.png) no-repeat scroll left top;
}

#registForm .compte {
  height: 45px;
  background: #ee0c6a url(../images/h2-compte.png) left top no-repeat;   
}

#oubliMail .mdp {
  height: 45px;
  background: #8b8989 url(../images/h2-modif-mdp.png) left top no-repeat;
}

/*  @Page de contenue suite
-------------------------------------------------*/
#widgetZoom .artZoom .liens {
	text-align: center;
}
#widgetZoom .artZoom .liens .reduction {
	color: #FE9C01;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 15px;
}

#widgetZoom .artZoom .liens a {
	text-align: center;
  color: #FE9C01;
  font-size: 1.2em;
  padding-top: 0px;
  text-decoration: underline;
  font: normal 1.2em/1.4em verdana, helvetica, sans-serif;
}

#widgetZoom .artZoom .liens a:hover, a:focus {
	text-decoration: none;
}

#widgetZoom table {
	margin-left: 180px;
}

#widgetZoom table th {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 10px;
}

#widgetZoom table td {
	padding-bottom: 3px;
}


/*  @Entête suite
-------------------------------------------------*/
#header #mon_compte {
  margin:-59px 0 0 579px;
}

.headerRight .erreur_identification {
	color: white;
	font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  width: 180px;
  text-align: center;
  line-height: 1.2em;
}

/*-------------------------------------------------------------------------------- 
          =Ajout
-------------------------------------------------------------------------------- */
 
#conteneur  {
    width: 945px;
	background: url(../images/ombre_haut_conteneur.jpg) top no-repeat;
}

.textBac1  {
	text-align: center;
	color: #f40972;
	font-size: 16px;
}

.textBac2  {
	text-align: center;
	color: #565656;
	font-size: 14px;
    line-height: 22px;
}

#bannierePubH  {
    width: 945px;
	float: left; 
	text-align: center;
	margin: 40px 0 60px 0;
	display: block; 
}
#bannierePubV  {
    width: 120px;
	float: left; 
	text-align: center;
	margin: 10px 0 60px 25px;
	display: block; 
}

#entreG  {
    width: 472px;
	float:left;
}
#entreD  {
    width: 473px;
	float:left;
	margin: 0 0 60px 0;	
}
#listeEntre  {
    width: 473px;
	float: left;
	text-align: center;
}	
.orange  {
	color: #f29420;
}

.ColForm {
	padding: 0 0 0 290px;
}

.espace {
	margin: 10px 0 0 0;
}

.hiddenError{
	color: #ff0000;
	clear:	both;
	margin: 0 0 5px 0;
	display: block;
}

.centerBox {
	width: 817px;
	text-align: center;
	color:#f4a428;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 10px 0; 
}

#choixEcard  {
    width: 945px;
	float: left;
	background: url(../images/rubrique_choisi_ton_ecard.jpg) top no-repeat;
}	
.textChoixEcard  {
    width: 690px;
	text-align: center;
	color: #565656;
	font-size: 14px;
	font-family: Verdana,arial;
	float: left;
	margin: 52px 0 0 0;
	padding: 0 0 0 230px;
}


.choixEcard  {
    width: 660px;
	float: left;
	margin:  45px 0 60px 0;
	padding: 0 0 0 140px;
}

#galeriePhotos  {
    width: 945px;
	float: left;
	background: url(../images/rubrique_choisi_ton_ecard.jpg) top no-repeat;
}

.miniaturePhotos  {
	float: left;
    width: 680px;
	padding: 0 0 0 90px;
	margin: 10px 0 60px 0;

}
.miniaturePhotos img{
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid #565656;
	height:102px;
	width:136px;
}

.pagination img{
	float: left;
	height:28px;
	width:30px;
}

.miniaturePhotos a:hover img{
	float: left;
	border: 2px solid #EB0D70;
}

.textCentredroit {
	width: 570px;
	text-align: center;
	color: #763f90;
	font-size: 14px;
	font-family: Verdana,arial;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 140px 0 235px;
}
.nomDesLycee{
	width: 570px;
	float: left;
	color: #f29400;
	font-size: 18px;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0 140px 0 235px;
}
.textRoseRubrique{
	width: 840px;
	float: left;
	color: #eb0d71;
	font-size: 12px;
	text-align: right;
	margin: 20px 0 0 0;
	padding: 0 105px 0 0;
}
.textRoseRubrique a{
	text-decoration: none;
	color: #eb0d71;
}
.textRoseRubrique a:hover, a:actif{
	text-decoration: underline;
	color: #eb0d71;	
}
.textRoseRubrique a:visited{
	text-decoration: none;
	color: #eb0d71;
}

.ongletPage{
	width: 945px;
	float: left;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}
.ongletPage img{
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#listeRubrique{
	width: 840px;
	float: left;
	text-align: right;
	margin: 40px 0 0 0;
	padding: 0 105px 0 0;
}

.pagination {
    width: 500px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 0 150px;
    font-size: 14px;
}

.pagination a,
.pagination span {
	color: #4d4d4d;	
    display: block;
	float: left;
    vertical-align: middle;
    line-height: 25px;
}

.pagination img,
.pagination a:hover img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.pagination a:hover img {
    border: none;
}

.pagination .lien a {
	color: #4d4d4d;	
	float: left;
    padding: 0 4px;
	text-decoration: none;	
}

.pagination .lien a:hover {
	background: #ff9e04;	
	color: #FFF;	
	float: left;
	text-decoration: none;	
}

.pagination .lienActive {
	background: #ff9e04;	
	color: #FFF;	
    display: block;
	float: left;
    padding: 0 4px;
	text-decoration: none;	
}

#maPhoto  {
    width: 945px;
	float: left;
	background: url(../images/rubrique_ma_photo.jpg) top no-repeat;
}

.diaporama{
	float:left;
    width: 587px;
	border: 3px solid #d4cfcd;
	margin: 85px 0 0 0;
}
.suivant{
	float: left;
    width: 110px;
	height:240px;
	text-align: left;
	vertical-align: center;
	margin: 136px 0 0 0;	
	padding: 170px 0 0 40px;	

}
.precedent{
	float: left;
    width: 110px;
	height:240px;
	text-align: right;
	vertical-align: center;
	margin: 136px 0 0 25px;
	padding: 170px 40px 0 0;		
}
.boutons{
	float: left;
    width: 945px;
	text-align: center;
	vertical-align: center;
	margin: 25px 0 0 0;
}
.facebookBtn{
	float: left;
    width: 945px;
	vertical-align: center;
	margin: 15px 0 0 177px;
	  font-size: 12px;
}
.facebookBtn a#retour{
  color: #EB0D71;
  font-size: 12px;
}

#toutesLesPhotos  {
    width: 945px;
	float: left;
    padding-top: 110px;
	background: url(../images/rubrique_toutes_les_photos.jpg) top no-repeat;
}
#photosDuTonLycee  {
    width: 945px;
	float: left;
    padding-top: 110px;
	background: url(../images/rubrique_photos_du_lycee.jpg) top no-repeat;
}
#envoieTonEcard  {
    width: 945px;
	float: left;
	background: url(../images/rubrique_envoie_ton_ecard.jpg) top no-repeat;
}

#envoieTonEcardVide  {
    width: 945px;
    float: left;
    padding-top: 110px;
    background: url(../images/rubrique_envoie_ton_ecard_vide.jpg) top no-repeat;
}

#ecrisTonEcard{
	float: left;
    width: 945px;
	background: url(../images/rubrique_envoie_ton_ecard.jpg) top no-repeat;
}

.ecardSpace{
	float:left;
    width: 945px;
	height:25px;
	display: block;
	
}

.ecard{
	float:left;
    width: 600px;
	margin: 10px 0 0 105px;
}

.ecardBoutons{
	float:left;
    width: 600px;
	text-align: center;
	vertical-align: center;	
	margin: 20px 0 60px 0;
}

.ecardBoutons input{
	float: left;
}

.previsualition{
	float:left;
    width: 685px;
	height:375px;
	margin: 10px 0 0 60px;
}

.boutonsConfirm{
	float: left;
  width: 685px;
	height:52px;
	text-align: center;
	vertical-align: center;
	margin: 25px 0 175px 60px;
}

.textLien{
  height:52px;
  text-align: center;
  vertical-align: center;
  margin-top: 25px;
}

.boutonsConfirm input{
	float: left;
}

.textLien p a{
	color: #FE9C01;
	font-family: verdana,helvetica,sans-serif;
	font-size: 1.5em;
}

.Visuel{
	float: left;
    width: 520px;
	height:375px;
	text-align: center;
	vertical-align: center;
	margin: 0 0 0 0;
}
.txtPrevisu{
	float: left;
	width: 133px;
	height:360px;
	text-align: center;
	vertical-align: center;
	margin: 0 0 0 0;
	padding: 15px 10px 0 10px;
	background: url(../images/texte_previsu.jpg) top no-repeat;	
	display: block;
	font-size: 14px;
}
.txtPrevisu table{
    text-align: left;
}
.txtPrevisu td{
	vertical-align: top;
}
.txtPrevisu p{
    font-size: 12px;
    color: #565656;
    line-height: 14px;
}
.tabloTexte{
	height: 345px;
}
.formulaire{
	float: left;
	margin: 10px 0 10px 150px;
}
.text textarea {
	float:left;
	text-align: left;
	width: 300px;
	height: 100px;
	/* padding: 3px 2px 0px 5px; */
	margin: 0px;
	border: none;
	background: transparent url(../images/bg-registForm-textarea.jpg) left top no-repeat;	
}
.commentaire{
	float: left;
	color: #6e6e6e;
	font-size: 10px;
	display: block;
	margin: 5px 0 10px 0;
}

.ecard1{
	float: left;
	width: 600px;
	height: 355px;
	display: block;
	background: url(../images/Place2Be_Ecard.jpg) left top no-repeat;

}
.photo1{
	margin: 30px 0 0 125px;
}

.ecard2{
	float: left;
	width: 600px;
	height: 355px;
	display: block;
	background: url(../images/Place2Be_Ecard2.jpg) left top no-repeat;

}
.photo2{
	margin: 43px 0 0 142px;
}

.ecard3{
	float: left;
	width: 600px;
	height: 355px;
	display: block;
	background: url(../images/Place2Be_Ecard3.jpg) left top no-repeat;

}
.photo3{
	margin: 41px 0 0 184px;
}

.ecard4{
	float: left;
	width: 600px;
	height: 355px;
	display: block;
	background: url(../images/Place2Be_Ecard4.jpg) left top no-repeat;

}

.photo4{
	margin: 21px 0 0 226px;
}

.ecard5{
	float: left;
	width: 600px;
	height: 355px;
	display: block;
	background: url(../images/Place2Be_Ecard5.jpg) left top no-repeat;
}

.photo5{
	margin: 57px 0 0 125px;
}

.ecard6{
	float: left;
	width: 600px;
	height: 355px;
	display: block;
	background: url(../images/Place2Be_Ecard6.jpg) left top no-repeat;

}
.photo6{
	margin: 35px 0 0 140px;
}


.envoieTonEcardSpace{
	float: left;
	width: 945px;
	height: 30px;
	display: block;
}

.lienRetourValidation {
	text-align: center; 
	font-size: 12px; 
    line-height: 20px;
	color: #6E6E6E; 
	margin: 40px 0 20px 0;
}

.lienRetourValidation .color {
	color: #f40972; 
    font-size: 14px; 
}

.lienRetourValidation p a {
	color: #EB0D71;
}

.Visuel1{
	float: left;
	width: 520px;
	height: 306px;
	display: block;
	background: url(../images/final_Ecard.jpg) left top no-repeat;

}
.photofinal1{
	float: left;
	width: 319px;
	height: 240px;
	/*background: url(../images/ta_photo_ici.gif) left top no-repeat;*/
	display: block;
	margin: 30px 0 0 100px;
}


.Visuel2{
	float: left;
	width: 520px;
	height: 306px;
	display: block;
	background: url(../images/final_Ecard2.jpg) left top no-repeat;

}
.photofinal2{
	float: left;
	width: 319px;
	height: 240px;
	/*background: url(../images/ta_photo_ici.gif) left top no-repeat;*/
	display: block;
	margin: 35px 0 0 110px;
}

.Visuel3{
	float: left;
	width: 520px;
	height: 306px;
	display: block;
	background: url(../images/final_Ecard3.jpg) left top no-repeat;

}
.photofinal3{
	float: left;
	width: 319px;
	height: 240px;
	/*background: url(../images/ta_photo_ici.gif) left top no-repeat;*/
	display: block;
	margin: 20px 0 0 140px;
}
.Visuel4{
	float: left;
	width: 520px;
	height: 306px;
	display: block;
	background: url(../images/final_Ecard4.jpg) left top no-repeat;

}
.photofinal4{
	float: left;
	width: 319px;
	height: 240px;
	/*background: url(../images/ta_photo_ici.gif) left top no-repeat;*/
	display: block;
	margin: 20px 0 0 180px;
}
.Visuel5{
	float: left;
	width: 520px;
	height: 306px;
	display: block;
	background: url(../images/final_Ecard5.jpg) left top no-repeat;

}
.photofinal5{
	float: left;
	width: 319px;
	height: 240px;
	/*background: url(../images/ta_photo_ici.gif) left top no-repeat;*/
	display: block;
	margin: 40px 0 0 120px;
}
.Visuel6{
	float: left;
	width: 520px;
	height: 306px;
	display: block;
	background: url(../images/final_Ecard6.jpg) left top no-repeat;

}
.photofinal6{
	float: left;
	width: 319px;
	height: 240px;
	/*background: url(../images/ta_photo_ici.gif) left top no-repeat;*/
	display: block;
	margin: 20px 0 0 170px;
}

.selectEcard {
  float: left;
  margin: 0 20px 20px 0;
}

.selectEcard1 {
  background: url(/images/e-card1.jpg) no-repeat top left;
  padding: 23px 0 0 55px;
  width: 220px;
  height: 139px;
  display: block;
}

.selectEcard2 {
  background: url(/images/e-card2.jpg) no-repeat top left;
  padding: 19px 0 0 64px;
  width: 211px;
  height: 143px;
  display: block;
}

.selectEcard3 {
  background: url(/images/e-card3.jpg) no-repeat top left;
  padding: 18px 0 0 83px;
  width: 192px;
  height: 144px;
  display: block;
}

.selectEcard4 {
  background: url(/images/e-card4.jpg) no-repeat top left;
  padding: 11px 0 0 101px;
  width: 174px;
  height: 151px;
  display: block;
}

.selectEcard5 {
  background: url(/images/e-card5.jpg) no-repeat top left;
  padding: 22px 0 0 56px;
  width: 219px;
  height: 140px;
  display: block;
}

.selectEcard6 {
  background: url(/images/e-card6.jpg) no-repeat top left;
  padding: 16px 0 0 63px;
  width: 212px;
  height: 146px;
  display: block;
}

.go {
    color: #ff9e04;
    font-size: 14px;
    margin: 40px 20px 0 20px;
    padding: 10px 36px 10px 0;
    text-align: right;
    background: url(/images/next.png) no-repeat right 1px;
}

.return {
    color: #ff9e04;
    font-size: 14px;
    margin: 40px 20px 0 20px;
    padding: 10px 0 10px 36px;
    text-align: right;
    height: 50px;
    background: url(/images/prev.png) no-repeat 730px 1px;
}

.go a,
.return a {
    color: #ff9e04;
}