html{
  height:100%;
}
body{
	background:#FFF;
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
  height:100%;
}
/*/////////////////////////////////////
            Classes divers
/////////////////////////////////////*/
a{
	text-decoration:none;
	outline:none;
	color:#333333;
}

.font_size_8{
  font-size:8;
}
.font_size_10{
  font-size:10;
}
.font_size_11{
  font-size:11;
}
.font_size_12{
  font-size:12;
}
.font_size_13{
  font-size:13;
}
.button_ok{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#004494;
  background:url(/themes/picto_ok.jpg) no-repeat center right #d5dde5;
  padding:2px 8px;
}
.HiddenColumn
{
	visibility:visible;
}
.label
{
	color:#58585A;
}
.lblError
{
	padding-left:50px;
	color:#58585A;
}
.button_ok span{
  display:inline;
  padding-right:20px;
}
.button_signin{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#004494;
  background:url(/themes/picto_signin.jpg) no-repeat center right #d5dde5;
  padding:2px 8px;
}
.button_signin span{
  display:inline;
  padding-right:20px;
}
.button_search{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
  padding:2px 15px 2px 5px;
  background:url(/themes/picto_search_small.jpg) no-repeat center right #DAF3F0;
}

.button_retourn{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
  padding:2px 15px 2px 5px;
  background:url(/themes/flesh.bmp) no-repeat center right #DAF3F0;
}

.button_imprimer{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
  padding:2px 15px 2px 5px;
  background:url(/themes/Pc.bmp) no-repeat center right #DAF3F0;
}

#button_envoi{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
  padding:2px 15px 2px 5px;
  background:url(/themes/envoi_ami.bmp) no-repeat center right #DAF3F0;
}
.button_contact{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
  padding:2px 15px 2px 5px;
  background:url(/themes/contact.bmp) no-repeat center right #DAF3F0;
}
.button_ang{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
  padding:2px 20px 2px 5px;
  background:url(/themes/Drapeau_En.png) no-repeat center right #DAF3F0;
  /*background:#DAF3F0;*/
}
.button_fr{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
  padding:2px 20px 2px 5px;
  background:url(/themes/Drapeau_Fr.jpg) no-repeat center right #DAF3F0;
  /*background:#DAF3F0;*/
}
.button_annuler{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
  padding:2px 15px 2px 5px;
  background:url(/themes/picto_annuler.jpg) no-repeat center right #DAF3F0;
}
.gris1{
  color:#c6c7c7;
}
.bleu{ 
  color:#1aa3b2;
}
.violet{ 
  color:#885FA0
}
.rose{ 
  color:#D74B89;
}
/*/////////////////////////////////////
            Le conteneur
/////////////////////////////////////*/
#conteneur{
	width:950px;
  min-height:100%;
}
/*/////////////////////////////////////
            Le header
/////////////////////////////////////*/
#header{
	width:950px;
	height:23px;
	position:relative;
}
#membres{
  float:right;
  width:135px;
  height:23px;
}
#membres span{
  float:left;
  display:block;
  height:23px;
  color:#004494;
  font-size:11px;
  line-height:23px;
}
#membres a{
  display:block;
  height:23px;
  color:#004494;
  margin:0;
}
#membres a:hover{
  cursor:pointer;
}
#membres a span{
  padding-left:20px;
}
#membres a.identification{
  width:70px;
  background:url(/themes/login_icon.jpg) no-repeat center left;
  margin:0 8px 0 8px;
}
#membres a.enregistrement{
  width:70px;
  background:url(/themes/signin_icon.jpg) no-repeat center left;
  margin:0 8px 0 8px;
}
#membres a.lang_fr{
  width:17px;
  height:13px;
  margin:6px 0 6px 6px;
  background:url(/themes/fr.jpg) no-repeat top center #FFF;
}
#membres a.lang_eng{
  width:17px;
  height:13px;
  margin:6px 0 6px 6px;
  background:url(/themes/eng.jpg) no-repeat top center #FFF;
}
/*/////////////////////////////////////
            Login panel
/////////////////////////////////////*/
#login_panel
{

  position:absolute;
  clear:both;
  width:255px;
  height:180px;
  background:url(/themes/login_popup.gif) no-repeat top center transparent;
  margin:0;
  top:24px;
  right:36px;
  display: none;
  z-index:9999;
}
#login_panel dl{
  display:block;
  width:65%;
  margin:10px auto;
  padding:0;
  color:#58585a;
}
#login_panel dl dt{
  font-size:12px;
  font-weight:bold;
  margin:4px 0;
  text-align:center;
}
#login_panel dl dd{
  font-size:12px;
  font-weight:bold;
  margin:0;
}
#login_panel dl dd input{
  width:100%;
  border:1px solid #c6c9df;
  font-size:12px;
  padding-left:3px;
}
#login_panel span{
  display:block;
  text-align:center;
}
#login_panel a.button_ok span{
  display:inline;
}
#login_panel a.button_signin span{
  display:inline;
}
#login_panel span{
  display:block;
  text-align:center;
}
#login_panel a{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  color:#004494;
}
#login_panel a.pwd_lost{
  background:url(/themes/picto1.gif) no-repeat center left transparent;
  font-size:11px;
  color:#58585a;
}
#login_panel a.pwd_lost span{
  display:inline;
  padding-left:10px;
}
#login_panel a.signin{
  font-size:12px;
  color:#58585a;
}
#login_panel a.signin span{
  display:inline;
}
/*/////////////////////////////////////
            Colonne gauche
/////////////////////////////////////*/
#gauche{
  float:left;
  width:195px;
  height:100%;
}
#bandeau_gauche{
  float:left;
  width:14px;
  height:100%;
  background:url(/themes/bandeau_gauche_img.jpg) no-repeat 50% 51px #FFF;
}
#div_menu{
  float:left;
  width:181px;
  height:100%;
  background:url(/themes/menu_back.jpg) no-repeat top center #004494;
  padding-bottom:1px;
}
#div_menu ul{
  list-style:none;
  padding:0;
  width:181px;
}
#div_menu ul li{
  border-top:0 none;
  margin:0;
  padding:0;
  
}
#div_menu ul a {
  display:block;
  width:169px;
  text-align:right;
  padding:0 12px 0 0;
  border-top:1px solid #3369a9;
}
#div_menu ul a:hover{
  color:#1aa3b2;
}
#menu{
  margin:195px 0 40px 0;
  border-bottom:1px solid #3369a9;
} 
#menu a{
  color:#FFED00;
}
#menu li a {
  font-size:15px;
  height:26px;
  line-height:25px;
}
#menu li a.actif_bas span {
  background-image:url(/themes/menu_fleche_bas.gif);
  background-repeat:no-repeat;
  background-position:left center;
}
#menu li a.actif_droite span {
  background-image:url(/themes/menu_fleche_droite.gif);
  background-repeat:no-repeat;
  background-position:left center;
}

#menu li a span.actif_bas {
  background-image:url(/themes/menu_fleche_bas.gif);
  background-repeat:no-repeat;
  background-position:left center;
}

#menu li a span.actif_droite {
  background-image:url(/themes/menu_fleche_droite.gif);
  background-repeat:no-repeat;
  background-position:left center;
}

#menu li a span{
  padding-left:10px;
}
#menu li ul {
  margin:0;
  padding:0;
}
#menu li ul li a {
  font-size:11px;
  height:26px;
  line-height:25px;
}
#menu li ul li a.defaultm {
   color:#1aa3b2;
}
#menu li ul li a span.defaultm {
   color:#1aa3b2;
}
#liens{
  margin:0 0 40px 0;
  border-bottom:1px solid #3369a9;
}
#liens a {
  color:#FFF;
}
#liens li a {
  font-size:12px;
  height:26px;
  line-height:25px;
}
#liens_externes{
  display:block;
  border-top:1px solid #3369a9;
  border-bottom:1px solid #3369a9;
}
#liens_externes img{
  display:block;
  border:0;
}
/*/////////////////////////////////////
            Centre
/////////////////////////////////////*/
#centre{
  float:left;
  width:753px;
  height:100%;
  border:1px solid #bfd0e4;
}
/*/////////////////////////////////////
            Bannière
/////////////////////////////////////*/
#banniere{
  width:100%;
  height:50px;
  background:url(/themes/banniereFSE.jpg) no-repeat top right #FFF ;
}
/*/////////////////////////////////////
            Fil d'ariane
/////////////////////////////////////*/
#fil_ariane{
  width:100%;
  height:22px;
  padding:0;
  background-color:#FCEDF4;
  
}
#fil_ariane a{
  line-height:22px;
  color:#333333;
  font-size:10px;
  padding-left:10px;
}
/*/////////////////////////////////////
              Contenu
/////////////////////////////////////*/
#content{
  /*position:relative;*/
  clear:both;
  width:753px;
  height:100%;
  margin:0;
}
#content img{
  border:0px;
  display:block;
}
#content h1{
  font-size:16px;
  font-weight:normal;
  /*padding:5px 12px;*/
}
/*#content p{
  font-size:12px;
  font-weight:normal;
  padding:0 12px;
  color:#333333;
}*/
#col_gauche{ 
  float:left;
  width:227px;
  height:100%;
  background-color:#e8f6f7;
}
#col_gauche span a{ 
  line-height:22px;
  color:#333333;
  font-size:10px;
  padding-left:12px;
}
#col_droite{
  float:left;
  width:526px;
  height:100%;
}
#col_droite p img.btn_notice{
  float:left;
  padding:5px 15px;
}
#col_droite span{
  clear:both;
  display:block;
  width:auto;
  text-align:left;
  margin:0 12px;
}
#col_droite span a{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  color:#D74B89;
  background:url(/themes/picto_search_project.jpg) no-repeat center right #FDEBF3;
  padding:2px 15px 2px 2px;
}
#col_droite span a:hover{
  text-decoration:underline;
}

.Button_Down{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  color:#D74B89;
  background:url(/themes/ProdDown.bmp) no-repeat center right #FDEBF3;
  padding:2px 15px 2px 2px;
}
/*/////////////////////////////////////
            Titre
/////////////////////////////////////*/
#title{
  float:left;
  height:46px;
  width:550px;
}
#title_sitemap{
  float:left;
  height:46px;
  width:550px;
}

#title_sitemap span{
  display:block;
  height:46px;
  line-height:46px;
  font-size:22px;
  color:#17A0B2;
  background:url(/themes/sitemap.png) no-repeat left center;
  padding:0 23px;
  margin:0 20px;
}

#title_project{
  float:left;
  height:46px;
  width:480px;
}

#title_small
{
  width:640px;
  height:46px;
  background-color:#E8F6F7;
}


#title_project_small
{
	float: left;
	height: 46px;
	width: 640px; /*width:480px;
  background-color:#E8F6F7;*/
}

#title_project_small span{
  /*display:block;
  height:46px;
  line-height:46px;*/
  font-size:13px;
  color:#17A0B2;
  /*background:url(/themes/fiche.bmp) no-repeat left center;*/
  vertical-align:middle;
  /*padding:0 23px;
  margin:0 20px;*/
}

#title_project span{
  display:block;
  height:46px;
  line-height:46px;
  font-size:22px;
  color:#17A0B2;
  background:url(/themes/fiche.bmp) no-repeat left center;
  padding:0 23px;
  margin:0 20px;
}

.img_title{
  float:right;
  height:31px;
  width:15px;
  padding-top:15px;
  padding-right:10px;
}
#title1
{
  width:640px;
  height:46px;
  background-color:#E8F6F7;
}

#title span{
  display:block;
  height:46px;
  line-height:46px;
  font-size:22px;
  color:#17A0B2;
  background:url(/themes/picto_search_big.jpg) no-repeat left center;
  padding:0 23px;
  margin:0 20px;
}

#title_pass{
  float:left;
  height:46px;
  width:550px;
}

#title_pass span{
  display:block;
  height:46px;
  line-height:46px;
  font-size:22px;
  color:#17A0B2;
  background:url(/themes/picto_annuler.jpg) no-repeat left center;
  padding:0 23px;
  margin:0 20px;
}

/*/////////////////////////////////////
   Formulaire de recherche de projet
/////////////////////////////////////*/
#div_search_project{
  width:753px;
  height:100%;
}
#div_result
{
	width:753px;
}

#div_project
{
	padding-top: 20px;
	width:753px;
}

#div_mentions
{
	padding-left: 45px;
	width:680px;
}

#div_mentions  a
{
	color:#333333;
}

#Carte
{
  float:left;
  width:640px;
  height:436px;
  z-index:-1;
}

#Carte1
{
  position:relative;
  width:753px;
  height:436px;
  z-index:-1;
}

#Index
{ 
  float:left;
  width:100px;
  height:370px;
  padding-top:60px;
  padding-left:7px;
}

#div_search_project.recherche_libre{
  background:url(/themes/recherche_projet_illustration2.jpg) no-repeat top left;
}
#div_search_project.recherche_criteres{
  background:url(/themes/recherche_projet_illustration.jpg) no-repeat top right;
}
#div_search_project div{
  width:100%;
}
#div_search_project.recherche_libre div{
  width:400px;
  margin:50px 0;
  float:right;
}
#div_search_project.recherche_criteres div{
  width:100%;
  padding-top:20px;
}
#div_search_project div span.separateur{
  display:block;
  color:#CCCCCC;
  margin:15px 0 20px 45px;
}
#div_search_project div span.search_buttons{
  display:block;
  margin:30px 0 0 45px;
}
#div_search_project div span.lien_recherche_criteres{
  display:block;
  margin:30px 0 0 45px;
}
#div_search_project div span.lien_recherche_criteres a{
  background:url(/themes/picto_droite_bleu.jpg) no-repeat center left #FFF;
  font-size:12px;
  color:#D74B89;
  /*color:#58585a;*/
  padding:0 0 0 10px;
}
#div_search_project div dl{
  margin:0 0 20px 45px;
  color:#333333;
}
#div_search_project div dl dt{
  margin:0 0 10px 0;
}
#div_search_project div dl dt span{
  font-size:16px;
  font-weight:bold;
}
#div_search_project div dl dt span.normal{
  font-size:12px;
  font-weight:normal;
}
#div_search_project div dl dd{
  margin:5px 0 5px 0;
  font-size:12px;
}
#div_search_project div dl dd input{
  margin:0;
  padding:0;
}
#div_search_project.recherche_libre div dl dd input.text{
  border:1px solid #CAC8E0;
  width:320px;
}
#div_search_project.recherche_criteres div dl dd input.text{
  border:1px solid #CAC8E0;
  width:150px;
}
#div_search_project div dl dd ul{
  list-style:none;
  margin:0;
  padding:0;
}
#div_search_project div dl dd ul li{
  display:block;
  vertical-align:middle;
  margin:5px 0;
}
#div_search_project div dl dd ul li label{
  margin:0 0 0 5px;
  padding-bottom:2px;
}
.small{
  font-size:11px;
}

.boutonpages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #17A0B2;
	text-decoration: none;
}

/*/////////////////////////////////////
            Resultat de Recherche
/////////////////////////////////////*/

.table_result{
  color :#333333;
  /*background-color : inherit;*/
  width:753px;
  /*height:100%;*/
  border-collapse:collapse;
}
.entete_result
{
  color :White;
  background-color : #17A0B2;
  width:753px;
  height:100%;
  margin:0;
}
/*/////////////////////////////////////
            Footer
/////////////////////////////////////*/
#footer{
  clear:both;
  width:100%;
  height:100px;
}

#nav_bar{
  float:right;
  height:20px;
 /* width:150px;*/
  margin-top:30px;
  background-color:#DAF3F0;
}

#foot_buttons{
  height:20px;
  width:750px;
}

#fiche_buttons
{
 clear :both;
  padding-left:20px;
  height:20px;
  width:730px;
}

#button_foot{
  float:left;
  margin-top:30px;
  margin-left:30px;
  clear:both;
  height:20px;
  width:210px;
}

.button_foot{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
}

#flesh_left
{
  float:left;
  height:20px;
  width:10px;
  background-color:#DAF3F0;
}
.bad_pass
{
	color :#000000;
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
}

#bad_pass
{
  float:left;
  padding-left:20px;
  padding-top:15px;
  width:530px;
  height:436px;
}

#mail
{
	width:100%;
	padding-left:200px;
	padding-top:15px;
}

.table_fiche
{
	width:100%;
	height:100%;
	border-collapse:collapse;
	font-family:Arial;
	font-size:11px;
}
.TR_fiche
{
	color :#333333;
	width:753px;
	background-color:#E8F6F7;
}

.TD_fiche
{
	vertical-align:text-top;
	color :#333333;
	font-weight:bold;
	width:240px;
	padding-left:40px;
	
}

.TD_droite
{
	vertical-align:text-top;
	color :#333333;
	width:513px;
	padding-left:40px;
	
}

.TR_product
{
	color :#333333;
	width:753px;
	background-color:#FCEDF4;
}

#div_images
{
	
	margin-left:10px;
}

#div_images ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#div_images ul li
{
	float :left;
	padding: 0 10px;
}

.txt_inf
{
    border:1px solid #CAC8E0;
    width:180px;
}
.txt_comp{
    border:1px solid #CAC8E0;
    width:300px;
}
.txt_adr
{
	border:1px solid #CAC8E0;
	height:90px;
}
/*////////////////////////////
////////////////////////////*/
#Inf_gen
{
	width:753px;
	/*height:450px;*/
	background:url(/themes/coordonnee_ilustration.bmp) no-repeat bottom right;
}

.tbl_inf
{
	padding-top:10px;
	margin-left:40px;
	width:500px;
    font-size:12px;
    color:#58585a;
}
.txt_inf
{
    border:1px solid #CAC8E0;
    width:180px;
}
.txt_comp{
    border:1px solid #CAC8E0;
    width:300px;
}
.txt_adr
{
	border:1px solid #CAC8E0;
	height:90px;
}


.tr_inf
{
	width:480px;
}

.td_inf_gauche
{
	width:200px;
	vertical-align:top;
}

.td_inf_droit
{
	width:280px;
}

#title_Coordonnee{
  float:left;
  height:46px;
  width:550px;
}

#title_Coordonnee span{
  display:block;
  height:46px;
  line-height:46px;
  font-size:22px;
  color:#17A0B2;
  background:url(/themes/coordonnee.bmp) no-repeat left center;
  padding:0 23px;
  margin:0 20px;
}

#liens li a.actif_droite span {
  background-image:url(/themes/menu_fleche_droite.gif);
  background-repeat:no-repeat;
  background-position:left center;
}


#liens li a span.actif_droite {
  background-image:url(/themes/menu_fleche_droite.gif);
  background-repeat:no-repeat;
  background-position:left center;
}

.separateur{
  display:block;
  color:#CCCCCC;
  margin:15px 0 20px 45px;
}

.tbl_co_real
{
	padding-top:10px;
	margin-left:40px;
	width:420px;
    font-size:12px;
    color:#58585A;
}
.tr_co_real
{
	width:480px;
}
.td_co_real_gauche
{
	width:120px;
	vertical-align:top;
}

.td_co_real_droit
{
	width:200px;
}

.button_ok_Contact
{
  display:inline;
  font-size:12px;
  font-weight:bold;
  color:#14A3B1;
  padding:2px 15px 2px 5px;
  background:url(/themes/picto_ok_Extranet.bmp) no-repeat center right #DAF3F0;
}

.lien_sitemap{
  display:block;
  /*margin:30px 0 0 45px;*/
}

.lien_sitemap a{
  background:url(/themes/picto_droite_bleu.jpg) no-repeat center left #FFF;
  font-size:12px;
  color:#58585a;
  padding:0 0 0 10px;
}

#title_mentions{
  float:left;
  height:46px;
  width:480px;
}

#title_mentions span{
  display:block;
  height:46px;
  line-height:46px;
   font-size:22px;
  color:#17A0B2;
  background:url(/themes/icon_mention.bmp) no-repeat left center;
  padding:0 23px;
  margin:0 20px;
}
