/*-------------CSS GIPSA-------------*/
/*                                   */
/*    ***************************    */
/*    *                         *    */
/*    ***************************    */
/*    *     *             *     *    */
/*    *     *             *     *    */
/*    *     *             *     *    */
/*    *     *             *     *    */
/*    ***************************    */
/*    ***************************    */
/*                                   */
/*-----------------------------------*/

html{ 
	height:100%; 	
}

body{	
	margin:0;
	padding:0;
	height:100%;
	margin-bottom:0px;
	font-family:Arial;
	font-size:11px;
	color:#626262;
	background:url('images/bg_body.gif') 0 0 repeat-x #FFFFFF;
}
 
#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

	#top{
		width:1000px;
		height:240px;
	}
		
		#lang{
			float:right;
			height: 26px;
			width:22px;
			position:relative;
			top:-41px;
			right:165px;
			margin-bottom:-26px;
		}
		
			#lang A{
				display:block;
				float:left;
				width:16px;
				height:11px;
				margin-right:5px;
				margin-top:7px;
			}
		
			#lang A:hover{
				display:block;
				background-color:white;
				width:16px;
				height:11px;
				filter:alpha(opacity=50);  
				-moz-opacity:0.50;
				opacity: 0.50;
			}
		
			#lang .fr{
				background:url('images/lang_fr.gif') 0px 0px no-repeat;
			}
		
			#lang .en{
				background:url('images/lang_en.gif') 0px 0px no-repeat;
			}

		#flashAnim{
			height:240px;
		}

		#menu{
			width:935px;
			height:34px;
			padding:0px 0px 0px 65px;
			position:absolute;
			top:195px;
		}
	
			#menu A{
				display:block;
				height:26px;
				float:left;
				font-size:12px;
				text-transform:uppercase;
				color:#FFFFFF;
				padding:8px 17px 0px 17px;
			}

			#menu A.mybfs{
				font-size:14px;
				font-weight:bold;
				margin-left:70px;
			}

			#menu B{
				float:left;
				width:0px;
				height:34px;
				border-left:1px solid #676767;
				border-right:1px solid #909090;
				/* REGLAGE PROBLEME IE6 */
				_border-right: 0px;
			}

			#menu A:hover{
				color:black;
				background-color:#FFFFFF;
				filter:alpha(opacity=20);  
				-moz-opacity:0.20;
				opacity: 0.20;
				cursor:pointer;
			}

			/*#menu A:hover{
				background:url('images/bg_menu_a.gif') 0px 0px repeat-x;
				cursor:pointer;
			}*/

		#page{
			width:880px;
			margin-top:5px;
			margin-left:auto;
			margin-right:auto;
		}
	
					
#footer{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px 0px 20px 0px;
	border-top:1px solid #C7C7C7;
} 
 
.clear{
 clear: both; 
}
 
 /* ***************** MISE EN FORME ************************* */

h1{ 
 font-size:16px;
 display:block; 
 font-weight:normal;
 color:#979797;
 margin:0px 0px 15px 0px;
 padding:2px 5px 2px 5px;
 background:url('images/bg_h1.gif') 0px 0px repeat-x #F3F3F3;
} 

h2{ 
 font-size:13px;
 font-weight:normal;
 display:block;
 color:#D30000;
 margin:0px 0px 15px 0px;
}

h3{ 
 font-size:12px;
 font-weight:normal;
 margin-bottom:0px;
 display:block;
 color:#D30000;
 margin:0px 0px 15px 0px;
} 

h4{ 
 font-size:12px;
 font-weight:normal;
 margin-bottom:0px;
 display:inline;
 color:#D30000; 
}
 
A{
 color:#D30000;
 font-weight:normal;
 text-decoration:none;
}

A:hover{
	color:#626262;
	text-decoration:none;
	filter:alpha(opacity=80);  
	-moz-opacity:0.80;
	opacity: 0.80;
}

HR{
 color:#C7C7C7;
 background-color:#C7C7C7;
 height:1px;
 border:0px;
}

/* ------------------------------------------------------------------ */
/* -                        FORMULAIRES                                   */
/* ------------------------------------------------------------------ */
.noclass {
	background-color: #ffffff;
	border-color: #ffffff;
	border-width: 0;
}

.noborder input{clear:both;border-width:0;background-color: transparent;position:relative;left:-5px;font-size:9px;}
.noborder label{clear:both;font-size:9px;}
div.noborder input {border-width:0;background-color: transparent;font-size:9px;}
span.noborder input {border-width:0;background-color: transparent;font-size:9px;}

input, select, textarea {
	background-color: #ffffff;
	border-color: #C7C7C7;
	border-width: 1px;
	border-style: solid;
	font-size:11px;
	margin-bottom:0px;
	color:#626262;
}


.fieldTitle{ 
 font-size:14px;
 font-weight:normal;
 display:block;
 color:#D30000;
 margin:0px 0px 15px 0px;
}

.btn{
	border:1px solid #D30000;
	color:white;
	font-size:9px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	background:url('images/bg_button.jpg') 0px 0px repeat-x #D30000;
}

.btn:hover{
	border:1px solid #C7C7C7;
	color: white;
	font-size:9px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	background:url('images/bg_buttono.jpg') 0px 0px repeat-x #C7C7C7;
}

.formulaire{
	padding:5px;
	text-align:left;	
	border:#C7C7C7 1px dotted;
}

.formulaire TD{

}

.formulaire .pnlMsg{
	color:#1F8CCD;
	border:1px solid #1F8CCD;
	background-color:#D6ECF9;
	padding:5px;
	font-size:150%;
}

	.formulaire .label{
		margin:0px;
		padding-top:6px;
		padding-right:10px;
	}

	.formulaire .input{
		margin:0px;
	}

	.formulaire .inputBorder INPUT,	.formulaire .inputBorder TEXTAREA{
		border: #D30000 1px solid;
		COLOR: #D30000;
	}
	
	.formulaire .inputBorder .btn, .formulaire .inputBorder .btn:hover{
		color:#FFFFFF;
	}

	.formulaire .input INPUT{
	}

	.formulaire .asterisque{
		color:#D30000;
		font-size:15px;		
		font-weight:bold;
		width:15px;
		margin:0px;
		padding:0px;
	}

	.formulaire .alert{	
		color:#D30000;
	}


/* ------------- title replace ----------------------- */
div#qTip {
  display: none;
  position: absolute;
  z-index: 1000;
  padding:5px;
  color:#D30000;
  background-color:#FFFFFF;
  border:1px #D30000 solid;
  width:80px;
}


/* ------------------------------------------------------------------ */
/* -                      OVERLAY				                    - */
/* ------------------------------------------------------------------ */

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

/* ------------------------------------------------------------------ */
/*                           DHTMLTOOLTIP  	                          */
/* ------------------------------------------------------------------ */
	
#dhtmltooltip{
	position: absolute;
	background-color:white;
	visibility: hidden;
	z-index: 100;
}

.dhtmltooltip_inner{
	border: 1px solid #D7D4CD;	
	background-color:#FFFFFF;		
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}