p, h1, h2, h3, h4, ul, img, div {
	margin: 0;
	padding: 0;
}

html {  }

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Verdana", Arial, serif;
	font-size: 12px;
	font-weight: normal;
	color: #313131;
	background: #ffffff;
}

body#index {}

body#cms {}

div.page {
	width: 972px;
	margin: 0 auto;
}


/*############################
#								#
#	DIVERS						#	
#								#
#############################*/	

ul { list-style-type: none; }
a {	text-decoration: none; }
img { border:0; }

.alignTop { vertical-align: text-top; }
.alignBottom { vertical-align: text-bottom; }
.alignMiddle  { vertical-align: middle; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

.underline { text-decoration: underline; }
.bold { font-weight: bold; }
.normal {font-weight: normal; }
.italic { font-style: italic; }
.inline { display: inline; }

.block { display: block; }
.clear { clear: both; }
.spanClear { display: block; clear: both; font-size: 1px; height: 1px; }
.floatLeft { float: left; }

.error { border: 1px solid #ff0000; }

/********** ESPACEMENTS *************/

/*.padT13 { padding-top: 13px; }*/

/********** COULEURS ****************/

.color1 { color: #ffffff; } /* Blanc */
.color2 { color: #000000; } /* Noir */


/*###############################
#								#
#	HAUT						#	
#								#
###############################*/	
	
div.haut {
	position: relative;
	width: 954px; /* 972 */
	height: 167px;
	padding: 0 18px 0 0;
	background: #e4e4e3 url("images/haut-fond.gif") 0 0 no-repeat;
	z-index: 50;
}

	div.haut a#logo {
		float: left;
		display: block;
		width: 356px;
		height: 133px;
		margin: 0 0 3px 6px;
	}
	
	div.haut div.pubH {
		float: left;
		width: 484px;
		height: 92px;
		padding: 9px 0 4px 40px;
	}
	
		div.haut div.pubH img {
			border: 0px solid #cc3300;
		}
		
	div.haut a.accesAppli {
		display: block;
		float: right;
		width: 160px;
		height: 17px;
		padding: 0 0 0 21px;
		font-size: 13px;
		font-weight: bold;
		font-variant: small-caps;
		text-transform: capitalize;
		color: #ffffff;
		background: url("images/ico_accesApli.gif") 0 0 no-repeat;
	}
	
		div.haut a.accesAppli b {
			background: url("images/line-01.gif") 0 14px repeat-x;
		}

	div.haut div#menuH {
		position: relative;
		clear: both;
		width: 930px; /* 972 */
		height: 31px;
		padding-left: 42px;
		background: url("images/menuH-fond.gif") 0 0 no-repeat;
	}
	
		div#menuH ul { list-style-type: none; }
		
			div#menuH ul.ulHn1 li {
				position: relative;
				display: block;
				float: left;
				text-align: center;
				background-image: url("images/liHn1.gif");
				background-position: 0 5px;
				background-repeat: no-repeat;
			}
			
					div#menuH ul.ulHn1 li.liHn1_1 { background-image: none; }
			
				div#menuH ul.ulHn1 li a {
					display: block;
					float: left;
					font-size: 12px;
					font-weight: bold;
					color: #ffffff;
					padding: 8px 23px;
				}
					
					
		/* Niveau 2 */
		div#menuH ul.ulHn1 li ul.ulHn2 {
			display: none;
			position: absolute;
			top: 29px;
			left: 5px;
			width: 175px;
			border: 1px solid #990000;
			background-color: #ff9900;
			background-image: url("images/ulHn2.gif");
			background-position: 44px 0;
			background-repeat: no-repeat;
		}
		
			div#menuH ul.ulHn1 li ul.ulHn2 li {
				width: 159px; /* 175 */
				padding: 10px 8px;
				text-align: left;
				background-image: url("images/liHn2.gif");
				background-position: center 0;
				background-repeat: no-repeat;
			}
			
					div#menuH ul.ulHn1 li ul.ulHn2 li.liHn2_1 { background-image: none; }
				
				div#menuH ul.ulHn1 li ul.ulHn2 li a {
					display: block;
					width: 150px; /* 159 */
					padding: 5px 0 5px 9px;
					font-size: 11px;
					font-weight: normal;
					background: url("images/aHn2.gif") 0 10px no-repeat;
				}
				
					div#menuH ul.ulHn1 li ul.ulHn2 li a:hover {color: #990000; }
					
		
		/* Niveau 3 */
		div#menuH ul.ulHn1 li ul.ulHn2 li ul.ulHn3 {
			display: none;
			position: absolute;
			top: -1px;
			left: 175px;
			width: 175px;
			border: 1px solid #990000;
			background-color: #ff9900;
			background-image: none;
		}
		
			div#menuH ul.ulHn1 li ul.ulHn2 li ul.ulHn3 li {
				width: 159px; /* 175 */
				padding: 10px 8px;
				text-align: left;
				background-image: url("images/liHn2.gif");
				background-position: center 0;
				background-repeat: no-repeat;
			}
			
					div#menuH ul.ulHn1 li ul.ulHn2 li ul.ulHn3 li.liHn3_1 { background-image: none; }
				
				div#menuH ul.ulHn1 li ul.ulHn2 li ul.ulHn3 li a {
					display: block;
					width: 150px; /* 159 */
					padding: 5px 0 5px 9px;
					font-size: 11px;
					font-weight: normal;
					background: url("images/aHn2.gif") 0 10px no-repeat;
				}
				
					div#menuH ul.ulHn1 li ul.ulHn2 li ul.ulHn3 li a:hover {color: #990000; }

		/* on mouse hover, show sub menu UL */
		div#menuH ul.ulHn1 li:hover ul.ulHn2, 
		div#menuH ul.ulHn1 li ul.ulHn2 li:hover ul.ulHn3 {
			display : block;
		}
										
/*###############################
#								#
#	CONTENEUR					#
#								#
###############################*/

div.conteneur {
	width: 972px;
	padding-bottom: 30px;
	background: url("images/conteneur-fond.gif") 0 0 repeat-y;
    float:left;
    position:relative;
}

			
/*###############################
#								#
#	GAUCHE						#
#								#
###############################*/
	
div.gauche {
	float: left;
	width: 232px;
	background: url("images/gauche-repeat.gif") 0 0 repeat-y;
}

div.gaucheB {
	width: 232px;
	padding: 10px 0;
	background: url("images/gauche-B.gif") 0 bottom no-repeat;
}

	/* Menu G */
	/* Niveau 1 */
	div.gauche ul.ulGn1 li {
		position: relative;
		display: block;
		width: 215px; /* 232 */
		padding: 10px 0 0 17px;
		background-image: url("images/liGn1.gif");
		background-position: 17px 15px;
		background-repeat: no-repeat;
	}
		
		div.gauche ul.ulGn1 li a {
			display: block;
			width: 192px; /* 215 */
			font-size: 13px;
			font-weight: bold;
			font-variant: small-caps;
			letter-spacing: -0.5px;
			color: #990000;
			padding: 6px 0 6px 23px;
		}
		
			div.gauche ul.ulGn1 li:hover a { color: #ff6b00; }

	/* Niveau 2*/
	div.gauche ul.ulGn1 li ul.ulGn2 {
		width: 183px; /* 215 */
		padding: 0 0 0 32px;
	}
	
		div.gauche ul.ulGn1 li ul.ulGn2 li {
			position: relative;
			width: 183px;
			padding: 0;
			background-image: url("images/liGn2.gif");
			background-position: 0 9px;
			background-repeat: no-repeat;
		}
			
			div.gauche ul.ulGn1 li ul.ulGn2 li a {
				display: block;
				width: 145px; /* 183 */
				padding: 4px 28px 4px 10px;
				font-size: 11px;
				font-weight: normal;
				font-variant: normal;
				/*letter-spacing: 0px;*/
				color: #cf3800;
				background-image: none;
			}
			
					div.gauche ul.ulGn1 li ul.ulGn2 li a.parent {
						background-image: url("images/aGn2.gif");
						background-position: 165px center;
						background-repeat: no-repeat;
					}
			
				div.gauche ul.ulGn1 li ul.ulGn2 li:hover a { color: #ff6b00; }
	
	
	/* on mouse hover, show sub menu UL */
	div.gauche ul.ulGn1 li ul.ulGn2 li:hover ul.ulGn3 { display : block; }
	
	
	/* Niveau 3*/
	div.gauche ul.ulGn1 li ul.ulGn2 li ul.ulGn3 {
		display: none;
		position: absolute;
		top: 1px;
		left: 183px;
		width: 200px;
		padding: 5px 0;
		border: 1px solid #990000;
		background-color: #ff9900;
	}
	
		div.gauche ul.ulGn1 li ul.ulGn2 li ul.ulGn3 li {
			width: 200px;
			padding: 0;
			background-image: none;
		}
			
			div.gauche ul.ulGn1 li ul.ulGn2 li ul.ulGn3 li a {
				display: block;
				width: 190px; /* 200 */
				padding: 4px 5px;
				font-size: 11px;
				font-weight: normal;
				font-variant: normal;
				/*letter-spacing: 0px;*/
				color: #ffffff;
				background-image: none;
			}
			
				div.gauche ul.ulGn1 li ul.ulGn2 li ul.ulGn3 li:hover a { color: #990000; }
	
	
	/* on mouse hover, show sub menu UL */
	div.gauche ul.ulGn1 li ul.ulGn2 li:hover ul.ulGn3 { display : block; }
	


/*###############################
#								#
#	CONTENU						#
#								#
###############################*/

div.contenu {
	float: left;
	width: 542px; /* 581 */
	padding: 0 19px 0 20px;
	font-family: "Arial", Verdana, serif;
}

	div.contenu div#parent {
		text-align:center;
		padding-top:15px;
	}
	
	
	/********COTE LEXIQUE ET FAQ*****/
	div.contenu div#parent2{
		text-align:left;
		padding-top:15px;
	}
	
	
	
	div.contenu div#parent2 img{
		text-decoration:none;
		
	}

	/* TRACKER */
	div.tracker {
		width: 542px;
		height:25px;
		padding: 15px 0;
		
	}
			
		div.tracker span, div.tracker a, body#cms div.contenu div.tracker a { font-size: 11px; }
		
		div.tracker a, body#cms div.contenu div.tracker a { text-decoration: underline !important; }
		
			div.tracker { color: #990000; }
			div.tracker span { color: #9d9388; }
			body#cms div.contenu div.tracker a { color: #27211d; }
			
			
	div.contenu h1 {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
		color: #990000;
		border-bottom: 1px solid #990000;
	}
	
	div.contenu h2 {
		padding: 20px 0 10px 0;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #cc3300;
		border-bottom: 1px solid #cc3300;
	}
	
	div.contenu h2.sousT {
		text-align: center;
		font-size: 16px;
		border:none;
		padding:10px 0;
	}
	
		div.contenu h2.sousT a{
			color:#990000;
		}
	
		div.contenu h2.sousT a:hover{
			text-decoration:underline;
		}
	
	div.contenu h3 {
		width: 450px; /* 512 */
		padding: 0 0 5px 20px;
		margin-top: 15px;
		margin-left: 42px;
		font-size: 14px;
		font-weight: bold;
		color: #ff9900;
		background: url("images/titre-h3.gif") 0 5px no-repeat;
	}
	
	div.contenu h4 {
		width: 470px; /* 512 */
		padding: 15px 0 5px 42px;
		font-size: 12px;
		font-weight: bold;
		color: #313131;
	}
	
	
		div.contenu div#bloc{
			background: url('/images/homeC.gif') no-repeat;
			width:542px;
			height:349px;
			padding-bottom:30px;
			border-bottom:1px solid #990000;
		}
		
			div.contenu div#bloc div.blocksG{
				width:248px;
				height:155px;
				margin:5px 0 0 4px;
				padding-left:2px;
				margin-bottom:29px;
			}
			
			div.contenu div#bloc div.blocksD{
				width:248px;
				height:155px;
				margin:5px 0 0 38px;
				padding-left:2px;
				margin-bottom:30px;
			}
		
				div.contenu div#bloc h2{
					border: none;
					color:#fefefe;
					padding:0 0 5px 0;
					width:243px;
					font-size: 14px;
					text-align:center;
					margin-bottom:5px;
				}
				
				div.contenu div#bloc h2#id1{
				border-bottom: 1px solid #ff6f0f;
				}
				
				div.contenu div#bloc h2#id2{
					border-bottom: 1px solid #ff9900;
				}
				
				div.contenu div#bloc h2#id3{
					border-bottom: 1px solid #990000;
				}
				
				div.contenu div#bloc h2#id4{
					border-bottom: 1px solid #cc3300;
				}
				
				div.contenu div#bloc ul li{
					list-style: disc;
					list-style-position:inside;
					color:#fefefe;
					margin:5px 0 0 15px;
					
				}
				
				div.contenu div#bloc a{
					display: block;
					padding:2px 0 2px 15px;
					background: url('/images/puce_flecheBl.png') no-repeat center left;
					color:#fefefe;
					margin-left:72px;
					
				}
				
				div.contenu div#bloc a.m30{
					margin-top:30px;
				}
				
				div.contenu div#bloc a.m55{
					margin-top:55px;
				}
				
				
				div.contenu div#bloc a:hover{
					text-decoration: underline;
				}
				
	div.contenu div#temoignage{
		background: url('/images/fond_video.gif') no-repeat;
		width:542px;
		height:173px;
		margin-top:25px;
	}
	
		div.contenu div#temoignage h2{
			color:#990000;
			padding:3px 0 0 0;
			font-size: 14px;
			text-align: center;
			border:none;
		}

		div.contenu div#temoignage div.blocVidG{
			width:250px;
			margin-left:20px;
		}
		
		div.contenu div#temoignage div.blocVidD{
			width:250px;
			margin-left:20px;
		}
		
			div.contenu div#temoignage div.blocVidD img.pict, div.blocVidG img.pict{
				display:block;
				width:97px;
				height:128px;
				border:1px solid #ff6600;
			}
			
			div.contenu div#temoignage a{
					display: block;
					padding:2px 0 2px 13px;
					background: url('/images/puce_fleche.gif') no-repeat center left;
					width:110px;
					color:#cc3300;
					margin:20px 0 0 113px;
					font-weight: bold;
			}
			
			div.contenu div#temoignage a:hover{
				text-decoration:underline;
			}
			
			div.contenu div#temoignage p{
				color:#cc3300;
				width:141px;
				margin:10px 0 5px 105px;
			}

/*###############################
#								#
#	DROITE						#
#								#
###############################*/
	
div.droite {
	float: left;
	width: 159px;
	background: url("images/droite-repeat.gif") 0 0 repeat-y;
}

div.droiteB {
	width: 155px; /* 159 */
	padding: 10px 0 10px 4px;
	background: url("images/droite-B.gif") 0 bottom no-repeat;
}

	div.droite div.separ {
		width: 155px;
		height: 26px;
		background: url("images/line-03.gif") 3px 12px  no-repeat;
	}

	/* BLOC 1 */
	div.bloc1  { background: url("images/d-bloc1.gif") 0 0 repeat-y; }
	div.bloc1H { background: url("images/d-bloc1H.gif") 0 0 no-repeat; }
	div.bloc1B {
		width: 143px; /* 155 */
		padding: 6px;
		background: url("images/d-bloc1B.gif") 0 bottom no-repeat;
	}
	
		div.bloc1 div.titre, div.bloc1 div.titre a {
			font-size: 12px;
			color: #ffffff;
			text-decoration: underline;
			text-align: center;
		}
		
			div.bloc1 div.titre {
				padding-bottom: 10px;
			}
		
		div.bloc1 p, div.bloc1 p a {
			font-size: 9px;
			color: #ffffff;
		}
		
			div.bloc1 p {
				padding: 2px 0 15px 28px;
			}
		
				div.bloc1 p.s1 {
					background: url("images/ico_tel.jpg") 0 0 no-repeat;
				}
				
				div.bloc1 p.s2 {
					background: url("images/ico_mail.jpg") 0 0 no-repeat;
				}
				
				div.bloc1 p.s3 {
					background: url("images/ico_courrier.jpg") 0 0 no-repeat;
				}
	
				
	/* BLOC 2 */
	div.bloc2  { background: url("images/d-bloc2.gif") 0 0 repeat-y; }
	div.bloc2H { background: url("images/d-bloc2H.gif") 0 0 no-repeat; }
	div.bloc2B {
		width: 138px; /* 155 */
		padding: 6px 6px 6px 11px;
		background: url("images/d-bloc2B.gif") 0 bottom no-repeat;
	}
	
	div.bloc2 p.t1 {
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
		text-align: center;
		color: #990000;
	}
	
	div.bloc2 div.actu {
		width: 138px;
		padding: 10px 0;
		background-image: url("images/line-02.gif");
		background-position: 0 0;
		background-repeat: repeat-x;
	}
	
			div#actu1 { background-image: none; }
	
		div.bloc2 p.t2 {
			font-size: 9px;
			font-weight: bold;
			color: #3d3d3d;
		}
		
		div.bloc2 p.date {
			font-size: 9px;
			color: #ff6600;
		}
		
		div.bloc2 p.desc {
			padding: 7px 0 2px 0;
			font-size: 9px;
			color: #3d3d3d;
		}
		
		div.bloc2 p.lien { text-align: right; }
		
			div.bloc2 p.lien a {
				padding-right: 10px;
				font-size: 9px;
				color: #cc3300;
				background: url("images/puce_fleche.gif") right 4px no-repeat;
			}
			
			
	/* BLOC 3 */
	/* Niveau 1 */
	div.bloc3 ul.ulDn1 {
		width: 150px;
		padding-top: 13px;
		
	}
	
		div.bloc3 ul.ulDn1 li {
			width: 150px;
			padding: 14px 0 10px 0;
			background-image: url("images/line-03.gif");
			background-position: 3px 0;
			background-repeat: no-repeat;
		}
		
			div.bloc3 ul.ulDn1 li a {
				display: block;
				width: 150px;
			}
		
				div.bloc3 ul.ulDn1 li a.s1 {
					padding: 1px 0 0 33px;
					font-size: 13px;
					font-weight: bold;
					color: #ff6600;
					background: url("images/d-lien-s1.gif") 10px 0 no-repeat;
				}
				
				div.bloc3 ul.ulDn1 li a.s2 {
					padding-left: 48px;
					font-size: 10px;
					color: #ff9900;
					background: url("images/d-lien-s2.gif") 33px 5px no-repeat;
				}
				
				
	/* Niveau 2 */
	div.bloc3 ul.ulDn1 li ul.ulDn2 {
		width: 135px; /* 150 */
		padding: 10px 0 0 15px;
	}
	
		div.bloc3 ul.ulDn1 li ul.ulDn2 li {
			width: 135px;
			padding: 0;
			background-image: none;
		}
		
			div.bloc3 ul.ulDn1 li ul.ulDn2 li a {
				width: 125px; /* 135 */
				padding: 3px 0 3px 10px;
				font-size: 11px;
				color: #990000;
				background: url("images/aDn2.gif") 0 8px no-repeat;
			}
		
	

/*###############################
#								#
#	BAS DE PAGE					#	
#								#
###############################*/
	
div.bas {
	clear: both;
	width: 972px;
	padding: 20px;
	text-align: center;
	background: url("images/bas-fond.gif") 0 0 no-repeat;
	position:absolute;
	bottom:-79px;
	left:0;
}

	div.bas, div.bas a {
		font-size: 11px;
		font-weight: bold;
		color: #990000;
	}
	
		div.bas a:hover { text-decoration: underline; }

/*###############################
#								#
#	INDEX						#
#								#
###############################*/
	
/*body#index div.contenu h1{
	
}*/

/*###############################
#								#
#	CMS							#
#								#
###############################*/



/* LES TITRES */

	/*body#cms div.contenu h1 {
		width: 480px;
		color: #fd7d00;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		padding-bottom: 13px;	
	}*/

	/*body#cms div.contenu h2 {
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		color: #1690df;
		border-bottom: 1px solid #1690df;
		padding: 20px 0 2px 0;
		margin-bottom: 19px;
	}*/


	/*body#cms div.contenu h3 {
		padding: 15px 0 5px 0;
	}
	
	body#cms div.contenu h4 {
		font-size: 14px;
		color: #ee9310;
		padding-bottom:15px;
	}*/

/* DIVERS COMMUN */

	body#cms div.contenu a {
		color: #990000;
		text-decoration: underline;
	}
	
	body#cms div.contenu q { /*legende*/
		display: block;
		color: #313131;
		text-align: center;
		font-style: normal;
		font-size: 10px;
	}
	

	body#cms div.contenu ul {
		list-style-type: none;
	}
	
			body#cms div.contenu ul li {
				padding: 2px 0 2px 3px;
				/*background: url("images/croix_bleue.gif") 0 6px no-repeat;*/
			}
	
	
	body#cms div.contenu .catcher {
	margin-left:25px;
		width: 439px;
		background: url("images/accroche.gif") 0 0 repeat-y;
	}
	
		body#cms div.contenu .catcherH { background: url("images/accrocheH.gif") 0 0 no-repeat; }
		body#cms div.contenu .catcherB {
			width: 410px; /* 439 */
			padding: 12px 13px 12px 16px;
			font-size: 12px;
			text-align: justify;
			font-weight: normal;
			font-style: italic;
			color: #313131;
			background: url("images/accrocheB.gif") 0 bottom no-repeat;
		}
	
	body#cms div.contenu .media {
		overflow: hidden;
		width: 515px;
		padding: 20px 0;
	}
	
	body#cms div.contenu .text1, body#cms div.contenu .text2, body#cms div.contenu .text3 {
		color: #313131;
		text-align: justify;
		font-size: 12px;
		padding: 5px 0;
	}
	
	body#cms div.contenu .text1 {
		width: 470px; /* 542 */
		padding-left: 42px;
	}
	
	body#cms div.contenu .text2 {
		float: left;
		width: 48%;
		margin-right: 2%;
		padding-bottom: 15px;
	}
	
	body#cms div.contenu .text3 {
		float: left;
		width: 31.5%;
		margin-right: 2%;
		padding-bottom: 15px;
	}
	
	body#cms div.contenu .last {
		margin-right: 0;
	}
	
	body#cms div.contenu .left {
		float: left;
		margin: 0 10px 10px 0;
		text-align: center;
	}
	
	body#cms div.contenu .right {
		float: right;
		margin: 0 0 10px 10px;
		text-align: center;
	}
	
	
	body#cms div.contenu .rubrique
		{
			font-size:12px;
			font-weight:bold;
			text-align:center;
			padding:5px;
		}
	
/* CHEESE */

body#cms div.contenu div#cheese{
	width:369px;
	height:369px;
	margin:0 0 20px 78px;
}

	body#cms div.contenu div#cheese div#hGoff{
		background: url("/images/tech0.jpg") no-repeat;
		width:184px;
		height:183px;
		cursor: pointer;
	}
	body#cms div.contenu div#cheese div#hGon{
		background: url("/images/tech1.jpg") no-repeat;
		width:184px;
		height:183px;
		cursor: pointer;
	}
	
	body#cms div.contenu div#cheese div#hDoff{
		background: url("/images/form0.jpg") no-repeat;
		width:185px;
		height:183px;
		cursor: pointer;
	}
	body#cms div.contenu div#cheese div#hDon{
		background: url("/images/form1.jpg") no-repeat;
		width:185px;
		height:183px;
		cursor: pointer;
	}
	
	body#cms div.contenu div#cheese div#bGoff{
		background: url('/images/qualite0.jpg') no-repeat;
		width:184px;
		height:186px;
		cursor: pointer;
	}
	body#cms div.contenu div#cheese div#bGon{
		background: url('/images/qualite1.jpg') no-repeat;
		width:184px;
		height:186px;
		cursor: pointer;
	}
	
	body#cms div.contenu div#cheese div#bDoff{
		background: url('/images/session0.jpg') no-repeat;
		width:185px;
		height:186px;
		cursor: pointer;
	}
	body#cms div.contenu div#cheese div#bDon{
		background: url('/images/session1.jpg') no-repeat;
		width:185px;
		height:186px;
		cursor: pointer;
	}
	
/* Plus d'info + Voir aussi */
body#cms div.contenu div#compInfo {
	width: 480px;
	padding-top: 30px;
}

	body#cms div.contenu div#compInfo div.s1, body#cms div.contenu div#compInfo div.s2 {
		float: left;
		width: 225px;
	}
	
		body#cms div.contenu div#compInfo div.s1 { padding-right: 25px; }

	body#cms div.contenu div#compInfo p {
		/*margin-bottom: 10px;
		padding: 0 0 2px 0;
		border-bottom: 1px solid #1690DF;*/
		padding-bottom: 5px;
		color: #1690DF;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	
	body#cms div.contenu div#compInfo ul { padding-left: 5px; }
	

/*###############################
#								#
#	CONTACT						#
#								#
###############################*/

			
.info
{
margin-bottom:5px;
margin-top:10px;	
width:auto;
padding:20px;
text-align:center;
}

.check
{
margin-left:25px;	
}


.chk
{
margin-left:25px;	
}

.red_info
{
color:#FF0000;	
}
	
	
.obligatoire{padding:20px;margin-left:200px;color:#ff0000;font-weight:bold;}
/******************************/

div#contact {

}
#formulaire
{
width:591px;
}

#formulaire form .label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	color:##009BDD;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px;
}
#formulaire form div
{
clear:both;	
}
#formulaire form ul {
	float: left;
	padding: 0 10px 0 0;
	margin-bottom:10px;
}

#formulaire form li {
list-style-type: none;
}

#formulaire form ul label {
	cursor: pointer;
}

#formulaire form .text, form .file, form textarea, form select {
	margin-top:1px;
	margin-bottom:10px;
	border: 1px solid #999999;
	background: #f9f9f9;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border : 0.1em solid #C0C0C0;
}

#formulaire form .text {
	width: 200px;
}

#formulaire form textarea {
	width: 200px;
	height: 100px;
	border : 0.1em solid #C0C0C0;
}

div#formulaire form select {
	width: 200px;
}

div#formulaire form #xeon_title {
	width: 50px;
}

div#formulaire form .checkbox, form .radio {
	vertical-align: middle;
}



div#formulaire form .error {
	border: 1px solid #ff0000 !important;
	background: #ffeeee !important;
	margin-right: 10px;
}

div#formulaire form p {
	padding: 20px 0 0 160px;
}

#formulaire p
{
color:red;	
}


#titre 
{
			padding-left:5px;
			font-weight: bold;
			color: orange;
			margin-bottom: 30px;
}




#titre a
{
padding-left:5px;
font-weight: bold;
color: orange;
margin-bottom: 30px;
}


div#formulaire input#submit {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/submitEnvoyer.gif) no-repeat scroll left top;
border:medium none;
color:#7C724E;
cursor:pointer;
display:block;
font-family:Arial,Helvetica,"sans serif",Tahoma,Verdana;
font-size:12px;
height:28px;
margin-left:12px;
text-align:center;
width:130px;
}

.desc_titre
{
	margin-left:150px;
	font-family:Arial,Helvetica,"sans serif",Tahoma,Verdana;
	
}

/*###############################
#								#
#	ANNUAIRE					#
#								#
###############################*/
div#annuaire{
	margin: 0 16px 0 15px !important;
}
	
/*fin new annuaire */
	
body#annuaire  div.contenu h1 { padding: 20px 0; }

body#annuaire  div.contenu h1.golden-h1 { display: none;}

/*div#annuaire ul#golden-n1 { 
	padding: 0 0 0 19px; 
}*/

	body#annuaire  div.contenu ul#golden-n1 li { list-style-type: none; }
	
	body#annuaire  div.contenu ul#golden-n1 h2, ul#golden-n1 h3 {
		background: none;
		height: 15px;
		padding: 0;
	}
	
	body#annuaire  div.contenu ul#golden-n1 h2 { /* Gestion du theme : padding, taille police */
		padding: 10px 0 5px 0;
		font-size: 13px;
	}
	
	body#annuaire  div.contenu ul#golden-n1 h3 {
		font-size:11px;
		padding: 10px 0 0 0;
	}
		body#annuaire  div.contenu ul#golden-n1 h2 a, ul#golden-n1 h3 a { /* Gestion du theme : couleurs, puces */
			color: #005CD1;
			font-weight: bold;
			padding-left:12px;
			text-transform:uppercase;
		}
		body#annuaire  div.contenu ul#golden-n1 li p {
			width: 430px; /* 450 */
			padding: 10px 0 10px 20px;
			font-weight: bold;
			color: #1690DF;
		}

	body#annuaire  div.contenu ul.golden-n2 { padding: 0 0 0 20px; }

	body#annuaire  div.contenu ul.golden-n2 li { padding: 2px 0 0 10px; }
	
	body#annuaire  div.contenu ul.golden-n2 li h3 {	/* Gestion du nom du site : padding, taille police, couleurs, puces */
		font-size:11px;
		display: inline;
		padding-left:10px;
		color: #1690DF;
	}

		body#annuaire  div.contenu ul.golden-n2 a {	/* Gestion de la description : taille police, couleurs */
			color: #3d4e57;
		}
	
	body#annuaire  div.contenu h2#golden-h2 {
		display: none;
	}


/*###############################
#								#
#	PLAN						#
#								#
###############################*/

body#plan  div.contenu h1 { padding: 20px 0; }

/* Niveau 1 */
body#plan  div.contenu ul li {
	list-style-type: none;
	padding: 10px 0 5px 0;
	color: #ED008C;
}

		body#plan  div.contenu ul li  a {
			font-size:15px;
			font-variant:small-caps;
			font-weight:bold;
			color: #990000;
		}

/* Niveau 2 */
body#plan  div.contenu ul li ul li{
	padding: 2px 0 5px 0;
	margin-left:10px;
	color: #000000;
}

		div#plan ul li ul li a {
			font-size:14px;
			font-weight:bold;
			color: #000000;
		}

/* Niveau 3 */
body#plan  div.contenu ul li ul li ul li{
	padding: 2px 0 5px 0;
	margin-left: 10px;
}

	body#plan  div.contenu ul li ul li ul li a {
		font-size:12px;
		font-variant:normal;
		font-style:italic;
		font-weight: bold;
		color:#FF8229;
	}

/* Niveau 4 */
body#plan  div.contenu ul li ul li ul li ul li{
	list-style-type: none;
	padding: 2px 0;
	margin-left: 30px;
}

	body#plan  div.contenu ul li ul li ul li ul li a {
		font-size: 12px;
		color: #000000;
	}
		
/* Niveau 5 */
body#plan  div.contenu ul li ul li ul li ul li ul li {
	list-style-type: decimal;
	padding: 2px 0;
	margin-left: 30px;
}

	body#plan  div.contenu ul li ul li ul li ul li ul li a {
		font-size: 11px;
		color: #333333;
	}
	
	
/*###################
#					#
#	CREDIT			#
#					#
###################*/

body#credit  div.contenu {
	font-size: 12px;
}

body#credit  div.contenu h2 {
	/*padding: 10px 0 5px 0;
	font-size: 13px;
	color: #FF6100;*/
}

body#credit  div.contenu ul { padding: 10px 0 10px 20px; }
body#credit  div.contenu ul li { padding: 2px 0; }

body#credit  div.contenu p { padding: 5px 0 2px 0; }

body#credit  div.contenu div.texte {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
}

body#credit  div.contenu a.noStyle {
	color: #272727;
	text-decoration: none;
	font-weight: normal;
	cursor: auto;
}

body#credit  div.contenu a.aH1 {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	cursor: auto;
}

#error
{
padding:2px;
color:#ff0000;
font-size:15px;
margin-bottom:5px;
text-align:center;
border:1px solid #ff0000;
background-color:pink;
}



div#email
{
    margin:0 px;
    width:auto;
    height:auto;
}

div#email p
{
    margin-left:50px;
    padding:5px;
}

div#email a
{
  text-decoration:underline;
 color:orange;
}

