/**
 * CSS: ext bull_projmed
 */
/* ################################################################################
 * #
 * #	CORRECTIF miseenforme.css
 * #
 * ################################################################################
 * */ 
div#col_1 div.content div.projmed {
	text-align: left;
}

 
 /* ################################################################################
 * #
 * #	FORMULAIRE DE RECHERCHE
 * #
 * ################################################################################
 * */ 

/**********************************************************************************
 * conteneur global
 **********************************************************************************/
div.projmed {
	float: left;
	width: 700px;
	font: normal 1em/1em Arial, Helvetica, sans-serif;
	overflow: auto;
	/*padding: 10px;*/
	/*border: 1px solid red;*/
	/*background: red;*/
}

div.projmed h2 {
#	padding:0;
# font-size:1.5em;
	margin:0;
	color: #0289CD; /* PROGRAMME MED */
	font-size:12px;
#	font-weight: bold;
}

dt.accordeon {
cursor:pointer;
}

/* round corner (jquery) */
.round_out {
	background-color: #f2f2f2;
}
.round_in {
	background-color: #fff;
	padding: 5px;
}

/* bouton submit */
div.projmed .submit_bt {
	border-top: 1px solid #81c4e6;
	border-right: 1px solid #81c4e6;
	border-bottom: 2px solid #014466;
	border-left: 2px solid #026ea4;
	
	background: #0289CD;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	
	width: 500px;
	
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 100px; /* centrage */
	
}

div.projmed .submit_bt:hover {
	background: #01527b;
}

/**********************************************************************************
 * Zones de recherche
 **********************************************************************************/
/* .............................................................................. */
/* ZONE 1 */
/* Voir tous les projets */
div#projmed_search1 {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	border: 2px solid #ccc;
	
}

/* .............................................................................. */
/* ZONE 2 */
/* Recherche visuelle */
div#projmed_search2 {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	border: 2px solid #ccc;
	
}
/* liste deroulante */
div#projmed_search2 select {
	width: 350px;
}

/* liste deroulante */
div#projmed_search2 select option.hideClass {
	visibility:hidden;
	height:0px;
	width:0px;
	display:none;
	
}

/* labels */
div#projmed_search2 label {
	display: block;
	float: left;
	clear: left;
	width: 300px;
	border-bottom: 1px dotted #ccc;
}

/* .............................................................................. */
/* ZONE 3 */
/* Recherche par criteres */
div#projmed_search3 {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	border: 2px solid #ccc;
	
}

/* liste de definition */
div#projmed_search3 dt {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 1px dotted #ccc;
	padding: 3px;
}
div#projmed_search3 dt:hover {
	background: #f2f9fc;
}

/* liste ul li */
div#projmed_search3 dd ul {
	list-style-type: none;
}
/* .............................................................................. */
/* ZONE 4 */
/* Recherche par mots cles */
div#projmed_search4 {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	border: 2px solid #ccc;
	
}

div#projmed_search4 label {
	display: block;
	float: left;
	clear: left;
	width: 300px;
	border-bottom: 1px dotted #ccc;
}

div#projmed_search4 input.inputtxt {
	border: 1px solid #0289CD;
	width: 300px;
}
div#projmed_search4 input.inputtxt:focus {
	background: #f2f9fc;
}
div#projmed_search4 input.inputchk {
	/*border: 1px solid #0289CD;*/
}

/* .............................................................................. */
/* ZONE 5 */
/* Recherche par code */
div#projmed_search5 {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	border: 2px solid #ccc;
	
}

div#projmed_search5 label {
	display: block;
	float: left;
	clear: left;
	width: 300px;
	border-bottom: 1px dotted #ccc;
}

div#projmed_search5 input.inputtxt {
	border: 1px solid #0289CD;
	width: 300px;
}
div#projmed_search5 input.inputtxt:focus {
	background: #f2f9fc;
}
/* .............................................................................. */
/* ZONE 6 */
/* Recherche par mots cles */
div#projmed_search6 {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	border: 2px solid #ccc;
	
}

div#projmed_search6 label {
	display: block;
	float: left;
	clear: left;
	width: 300px;
	border-bottom: 1px dotted #ccc;
}

div#projmed_search6 input.inputtxt {
	border: 1px solid #0289CD;
	width: 300px;
}
div#projmed_search6 input.inputtxt:focus {
	background: #f2f9fc;
}


/* ################################################################################
 * #
 * #	LISTING STANDARD
 * #
 * ################################################################################
 * */ 
div#projmed_listing {
	width: 700px;
	font: normal 1em/1em Arial, Helvetica, sans-serif;
}
div#projmed_listing div.list_item {
	border: 1px solid #666;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-left: 1px solid #aaa;

	padding: 5px;
	margin: 10px 0;
	float: left;
	
	width: 690px;
}
/* .............................................................................. */
/* acronyme - titre - bouton plus d'infos */
div#projmed_listing div.list_item div.acronyme {
	
	background: #f5f5f5 url('coinbleu.gif') no-repeat 0 0;
	padding-left: 25px;
	height: 30px;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #0289CD;
/*
	float: left;
	clear: both;
*/
	float: left;
	width: 665px;
}
div#projmed_listing div.list_item div.acronyme:hover {
	background: #666 url('coinbleu.gif') no-repeat 0 0;
	color: #fff;
}

/* titre */
div#projmed_listing div.list_item span.titre {
	float: left;
	padding-top: 5px;
}
div#projmed_listing div.list_item span.titre:hover {
}

/* bouton submit */
div#projmed_listing div.list_item input.submit_bt {
	float: right;
	border: 1px solid #ccc;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: #f0f0f0;
	color: #0289CD;
	text-align: center;
	height: 30px;
	width: 200px;
	cursor: pointer;
}
div#projmed_listing div.list_item input.submit_bt:hover {
	background: #0289CD;
	color: #fff;
}

/* bouton retour */
div#projmed_listing div.retour {
	text-align: center;
	padding: 5px;
}
div#projmed_listing div.retour a {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0289CD;
}
div#projmed_listing div.retour a:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0289CD;
	background: #f5f5f5;
}

/* .............................................................................. */
/* tableau */
div#projmed_listing div.list_item div.tableau {
	border: 1px solid #ccc;
	border-top: 0;
	margin: 5px 0;
	margin-top: 0;
	overflow: auto;
	height: 30px;
	clear: both;
	width: 690px;
}
div#projmed_listing div.list_item div.tableau dl {
	float: left;
	width: 20%;
}
/* titre */
div#projmed_listing div.list_item div.tableau dl dt {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #fff;
	background: #aaa;
}
/* contenu */
div#projmed_listing div.list_item div.tableau dl dd {
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #666;
}
/* .............................................................................. */
/* chef de file */
div#projmed_listing div.list_item div.cheffile {
	margin-top: 5px;
}
/* titre */
div#projmed_listing div.list_item div.cheffile dl dt {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #888;
	border-bottom: 1px solid #ccc;
}
/* liste */
div#projmed_listing div.list_item div.cheffile ul {
	list-style-type: none;
}
div#projmed_listing div.list_item div.cheffile ul li {
	padding-left: 20px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}
/* .............................................................................. */
/* montant */

/* tableau */
div#projmed_listing div.list_item div.montant {
	border: 1px solid #ccc;
	border-top: 0;
	margin: 5px 0;
	overflow: auto;
	height: 30px;
	clear: both;
	width: 690px;
}
div#projmed_listing div.list_item div.montant dl {
	float: left;
	width: 50%;

}
/* titre */
div#projmed_listing div.list_item div.montant dl dt {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #fff;
	background: #aaa;
}
/* contenu */
div#projmed_listing div.list_item div.montant dl dd {
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #666;
}

/* .............................................................................. */
/* pagination */

div#projmed_listing div.pagination {
	font: bold 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #f5f5f5;
	padding: 5px;
	overflow: auto;
	height: 30px; /* IE n'aime pas l'overflow */
	clear: both;
}

/* gauche - nombre de projets - liens pages */
div#projmed_listing div.pagination div.left {
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}
div#projmed_listing div.pagination div.left span.pages {
	padding-left: 15px;
}

div#projmed_listing div.pagination div.left a {
	color: #666;
	text-decoration: none;
}
div#projmed_listing div.pagination div.left a:hover {
	color: #0289CD;
	text-decoration: underline;
}


/* droite - select + option */
div#projmed_listing div.pagination div.right {
	float: right;
	padding-right: 10px;	
	margin-top: 5px;
}
div#projmed_listing div.pagination div.right select {
	width: 150px;
		font: normal 12px Arial, Helvetica, sans-serif;
}
div#projmed_listing div.pagination div.right select option {
	font: normal 12px Arial, Helvetica, sans-serif;
}



/* ################################################################################
 * #
 * #	VUE SINGLE
 * #
 * ################################################################################
 * */ 
div#projmed_single {
	width: 700px;
	font: normal 1em/1em Arial, Helvetica, sans-serif;
	/*float: left;*/
}


/* bouton retour */
div#projmed_single div.retour {
	text-align: center;
	padding: 5px;
}
div#projmed_single div.retour a {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0289CD;
}
div#projmed_single div.retour a:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0289CD;
	background: #f5f5f5;
}

/* .............................................................................. */
/*  acronyme */
div#projmed_single div.acronyme {
	
	padding: 10px;
	
	background: #0289CD;
	border: 1px solid #ccc;
	
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
/* .............................................................................. */
/* tableau */
div#projmed_single div.tableau {
	/*border: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	border-top: 0;
	margin: 5px 0;
	margin-top: 0;
	overflow: hidden;
	height: 30px;
	width: 700px;
	clear: both;
}
div#projmed_single div.tableau dl {
	float: left;
	width: 20%;
	/*width: 174px;*/
}
/* titre */
div#projmed_single div.tableau dl dt {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #fff;
	background: #aaa;
}
/* contenu */
div#projmed_single div.tableau dl dd {
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #666;
}
/* .............................................................................. */
/* resume du projet */
div#projmed_single div.resume {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px;
}
/* .............................................................................. */
/* libelle du projet */
div#projmed_single div.libelle {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0289CD;
	padding: 10px;
}
/* .............................................................................. */
/* lien vers site projet */
div#projmed_single  div.lien {
	
}
div#projmed_single  div.lien a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	background: #f5f5f5;
	border-bottom: 5px solid #666;
	padding: 10px;
	color: #666;
}
div#projmed_single  div.lien a:hover {
	color: #0289CD;
	text-decoration: underline
}
	
/* .............................................................................. */
/* budget */
div#projmed_single div.budget {
	padding: 10px;
}
div#projmed_single div.budget table {
	width: 680px;
}
div#projmed_single div.budget table caption {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #0289CD;
	background: #f5f5f5;
	padding: 5px 0;
	border-bottom: 5px solid #666;
}
div#projmed_single div.budget table tr th {
	font: small-caps 12px Arial, Helvetica, sans-serif;
}
div#projmed_single div.budget table tr td {
	font: normal 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #ccc;
}

/* .............................................................................. */
/* infos partenaires */
div#projmed_single div.infos {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 10px;
}
/* titre */
div#projmed_single div.infos p.label {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0289CD;
	background: #f5f5f5;
	padding: 5px 0;
	border-bottom: 5px solid #666;
}
/* nom partenaire */
div#projmed_single div.infos dl dt {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 3px;
	border-top: 1px solid #ccc;
	/*border-bottom: 3px solid #0289CD;*/
	background: #f5f5f5;
	padding: 5px 0;
}
/* nom partenaire Chef de fil */
div#projmed_single div.infos dl div.cf{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 5px;
	border-top: 1px solid #ccc;
	
	/*padding: 5px 0;*/
}
/* infos */
div#projmed_single div.infos dl dd {

}
/* adresse */
div#projmed_single div.infos dl dd p.adresse {
	font: bold 12px Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: #666;
	margin-top: 3px;
}
div#projmed_single div.infos dl dd p.infosadresse {
	font-style: italic;
	padding: 5px;
}

/* contact */
div#projmed_single div.infos dl dd p.contact {
	font: bold 12px Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: #666;
	margin-top: 3px;
}
/* liste contacts */
div#projmed_single div.infos ul.infoscontact {
	list-style-type: none;
}

div#projmed_single div.infos ul.infoscontact li p.partenaire {
	padding:5px;
}
div#projmed_single div.infos ul.infoscontact li p.partenaire span.nom {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666;
}
div#projmed_single div.infos ul.infoscontact li p.partenaire span.label {
	font-weight: bold;
}

a.projet_med_contact {
	background: url('../img/fleche_bas.png') no-repeat left top ;
	
	padding-left:20px;
	cursor:pointer;
	
}

span.projet_med_contact {
	background: url('../img/fleche_bas.png') no-repeat left top ;
	
	padding-left:20px;
	cursor:pointer;
	
}

h2 a.projet_med_contact {color: #0289CD; /* PROGRAMME MED */
	font-size:12px;
	background: url('../img/fleche_bas.png') no-repeat left ;
	
	padding-left:20px;
	cursor:pointer;
	}

a.projmed_en_savoir_plus {color: #0289CD; /* PROGRAMME MED */
	font-size:12px;
	
	cursor:pointer;
	}






