/*
 * Copyright 2010 WnG Solutions Sàrl, all rights reserved
 *
 * WnG Solutions - Rue Marterey 5 - CH-1005 Lausanne
 * Tel +41 21 320 11 11 - Fax +41 21 320 11 10
 * http://www.wng.ch/ - info[at]wng[dot]ch
 */

/* Feuille de styles principale */

/* ----- * Générique * ----- */

/* ----- * Balises principales * ----- */
	
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
	
html {
	overflow-y: scroll;
}

body {
	font-family: Arial;
	font-size: 13px;
	color: #5c5c5c;
	background: #b8c2ca url(../images/backgrounds/bg_body.jpg) repeat-x 0 0;
}

/* ----- * /Balises principales * ----- */
	
	
/* ----- * Utilitaires * ----- */
	
.spacer {
	clear: both;
	font-size: 0;
	display: block;
}
	
.hideMe {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
	
p.smallText { font-size: 10px; }
	
.floatL { float: left; }
.floatR { float: right; }
	
.marginTop { margin-top: 20px; }
.marginRight { margin-right: 20px; }
.marginBottom { margin-bottom: 20px; }
.marginLeft { margin-left: 20px; }
	
.textAlignLeft { text-align: left; }
.textAlignCenter { text-align: center; }
.textAlignRight { text-align: right; }
.textAlignJustify { text-align: justify; }

/* ----- * /Utilitaires * ----- */
	
	
/* ----- * Titres * ----- */
	
h1 {
	font-size: 2em;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
}
	
h3 {
	font-size: 1.4em;
	margin: 12px 0 6px 0;
}
	
h4 {
	font-size: 1.4em;
}
	
h5 {
	font-size: 1.2em;
}
	
/* ----- * /Titres * ----- */
			
/* ----- * /Générique * ----- */


/* ----- * Conteneur global * ----- */

#global {
	width: 925px;
	margin: 15px auto;
	border-top: 0;
}

/* ----- * /Conteneur global * ----- */

/* Langues TDS */

.menuLang {
	list-style: none;	
}

.menuLang li {
	display: inline;	
	margin-right: 5px;
}

.menuLang li a:link,
.menuLang li a:visited,
.menuLang li a:active {
	/*color: #009651;*/
	color: #e4302c;
	text-decoration: underline;
}

.menuLang li.menuOn a,
.menuLang li a:hover {
	text-decoration: none;	
}


/* ----- * Bannière * ----- */

#banner {
	position: relative;
	height: 100px;
	/* background: #ffffff url(../images/backgrounds/bg_banner.png) no-repeat 0 0; */
	background: #ffffff;
}

#banner h1 {
	padding: 20px 0 0 0;
	float: left;
}

#banner h2 {
	padding: 28px 0 0 0;
	float: left;
}

#banner h1 a {
	position: absolute;
	top: 40px;
	display: block;
	width: 237px;
	height: 44px;
	background: transparent url(../images/logos/logo_welovevelo.png) top left no-repeat;
}

#slogan {
	margin-top: 67px;
	margin-left: 260px;
	position: absolute;
	display: block;
	width: 159px;
	height: 13px;
	background: transparent url(../images/logos/slogan.png) no-repeat 0 0;
}

.de #slogan {
	background-image: url(../images/logos/slogan_de.png);
	display: none;
}

#veloMontain {
	display: block;
	width: 281px;
	height: 25px;
	background: url(../images/backgrounds/bg_veloBanner.png) no-repeat 0 0;
	position: absolute;
	margin-left: 429px;
	margin-top: 55px;
}

#banner h1 a:focus {
	outline: dotted 1px #59585a;
}

#banner #printSlogan,
#banner #printLogo {
	display: none;
	visibility: hidden;
}

/* ----- * Liens d'accessibilité * ----- */

#menuCollabo {
	position: absolute;
	top: 70px;
	right: 5px;
	text-align: right;
	width: 150px;
	height: 12px;
}
	
#menuCollabo a {
	text-decoration: underline;
	/*color: #009651;*/
	color: #e4302c;
	font-weight: bold;
}
/* ----- /* Liens d'accessibilité * ----- */

/* ----- * Liens d'accessibilité * ----- */

#accessKeys ul {
	float: left;
	list-style: none;
	position: absolute;
	top: 2px;
	left: 2px;
}
	
#accessKeys ul li {
	display: inline;
	padding-right: 5px;
}
	
#accessKeys ul li a:link,
#accessKeys ul li a:visited,
#accessKeys ul li a:hover,
#accessKeys ul li a:active {
	color: #ffffff;
	cursor: default;
}
	
#accessKeys ul li a:focus {
	color: #000000;
}


#tools ul {
    list-style: none;
    float: right;
}
    
#tools ul li {
    float: left;
    height: 52px;
}
    
#tools ul li.last {
    border-right: none;
}

#tools ul li a {
		display: block;
		width: 95px;
		height: 52px;
		background: url(../images/menu/btnTDR.png) no-repeat left top	;
}
		
#tools ul li a.tdr { 
	background-image: url(../images/menu/btnTDR.png) !important;
}
#tools ul li a.tds { 
	background-image: url(../images/menu/btnTDS.png) !important;
}
#tools ul li a.rc {
	background-image: url(../images/menu/btnRC.png) !important;
}

#tools ul li a.menuOn,
#tools ul li a:hover {
	background-position: left bottom !important; 
}

#tools #toolsLinks {
    border: 1px solid #000;
    float: right;
}

/* ----- * /Liens d'accessibilité * ----- */

/* ----- * /Bannière * ----- */

/* ----- * Menu principal * ----- */

#menuMain {
	height: 36px;
	width: 923px;
	background: transparent url(../images/backgrounds/bg_menuMain.jpg) no-repeat 0 0;
}

#menuMain ul {
	list-style: none;
}

#menuMain ul li {
	display: inline;
}

#menuMain ul li a {
	width: 83px;
	height: 36px;
	display: block;
	float: left;
	background: transparent url(../images/menu/accueil.jpg) no-repeat 0 0;
}

#menuMain ul li a.accueil {
	width: 83px;
}

.de #menuMain ul li a.home {
	width: 66px;
	background-image: url(../images/menu/accueil_de.jpg);
}

#menuMain ul li a.vaudoise {
	width: 197px;
	background-image: url(../images/menu/vaudoise.jpg);
}

.de #menuMain ul li a.vaudoise {
	width: 172px;
	background-image: url(../images/menu/vaudoise_de.jpg);
}

#menuMain ul li a.videos {
	width: 73px;
	background-image: url(../images/menu/videos.jpg);
}

.de #menuMain ul li a.videos {
	background-image: url(../images/menu/videos_de.jpg);
}

#menuMain ul li a.photos {
	width: 79px;
	background-image: url(../images/menu/photos.jpg);
}

#menuMain ul li a.fotos,
.de #menuMain ul li a.fotos {
	width: 65px;
	background-image: url(../images/menu/photos_de.jpg);
}

.de #menuMain ul li a.engagement {
	width: 124px;
	background-image: url(../images/menu/engagement_de.jpg);
}

#menuMain ul li a.engagement {
	width: 124px;
	background-image: url(../images/menu/engagement.jpg);
	/*display: none;*/
}

#menuMain ul li a.concours {
	width: 101px;
	background-image: url(../images/menu/concours.jpg);
}

.de #menuMain ul li a.wettbewerb {
	width: 123px;
	background-image: url(../images/menu/concours_de.jpg);
}

.de #menuMain ul li a.kontakt {
	width: 88px;
	background-image: url(../images/menu/contact_de.jpg);
}
#menuMain ul li a.contacts,
#menuMain ul li a.contact {
	width: 86px;
	background-image: url(../images/menu/contact.jpg);
}

#menuMain ul li a.goodies {
	width: 86px;
	background-image: url(../images/menu/goodies.jpg);
}

.de #menuMain ul li a.hospitality {
	width: 115px;
	background-image: url(../images/menu/hospitality_de.jpg);
}
#menuMain ul li a.hospitality {
	width: 115px;
	background-image: url(../images/menu/hospitalite.jpg);
}	

#menuMain ul li a.relations {
	width: 76px;
	background-image: url(../images/menu/media.jpg);
}

.de #menuMain ul li a.medien {
	width: 76px;
	background-image: url(../images/menu/media_de.jpg);
}

#menuMain ul li a.de.suisse {
	width: 144px;
	background-image: url(../images/menu/tdsMain.jpg);
}

#menuMain ul li a.parcours {
	width: 98px;
	background-image: url(../images/menu/parcours.jpg);
}

.de #menuMain ul li .strecke {
	width: 126px;
	background-image: url(../images/menu/parcours_de.jpg);
}

#menuMain ul li a:hover,
#menuMain ul li a.menuOn {
	background-position: left bottom;
}

/* ----- * /Menu principal * ----- */

/* ----- * Sous menu * ----- */

#menuSub {
	margin: 0;
	background: url(../images/backgrounds/bg_content_Smenu.png) repeat-y 0 0;
}

#menuSub span.archiveLabel {
	clear: left;
	float: left;
	font-weight: bold;
}

#menuSub ul.menuSub {
	float: left;
	list-style: none;
	padding-left: 15px;
}

#menuSub ul.menuSub li {
	display: inline;
}

#menuSub ul.menuSub li a {
	padding: 5px;
	display: block; 
	float: left;
	margin-right: 1px;
	color: #59585a;
	text-decoration: none;
}

#menuSub ul.menuSub li a:hover {
	color: #e4302c;
}

#menuSub ul.menuSub li.menuOn  a{
	color: #e4302c;
	text-decoration: none;
}

.subMenuLine strong {
	margin: 0;
	padding: 0;
}

#menuSub.menuSubPhotos {
	padding: 5px;
}

#menuSub.menuSubPhotos select {
	margin-left: 10px;
	border: 1px solid #666666;
	padding: 0 0 0 2px;
}

/* ----- * /Sous menu * ----- */

/* ----- *  Vaudoise assurance * ----- */

#sloganVdassurance {
	margin: 34px 0 0 921px;
	position: absolute;
	width: 45px;
	height: 215px;
}

#sloganVdassurance a {
	border: none;
}

.de #sloganVdassurance img {
	display: none;
}

.de #sloganVdassurance a {
	width: 45px;
	height: 215px;
	display: block;
}

.de #sloganVdassurance {
	background: url(../images/logoVaudoisePowered_de.png) no-repeat 0 0;
}

/* ----- *  /Vaudoise assurance * ----- */

/* ----- * Contenu * ----- */

#content {
	background: url(../images/backgrounds/bg_content.png) repeat-y 0 0;
	overflow: hidden;
}

#content a:link,
#content a:visited,
#content a:active {
	color: #009651;
}

#content ul {
	list-style: none;	
}

#content ul li,
#content ul.puces li{
	padding-left: 15px;
	background: url(../images/puceRouge16x16.jpg) no-repeat left top;	
}

#contentFooter {
	width: 923px;
	height: 8px;
	background: url(../images/backgrounds/bg_bottom.png) no-repeat 0 0;
}

	/* ----- * Colonne de gauche * ----- */
		
	#colLeft {
		float: left;
		width: 200px;
		margin-top: 10px;
	}
	
	/* ----- * Contenu de gauche * ----- */
			
	#contentLeft div.csc-default {
		margin: 10px 0;
		padding: 3px;
		background-color: #f0f0f0;
	}
	
	/* ----- * /Contenu de gauche * ----- */	
	
	
	/* ----- * Contenu de droite * ----- */
	
	#contentRight {
		float: right;
		width: 198px;
		padding: 5px 20px 10px 20px;
	}
		
	#contentRight .box {
		border-bottom: dotted 1px #c5c5c5;
	}
	
	#contentRight .box a {
		color: #5c5c5c !important;
	}
	
	#contentRight .boxHover,
	#contentRight .boxText,
	#contentRight .boxTitle,
	#contentRight .boxContent
	#contentRight .boxImg {
		display: block;
	}
	
	#contentRight .boxText,
	#contentRight .boxTitle,
	#contentRight .boxContent {
		width: 110px;
	}
	
	#contentRight .boxHover {
		margin: 3px 0;
		padding: 4px 0;
		min-height: 64px;
		text-decoration: none;
		color: #5c5c5c;
	}
	
	
	#contentRight .boxText {
		padding: 0 0 5px 5px;
		float: left;
	}
	
	#contentRight .boxHover:hover,
	#contentRight .boxHover:hover .boxText {
		color: #e4302c;
	}
	
	#contentRight .boxTitle {
		background-repeat: no-repeat;
		background-position: right top !important;
		cursor: pointer;
	}
	
	#contentRight .boxHover:hover .boxTitle {
		background-position: right bottom !important;
	}
	
	#contentRight .boxTitle,
	#contentRight .boxContent {
		text-align: right;
		float: left;
		cursor: pointer;
	}
		
	#contentRight .boxTitle {
		padding: 0;
		height: 20px;
		margin-bottom: 5px;
	}
		
	#contentRight .boxImg {
		padding: 0 3px 0 18px;
		width: 62px;
		min-height: 64px;
		float: right;
		cursor: pointer;
	}
	
	/* ----- * /Contenu de droite * ----- */
		
	/* ----- * Contenu principal * ----- */
	
	#contentMain .tx-felogin-pi1 div {
		margin: 5px 0;
	}
	
	#contentMain #c262,
	#contentMain #c1286,
	#contentMain #c3194,
	#contentMain #c3367,
	#contentMain #c3316,
	#contentMain #c3466,
	#contentMain #c3490,
	#contentMain #c5020 {
		padding: 8px 10px 10px 10px;
		font-size: 12px;
	}
	
	#contentMain #c262 h2 {
		color: #e53834 !important;
	}
	
	#contentMain {
		padding: 0 0 0 2px;
		font-size: 1.2em;
		overflow: hidden;
	}
	
	#global #content #contentMain h2 {
		color: #e53834 !important;
	}
	
	#global #contentMain a {
		color: #009651;
	}
	
	#contentMain img {
		padding: 0 0 0 1px;
	}
	
	#global #content #contentMain table tr td {
		height: 13px;	
		line-height: 15px;
	}
		
	#contentMain ul li {
		margin-left: 30px;
	}
	
	#contentMain .csc-textpic-imagewrap li {
		padding: 0;
		margin: 0;
	}
	
	#global.int #contentMain {
		padding: 15px;
		font-size: 12px;
	}
	
	html body #global.int #content #contentMain p.bodytext,
	html body #global.int #content #contentMain p {
		margin: 5px 0;
		text-align: justify !important;
	}
		
	#global.construction #contentMain {
		width: 700px;
		margin: 120px auto 0 auto;
	}
	
	#contentMain div.tx-felogin-pi1 fieldset div {
		margin-top: 5px;
		padding: 0;
	}
	
		/* ----- * Newsletter * ----- */
		
		#global #content #contentMain #newsletter_register ul li {
			background: none;
			padding-left: 0;
			margin-left: 0;
		}
		
		#global #content #contentMain label.fixMarginTop{ margin-top: 0; }
		
		#global #content #contentMain #newsletter_register select {
			border: 1px solid #666666;
		}
		
		#newsletter_register .inputSubmit {
			margin-left: 120px;
			border: 1px solid #666666;
			padding: 2px 5px 2px 5px;
		}
		
		/* ----- * /Newsletter * ----- */
	
		/* ----- * Concours * ----- */
		
		#contentMain div.tx-felogin-pi1 {
			margin: 0;
			padding: 0;
		}
		
		#contentMain div.tx-wngsimplecontest-pi1 ul.wngsimplecontestAnswers {
			margin-bottom: 5px;	
		}

		#contentMain div.tx-wngsimplecontest-pi1 ul {
			margin-left: 0;
			padding-left: 0;
			list-style: none;
			border: none;
			margin-bottom: 0;
		}
		
		#newsletter_register label,
		#contentMain div.tx-felogin-pi1 label,
		#contentMain div.tx-wngsimplecontest-pi1 ul label {
			margin-top: 5px;
			float: left;
			width: 120px;
			cursor: pointer;
		}
		
		#newsletter_register li,
		#contentMain div.tx-wngsimplecontest-pi1 ul li {
			margin: 2px 0 0 0;
			padding: 0;
			background: none;
		}
		
		#contentMain div.tx-wngsimplecontest-pi1 ul li span.questionText {
			color: #e53834;
			font-size: 14px;
			font-weight: bold;
			padding-left: 0;
		}
		
		#contentMain div.tx-wngsimplecontest-pi1 ul li ul.question li .inputRadio {
			line-height: 18px;
		}
		
		#contentMain div.tx-wngsimplecontest-pi1 ul li ul.question {
			margin-bottom: 10px;
			
			overflow: hidden;
		}
		
		#contentMain div.tx-wngsimplecontest-pi1 ul li ul li {
			display: inline;
			line-height: 18px;
			margin-right: 10px;
			
			
			/*float: left;*/
		}
		
		#wngsimplecontestAgency {
			width: 163px;
		}
		
		#newsletter_register .inputText,
		#contentMain div.tx-felogin-pi1  input.inputText,
		div.tx-wngsimplecontest-pi1 .inputText {
			margin-top: 5px;
			padding: 2px;
			border: 1px solid #666666;
		}
		
		div.tx-wngsimplecontest-pi1 .inputSubmit {
			float: left;
			border: none;
			background: #ffffff url(../images/backgrounds/bg_button.png) no-repeat 0 0;
			text-align: center;
			width: 82px;
			height: 24px;
			font-size: 11px !important;
		}
		
		#contentMain h2.csc-firstHeader {
			margin: 0;
			padding: 0;
		}
		
		#contentMain div.tx-felogin-pi1 div.usernameInformations {
			height: 20px;
		}
		
		#contentMain div.tx-felogin-pi1 div.usernameInformations label {
			margin: 0;
			padding: 0;
		}
		
		#contentMain div.tx-felogin-pi1  input.inputSubmit,
		#contentMain div.tx-felogin-pi1 input.inputButton {
			margin: 5px 0 0 120px;
			border: none;
			background: #ffffff url(../images/backgrounds/bg_button.png) no-repeat 0 0;
			text-align: center;
			width: 82px;
			height: 24px;
			font-size: 11px;
		}
		
		#contentMain div.tx-felogin-pi1 input.inputButton  {
			margin: 0;
			padding: 0;
		}
		
		#contentMain div.tx-felogin-pi1  input.inputSubmit {
			margin-top: 5px;
			padding: 0;
		}
		
		#contentMain div.tx-wngsimplecontest-pi1 a.inputLink {
			margin-top: 5px;
			margin-left: 120px;
		}
		
		div.tx-wngsimplecontest-pi1 a.inputLink:link,
		div.tx-wngsimplecontest-pi1 a.inputLink:visited,
		div.tx-wngsimplecontest-pi1 a.inputLink:active,
		div.tx-wngsimplecontest-pi1 a.inputLink:hover {
			display: block;
			border: none;
			background: #ffffff url(../images/backgrounds/bg_button.png) no-repeat 0 0;
			text-align: center;
			width: 82px;
			height: 24px;
			font-size: 11px;
			float: left;
			line-height: 24px;
			text-decoration: none;
			color: #000000 !important;
		}
		
		#contentMain #wngsimplecontestFields #wngsimplecontestSubmit {
			margin-top: 5px;
			margin-left: 5px;
		}
		
		#contentMain #wngsimplecontestFields #wngsimplecontestFirstName,
		#contentMain #wngsimplecontestFields #wngsimplecontestLastName,
		#contentMain #wngsimplecontestFields #wngsimplecontestAddress,
		#contentMain #wngsimplecontestFields #wngsimplecontestNPA,
		#contentMain #wngsimplecontestFields #wngsimplecontestTown,
		#contentMain #wngsimplecontestFields #wngsimplecontestPhone,
		#contentMain #wngsimplecontestFields #wngsimplecontestEmail {
			padding-right: 23px;
		}
		
		/* ----- * /Concours * ----- */
		
		/* ----- * Formulaire collaborateur - Login * -----*/
	
		#contentMain .tx-felogin-pi1  {
			margin-left: 10px;
		}
		
		/* ----- * /Formulaire collaborateur - Login * ----- */
	
		/* ----- * Gallerie photo * ----- */
	
		html body #global #content #contentMain .tx-rgsmoothgallery-pi1,
		#global #content #contentMain .tx-rgsmoothgallery-pi1 .jdGallery .slideElement,
		#global #content #contentMain .tx-rgsmoothgallery-pi1 .jdGallery .loadingElement {
			background-color: #ffffff !important;
		}
		
		#global #content #contentMain .tx-rgsmoothgallery-pi1 .myGallery {
			border: none;
		}
		
		/*
		html body #global #content #contentMain #rglbPrevLink:hover,
		#global #content #contentMain .jdGallery a.left {
			background-image: url(../images/rgsmoothgallery/fleche1.png) !important;
		}
		
		html body #global #content #contentMain #rglbNextLink:hover,
		#global #content #contentMain .jdGallery a.right {
			background-image: url(../images/rgsmoothgallery/fleche2.png) !important;
		}
		
		html body #global #content #contentMain #rglbCloseLink {
			background-image: url(../images/rgsmoothgallery/close9yj.gif) !important;
		}
		*/
		
		/* ----- * /Gallerie photo * ----- */
		
		#facebook-partage {
			padding-left: 25px;
			line-height: 35px;
			height: 35px;
			background: url(../images/backgrounds/facebook.png) no-repeat left center;
			display: block;
		}
		
		#facebookpicture { display: none; }
		
		#wngcrossvpFacebookImage {
			display: none;
			visibility: hidden;
		}
	
	/* ----- * /Contenu principal * ----- */
	
	
	/* ----- * Lecteur video * ----- */
	
	#wngcrossvpContainer {
		width: 682px;
	}
	
	#videolistup,
	#videolistdown {
		height: 25px;
		width: 202px;
		display: block;
		width: auto;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		color: #000;
		background: url(../images/backgrounds/arrowDown.png) no-repeat 0 0;
	}
	
	#videolistup {
		width: 202px;
		background: url(../images/backgrounds/arrowUP.png) no-repeat 0 0;
	}
	
	#wngcrossvpAltContent {
		padding: 10px;
		font-size: 12px;
	}
	
	#wngcrossvpAltContent p {
		margin-bottom: 5px;
	}
	
	#wngcrossvpVideo {
		display: block;
		width: 480px;
		height: 270px;
		float: left;
	}
	
	#wngcrossvpList {
		display: block;
		float: left;
		width: 202px;
		height: 270px;
	}
	
	#contentMain .tx-wngcrossvp-pi1 .msie8 #wngcrossvpList {
		height: 300px !important;
	}
	
	#wngcrossvpList ul {
		list-style: none;
		height: 220px;
		overflow: hidden;
		padding: 0;
	}
	
	#contentMain .tx-wngcrossvp-pi1 .msie8 #wngcrossvpList ul {
		height: 250px !important;
	}
	
	#wngcrossvpList ul li {
		margin-left: 0;
		padding-left: 0;
		background: #efefef;
		position: relative;
		display: block;
		width: 202px;
	}
	
	#contentMain #wngcrossvpList ul li a {
		border-top: 1px solid #e1e1e1;
		color: #535353;
		margin: 0;
	}
	
	#wngcrossvpShare span.shareTitle {
		float: left;
		font-size: 12px;
		line-height: 21px;
		margin-right: 5px;
	}
	
	#contentMain #wngcrossvpList ul li a:hover {
		background-color: #cccccc;
	}
	
	#wngcrossvpList ul li a:link,
	#wngcrossvpList ul li a:visited,
	#wngcrossvpList ul li a:active,
	#wngcrossvpList ul li a:hover {
		float: left;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		color: #535353;
	}
	
	#wngcrossvpList span.details {
		font-size: 11px;
		font-style: italic;
		float: left;
		display: block;
		width: 103px;
		padding: 2px;
		cursor: pointer;
		font-weight: normal;
	}
	
	#wngcrossvpList span.details .wngcrossvpVideoDate {
		font-size: 10px !important;
	}
	
	#wngcrossvpList span.thumb {
		display: block;
		float: left;
		width: 94px;
		height: 60px;
		cursor: pointer;
	}

	#wngcrossvpOriginal {
		display: none;
		visibility: hidden;
	}
	
	#wngcrossvpBottomAddons  {
		padding: 0 0 0 20px;
	}
	
	#wngcrossvpText {
		margin-bottom: 15px;
		color: #59585a;
		font-size: 13px;		
	}
	
	#wngcrossvpText h3 {
		font-size: 24px;
	}
	
	#wngcrossvpFilters {
		float: left;
	}
	
	#wngcrossvpFilters label {
		font-size: 12px;
	}
	
	#wngcrossvpFilters select {
		margin: 0 8px;
		border: solid 1px #666666;
	}
	
	#wngcrossvpFilters input.inputText {
		margin: 0 5px;
		padding: 0 5px;
		border: solid 1px #666666;
	}
	
	#wngcrossvpFilters input.inputSubmit {
		border: none;
		background: #ffffff url(../images/backgrounds/bg_button.png) no-repeat 0 0;
		text-align: center;
		width: 82px;
		height: 24px;
		font-size: 11px !important;
	}
	
	/* ----- * Lecteur video * ----- */
	
	/* ----- *  Partage * -----*/
	
	#wngcrossvpShare {
		float: right;
	}
	
	#wngcrossvpShare .share {
		height: 21px;
		padding: 0 0 0 25px;
		display: block;
		float: left;
		font-size: 12px;
		color: #535353 !important;
		line-height: 21px;
		text-align: right;
	}
	
	#wngcrossvpShare .share.email {
		background: url(../images/backgrounds/mail.png) no-repeat left;
	}
	
	#wngcrossvpShare .share.facebook {
		background: url(../images/backgrounds/facebook.png) no-repeat left;
	}
	
	#wngcrossvpShare .share.twitter {
		background: url(../images/backgrounds/twitter.png) no-repeat left;
	}
	
	#contentMain #wngcrossvpMailFormContainer {
		padding: 10px;
		font-size: 12px !important;
	}
	
	#tipAfriend ul,
	#contentMain #wngcrossvpMailFormContainer ul {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		border: none;
		margin-bottom: 0;
	}
	
	#tipAfriend ul label,
	#contentMain #wngcrossvpMailFormContainer ul label {
		float: left;
		width: 180px;
		cursor: pointer;
	}
	
	#tipAfriend ul li,
	#contentMain #wngcrossvpMailFormContainer ul li {
		margin: 2px 0 0 0;
		padding: 0;
		background: none;
	}

	#tipAfriend textarea,
	#tipAfriend input.textInput,
	#contentMain #wngcrossvpMailFormContainer ul .inputText {
		margin-top: 5px;
		padding: 2px;
		border: 1px solid #666666;
		width: 200px;
	}
	
	#tipAfriend ul .submitInput,
	#contentMain #wngcrossvpMailFormContainer ul .inputSubmit {
		float: left;
		border: none;
		background: #ffffff url(../images/backgrounds/bg_button.png) no-repeat 0 0;
		text-align: center;
		width: 82px;
		height: 24px;
		font-size: 11px !important;
	}
	
	#tipAfriend ul .submitInput {
		margin-left: 180px;
	}
	
	#contentMain #wngcrossvpMailFormContainer a.inputLink {
		margin-left: 180px;
	}
	
	#global #content #contentMain #wngcrossvpText,
	#global #content #contentMain #wngcrossvpText p {
		text-align: justify;
	}
	
	#global #content #contentMain #wngcrossvpText h3 {
		text-align: left !important;
	}
	
	#global #content #contentMain #wngcrossvpText.msie8_0 {
		padding-top: 40px;
	}
	
	#wngcrossvpMailFormContainer a.inputLink:link,
	#wngcrossvpMailFormContainer a.inputLink:visited,
	#wngcrossvpMailFormContainer a.inputLink:active,
	#wngcrossvpMailFormContainer a.inputLink:hover {
		display: block;
		padding: 2px 4px;
		border: 1px solid #666666;
		background: #e0dfe3;
		width: 60px;
		float: left;
		height: 18px;
		color: #000000 !important;
		text-decoration: none;
		cursor: pointer;
		line-height: 18px;
		margin-right: 5px;
		text-align: center;
	}
	
	/* ----- * /Partage * ---- */
	
	/* ----- * TipAFriend * ----- */
	
	#tipAfriend fieldset ul {
		list-style-type: none;
		margin-top: 20px;
	}
	
	#tipAfriend fieldset ul li {
		margin-left: 0;
		padding: 2px 0;
	}
	
	#tipAfriend fieldset ul li textarea.textInput {
		height: 100px;
		width: 320px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		overflow: auto;
	/*	border: 1px solid #0176ac;*/
	}
	
	/* ----- * /TipAFriend * ----- */
	
/* ----- * /Contenu * ----- */

/* ----- * Box d'informations * ----- */

#informations {
	margin: 10px 0;
	width: 924px;
	overflow: hidden;
	/*height: 90px;*/
}

#informations .box {
	width: 300px;
	float: left;
	font-size: 12px;
	background: transparent url(../images/backgrounds/bg_boxtop.png) no-repeat 0 0;
}

#informations .box .boxText {
	margin: 7px 0 0 0;
	padding: 5px 20px 10px 20px;
	background: transparent url(../images/backgrounds/bg_boxcontent.png) repeat-y 0 0;
	float: left;
	width: 260px;
}

#informations .box .boxSavoirPlus a {
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
	color: #009651;
	/*color: #e4302c;*/
	font-weight: bold;
	text-align: right;
	padding-left: 15px;
	background: url(../images/arrow.png) no-repeat 0 50%;
}

#informations .box .boxFooter {
	display: block;
	background: transparent url(../images/backgrounds/bg_boxbottom.png) no-repeat bottom left;
	padding-bottom: 7px;
}

#informations .box.boxMargin {
	margin: 0 12px;
}

#informations .box .boxTitle {
	display: block;
	height: 20px;
	background: url(../images/titleBoxes.png) no-repeat 0 0;
	margin-bottom: 10px;
}

#informations .box p {
	margin-bottom: 3px;
}


#informations .box.aura {
	background: #000000 url(../images/background/bg_boxbottom.png) no-repeat 0 0;
}

#informations .box.aura .boxFooter {
	background: #f0ac0d url(../images/background/bg_boxtop.png) no-repeat 0 0;
}

/* ----- /* Box d'informations * ----- */

/* ----- * Footer * ----- */

#footer {
	margin: 10px 0;
	font-size: 11px;
	padding: 0 3px;
}

#footer a {
	color: #5c5c5c;
	text-decoration: none;
}

#floatL {
	width: 200px;
	float: left;
	text-align: left;
}

#floatR  {
	width: 400px;
	float: right;
	text-align: right;
}

/* ----- * /Footer * ----- */

