	.GlobalRow {
		margin-left:auto;
		margin-right:auto;
		margin-top: 5px;
		height: 600px;
		width: 970px;
		/*border: #CCCCCC 1px solid;*/
	}

	.BandeauSpiral {
		height: 120px;
		width: 100%;
		margin-bottom: 10px;
		background-image: url(../imagesv2/home/bandeau_demo_3.jpg);
		cursor: pointer;
	}

	/* ------------------------------------------------------------------------------------ */
	/* DIVISION CADRE GAUCHE                                                                */
	/* ------------------------------------------------------------------------------------ */
	.CadreGauche {		
		float: left;
		height: 390px;
		width: 49%;
	}
		/* ------------------------------------------------------------------------------------ */
		/* Sous DIV de CadreGauche                                                              */
		/* ------------------------------------------------------------------------------------ */
		.LoginDiv {
			float: left;
			height: 80px;
			width: 225px;
			border: #C3C7C8 1px solid;
			font: 0.6em arial, verdana, sans-serif;
			text-align: right;
		}

		.LoginDiv A {
			font: 1.3em arial, verdana, sans-serif;
			text-decoration: none;
		}

		.SearchDiv {
			float: right;
			height: 80px;
			width: 225px;
			border: #C3C7C8 1px solid;
			font: 0.6em arial, verdana, sans-serif;
			text-align: right;
		}
		
		.AuthentCAS {
			width: 100%; 
			height: 15px;
			margin-top: 10px; 
			font: 0.7em arial, sans-serif;
		}

		.PubDiv {
	width: 100%;
	height: 240px;
	margin-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
			/*background-image: url(../imagesv2/home/encar_demo.jpg);*/
		}

	/* ------------------------------------------------------------------------------------ */
	/* DIVISION CADRE DROITE                                                                */
	/* ------------------------------------------------------------------------------------ */
	.CadreDroite {
		float: right;
		height: 375px;
		width: 49%;
		background-image: url(../imagesv2/home/degrade_gche_dte2_b.jpg);
	}
		/* ------------------------------------------------------------------------------------ */
		/* Sous DIV de CadreDroite                                                              */
		/* ------------------------------------------------------------------------------------ */

		.IconDiv {
			width: 100%;
			height: 50px;
			background-color: white;
		}
		
		.IconDiv li {
			margin: 0;
			padding: 0;
			display: inline;
			list-style-type: none;
		}

		.TitreTheme {	
			height: 25px;
			width: 95%;
			margin-left: 10px;
			font: 1.2em arial, verdana, sans-serif;
			font-style: italic;
			border-bottom: black 1px solid;
		}

		.Theme {	
			height: 40px;
			/* width: 100%  déforme le conteneur, passe à 98% */
			width: 98%;
			margin: 8px;
			margin-right: 0px;
		}

		.Theme img {	
			float: left;
			height: 40px;
			width: 40px;
		}

		.Theme table {
			font: 0.8em arial, verdana, sans-serif;
			height: 50px;
		}

	/* ------------------------------------------------------------------------------------ */
	/* DIVISION AUTRES                                                                      */
	/* ------------------------------------------------------------------------------------ */
	.BasDePage {
		/*margin-top: 10px;*/
		height: 35px;
		width: 100%;
	}
	
	.FooterLinks li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}

	.FooterLinks a:link, .FooterLinks a:visited {
		font: 0.8em arial, sans-serif;
		/*font-weight: bold;*/
		line-height: 35px;
		/*margin: 0 10px 4px 10px;*/
		margin: 3px;
		text-decoration: none;
		color: #666666;
	}

	.FooterLinks a:hover {
		font: 0.8em arial, sans-serif;
		/*font-weight: bold;*/
		line-height: 35px;
		/*margin: 0 10px 4px 10px;*/
		margin: 3px;
		text-decoration: underline;
		color: black;
	}


	/* Nécessaire sous les navigateurs autres que IE car les éléments flottants (float) dépassent de leur conteneur */
	.Spacer {
		clear: both;
	}

	/* ------------------------------------------------------------------------------------ */
	/* MISE EN PAGE                                                                         */
	/* ------------------------------------------------------------------------------------ */

	body {
		margin: 0px;
		padding: 0px;
		background-color: white;
	}

	img {
		border: none;
		vertical-align: middle;
	}

	form {
		margin: 0px;
		padding: 0px;
	}

	input {
		vertical-align: middle;
		border: white 1px solid;
		margin: 0px;
		padding: 0px;
	}

	.InputRadio {
		background-color: transparent;
	}

	.InputText {
		font: 1.2em verdana, sans-serif;
		background-color: #E2E4E5;
	}

	.Conteneur {
		margin: 5px;
		margin-left: 0px;
		padding: 5px;
	}

	.Conteneur p {
		margin: 0px;
		padding: 0px;
		margin-top: 10px;
	}

	.CadreMilieu {		
		float: left;
		/*height: 470px;*/
		width: 100%;
		border: red 0px solid;
	}

	.FloatingLink {
		position: absolute; 
		margin-top: 25px; 
		font: italic 0.6em arial, verdana, sans-serif;
	}

	.FloatingLink a, a:visited {
		color: #666666;
	}

	 a, a:visited {
			font-family:  arial, verdana, sans-serif;
			color: black;
			text-decoration: none;
		}

	 a:hover {
			font-family:  arial, verdana, sans-serif;
			/* color: #677438; */
			color: #009ee0;
			text-decoration: none;
		}
	
	.NewsLink {
		font-family: arial, verdana, sans-serif;
		/*font-style: italic;*/
		font-size: 0.8em;
		color: blue;
	}

	/* ------------------------------------------------------------------------------------ */
	/* patern                                                                               */
	/* ------------------------------------------------------------------------------------ */

	.textepage {
		font:  0.8em arial, verdana, sans-serif;
		color: black;
		text-decoration: none;
	}
	
	.intropage {
		font:  italic 0.8em arial, verdana, sans-serif;
		color: black;
		text-decoration: none;
	}
	
	.lienpage {
			font:  bold 0.9em arial, verdana, sans-serif;
            color: black;
			text-decoration: none;
	}
	
	.lienpage:hover {
			font:  bold 0.9em arial, verdana, sans-serif;
            color: #f19c01;
			text-decoration: none;
	}

