/*
orange		: #FC831B;
bleu		: #206D97;
*/

body {	background	: #206D97;
		font-family : arial,verdana,sans-serif;
		font-size	: 11px;
		color		: #333333;
		margin		: 0;
		}
a{		color		: #206D97;
		text-decoration: none;
		}
a:hover {color		: #FC831B;
		text-decoration: underline;
		}
input	{font-size	: 10px;}
select	{font-size 	: 10px;width:120px;}
.listP	{width		: 65px;}
fieldset{
		margin		: 20px 0 20px 0;
		padding		: 15px 0 20px 0;
		border		: 1px solid #C9E0EE;
		}
legend {color		: #FC831B;
		font		: bold 14px arial; 
		}
#titleG	{ 
		font		: bold 14px arial; 
		color		: #FC831B; 
		padding		: 5px;
		}
#title {padding		: 2px;
		color		: #FC831B;
		font-size	: 12px;
		font-weight	: bold;
		}
.dropcontent{
		background	: #E9E9D1;
		margin-top	: 5px;
		}

#contenu{
		padding		: 10px;
		border		: 1px solid #C9E0EE;
		background	: #FAFCFD url(/images/BG_contenu.jpg) repeat-x top;
		}
.mailForm{
		padding		:15px; 
		margin-bottom:40px; 
		background	: url(/images/BG_proprietraire.jpg) repeat-x #E1EBEF;
		border		:1px solid #BBD4E0;
		}
.mailTitle{
		padding-bottom:15px; 
		color		:#FC831B; 
		font-weight	:bold; 
		font-size	:14px; 
		height		:17px;
		}
.titre_pub {
	background		:url(/images/pub.jpg) repeat-x; 
	padding			:4px; 
	text-align		:center;
	font-weight		:bold;
	color			:#206D97;
	border			:1px dotted #999999;
	}
/******************* Formulaire des membres ******************/
#inscri{padding		: 60px 10px 10px 10px;
		border		: 1px solid #C9E0EE;
		background	: url(/images/inscri.jpg) top right no-repeat #F4F4EA;
		}
/********************* SESSION **********************/
#membre{margin-bottom : 10px;
		padding		: 5px;
		color		: #206D97;
		}
#del_ok{
		margin-bottom:10px;
		padding		: 12px 0 12px 50px;
		border		: 2px solid #00659C;
		font-size	: 12px;
		font-weight	: bold;
		color		: #F1650A;
		background	: #FFFFFF url(/images/del_ok.gif) no-repeat center left;
		}
.memEchec{
		padding		: 2px;
		font-size	: 12px;
		color		: #FC831B;
		text-align	: center;
		border		: 2px solid #FC831B;
		}
/******************* Formulaire de Recherche *******************/
#S_rech {margin		: 10px 0 10px 0; 
		padding		: 10px 0 10px 0;
		border		: 1px solid #C9E0EE;
		}
/******************* DIV ddaccordeon *******************/
.technology{
		cursor		: pointer;
		font		: bold 14px arial;
		color		: #FC831B; 
		padding		: 5px;
		}
.openlanguage{ /*class added to contents when they are open*/
		color		: #206D97;
		}
.closedlanguage{ /*class added to contents  when they are closed*/
		color		: #FC831B;
		}
.thelanguage{
		padding		: 10px;
		background	: #FFFFFF;
		border		: 1px solid #C9E0EE;
		}
/******************* Page des resultats *******************/
#result_vide {
		color		: #FC831B;
		padding		: 10px;
		text-align	: center;
		}
/******************* PAGINATION *******************/				
#header {
		font-size	: 11px;
		padding		: 3px;
		text-align	: center;
		height		: 30px;
		background	: #E3E3E3 url(/images/pagin_head.gif) repeat-x bottom;
		border-top	: 1px solid #B95C00;
		}
#pagination{
		 padding	: 3px;
		 border-top	: 1px solid #A8B7CA;
		 background	: url(/images/pagin_BG.jpg) top repeat-x;
		 text-align	: center;
		}
/******************* MENU GAUCHE DEBUT *****************/
#drapeau{
		text-align	: center;
		padding		: 4px;
		}
#service {
		margin		: 0 5px 0 5px;
		border-top	: 1px dotted #CCCCCC;
		padding		: 5px 0 5px 20px;
		font-weight	: bold;
		}
#MenuGauche{
		background	:url(/images/BG_MG.jpg) repeat-x top;
		border		:1px solid #CCCCCC;
		}
/******************* PIED *****************/
.pied {	color		: #666666;
		padding		: 25px;
		border-top	: 1px solid #FC831B;
		font-family	: Tahoma, Verdana, Lucida Sans;
		text-align	: center; 
		}
/******************* PAGE DETAIL *****************/	
#title_detail	{ 
		font		: bold 16px arial; 
		color		: #0066CC; 
		padding		: 5px;
		}