.bidon{font-size: 11px;}

A:visited 	{text-decoration: none; 		color: #006077;}
A:link 		{text-decoration: none; 		color: #006077;}
A:active 	{text-decoration: none; 		color: #006077;}
A:hover  	{text-decoration: underline; 	color: #006077;}

body{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	background-color: #5A929F;
}
 
#conteneur {
	position: absolute;
	width: 789px;
	left: 50%;
	margin-left: -395px;
}

#header {
	height: 76px;
	background-color: #99CCCC;
	font-size : 1px;
}
#header img {
	border : 0;
	padding :0;
	margin :0;
}

#menu {
	height: 21px;
	background: url("../images/interface/bg_menu.gif") no-repeat right #5C6F7C;
	margin : 0 0 0 4px;
	padding : 0;
}


#centre {
	background: url("../images/interface/bg_fond1.gif") repeat-y #5C6F7C;
}

#img_IE{
	display : block; /* pr bug IE*/
}

#menu_gauche {
	float : left ;
	/* 
	font-size : 1px;
	line-height : 1px;
	display : block ; 
	*/
}

#menu_gauche strong{
	margin : 0 0 0 25px;
	font-weight : bold ;
	color : #73A2AE ;
	text-transform		:	uppercase;
}

/*menu gauche*/
#menu_gauche ul {
	padding : 0;
	margin : 0 0 0 8px;
	list-style-type : none ;
	width : 206px;
}

#menu_gauche ul li{
	background : #73A2AE;
	
	margin : 1px 0 0px 0px;
	padding : 2px 0 2px 4px;
	clear : both ;
}

/*sous menu*/
#menu_gauche ul li.sous_menu{
	padding-left : 16px;
	clear : both ;
}

/*sous menu*/
#menu_gauche ul li.dossier{
	font-weight : normal ;
	color : #FFF;
	background : #5A929F;
	text-transform		:	uppercase;
}

#menu_gauche ul li.sous_menu_selected{
	padding-left : 12px;
	font-weight : bold ;
	background : #CCC;
	color : #5C6F7C;
}

#menu_gauche ul li.selected{
	background : #CCC;
	color : #5C6F7C;
	font-weight : bold ;
}

#menu_gauche ul li a{
	font-size : 11px;
	color : #FFF ;
	margin : 0;

}

#menu_gauche ul li a:hover{
	color : #5C6F7C ;
	text-decoration: none;
}


#contenu {
	float : left ;
	margin : 0 0 0 14px;
	width : 540px;
	padding : 0;
}


#contenu a{
	color: #006077;
}

#contenu h2{
	margin : 0;
	padding : 0;
	font-weight				:	normal;
	color					:	#006077;
	text-transform		:	uppercase;
	font-size : 12px;
	display : inline ;
}

#contenu h1{
	margin : 0;
	padding : 0;
	font-weight				:	bold;
	color					:	#006077;
	text-transform		:	uppercase;
	font-size : 12px;
	display : inline ;
}



#menu_pied {
	color : #006077;
	text-align : center ;
	height: 20px;
	clear : both ;
}

#menu_pied a {
	font-size : 10px;
	color : #FFF ;
	text-decoration : none ;
}

#menu_pied a:hover {
	color : #006077 ;
}




#pied {
	text-align : right ;
	height: 20px;
	margin : 20px 15px 0 0 ;
	clear : both ;
	
}

#pied a {
	 color : #FFF ;
	text-decoration : none ;
}

#pied a:hover {
	color : #006077 ;
}

/* -----------Lokesh Dhakar // Lightbox JS --------------------------- */

#lightbox{
	background-color	:	#eee;
	padding					: 	10px;
	border-bottom		: 	2px solid #666;
	border-right			:	2px solid #666;
}
#lightboxCaption{
	font-size				: 	0.8em;
	padding-top			: 	0.4em;
}
#lightbox img{border	: 	none; } 
#overlay img{	border	: 	none; }

#overlay{ background-image: url(../images/lightbox/overlay.png); }

* html #overlay{
	background-color	: 	#98989B;
	back\ground-color	: 	transparent;
	background-image	: 	url(../images/lightbox/blank.gif);
	filter						: 	progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightbox/overlay.png", sizingMethod="scale");
}


/*
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
 									MENU
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ 
*/
#datacontainer {
	color : #FFF;
}

#datacontainer em{
	font-size : 10px;
	color : #73A2AE;
}

#datacontainer a{
	color : #FFF;
	text-decoration : underline ;
}

/*
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
 									FORMULAIRE
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ 
*/

form {
	margin : 0px; padding : 0px;
}

input {
	background-color : #FFFFFF;
	color : #596552;
	scrollbar-highlight-color: #F6FAF7;
	border:1px solid #000;
}

textarea {
	border-width: 1;
	border-color: #596552;
	BORDER-STYLE: solid;
	background-color : #FFFFFF;
	color : #596552;
	scrollbar-highlight-color: #F6FAF7;	
}

select {
	border-width: 1;
	border-color: #596552;
	BORDER-STYLE: solid;
	background-color : #FFFFFF;
	color : #596552;
	scrollbar-highlight-color: #F6FAF7;	
}

table {
	margin : 0;
	padding : 0 ;
}	

p {
	width : 300pw;
}