/**
 * @file					internal.css
 * @section					header
 */
#header a {
	position:relative;
	float:left;
	color:#002E60;
}
#header a span {
	position:absolute;top:178px;left:26px;
	display:none;
	font-family:Arial, sans-serif;font-size:.85em;
}
#header a:hover span,
#header a.hover span {display:block;}

/**
 * @section					content
 */
h1 {
	margin-bottom:20px;
}
#content p {
	margin-bottom:15px;
}
#content ul {margin-bottom:11px;}
.push {float:right;}

/**
 * @section					news class / news page
 */
.news {padding:0 0 15px;}
#content .date,
.date {
	margin:0 0 2px;
	color:#178FD5;
	font-size:10px;font-weight:bold;font-family:Arial, sans-serif;
}
.news .visual {margin:0 0 10px;}

/**
 * @section					profil page
 */
 
#content h2 a, #content h2 a:hover{
	color:  #F3950C;
 }

ul#profils{
	width: 685px;
	position: relative; left: -20px;
	clear:both;
}
ul#profils li{list-style-type:none;background:none;padding:0px 0px 0px 0px;margin:0 0 4px 0;}
ul#profils li h3{font-size:1.35em;font-weight:normal;background:url("../img/profil/puce.png") left 5px no-repeat;padding:0 0 0 15px;}
ul#profils li h3 a{text-decoration:none;color: #746c62;}
ul#profils li .profil-content h3 a:hover, ul#profils li .profil-content h3.actif a {
   color: #453b2d;
}
ul#profils li .profil-content h3.actif {
   background-position: left -11px;
   }
 
li.onglets .profil-content > div{
}
.contentCible {
	position:relative;z-index:3;
	width: 665px; height: auto;
	padding:10px;  margin:-1px 0px 0px -5px;
	background:url("../img/profil/content_tab_top.png") no-repeat top left transparent;
}
.contentCible .bgTop {
  position: absolute; bottom: 0px; left: 0px; z-index:2;
  display: block;
	width: 665px; height: 100%;
	background:url("../img/profil/content_tab.png") no-repeat bottom left transparent;
}

.contentCible .logo {
  width: 190px;
  padding-top: 15px;
  text-align: center;
  float: left;
  position: relative; z-index: 5;
}
.contentCible .txt {
  width: 450px;
  padding-top: 15px;
  float: left;
  position: relative; z-index: 5;
}

li.onglets .profil-content{position:relative;width: 680px;}
li.onglets {position: relative;}

 .profil{}
 .profil-top{background:url("../img/profil/accordeon-top.jpg") no-repeat;height:10px;overflow: hidden;}
 .profil-content{background:url("../img/profil/accordeon-middle.jpg") repeat-y;padding:5px 10px 5px 20px; overflow:hidden;}
 .profil-bottom{background:url("../img/profil/accordeon-bottom.jpg") no-repeat;height:10px;overflow: hidden;}

 
 ul#tabnavigation {margin:0px;position:relative;z-index:5;left:-8px; height: 39px;}
 ul#tabnavigation li {float:left; margin:0 0 0 4px; }
 ul#tabnavigation li a{text-decoration:none;display:block;background:url("../img/profil/tab.png") left bottom no-repeat;height:23px;font-size:0.85em;width:107px;text-align:center;padding:15px 0 0 0; position: relative; color:#8d877f; font-weight: normal;}
  ul#tabnavigation li a.projets{text-decoration:none;display:block;background:url("../img/profil/tab.png") left bottom no-repeat;height:23px;font-size:0.85em;width:200px;text-align:center;padding:15px 0 0 0; position: relative; color:#8d877f; font-weight: normal;}

 ul#tabnavigation li.last a{padding:11px 0 0 0;height:27px; position: absolute;line-height:1em;}
 ul#tabnavigation li.last a:hover, ul#tabnavigation li.last a.actif {height:28px; background:url("../img/profil/tab.png") left top  no-repeat; }
 ul#tabnavigation li a:hover, ul#tabnavigation li a.actif{background:url("../img/profil/tab.png") left top  no-repeat; height: 24px; color:#453b2d;}
 
  ul#tabnavigation-projets {margin:0px;position:relative;z-index:5;left:-8px; height: 39px;}
 ul#tabnavigation-projets li {float:left; margin:0 0 0 4px; }
 ul#tabnavigation-projets li a{text-decoration:none;display:block;background:url("../img/profil/tab-projets.png") left bottom no-repeat;height:23px;font-size:0.85em;width:185px;text-align:center;padding:15px 0 0 0; position: relative; color:#8d877f; font-weight: normal;font-weight:bold;}
  ul#tabnavigation-projets li a.projets{text-decoration:none;display:block;background:url("../img/profil/tab-projets.png") left bottom no-repeat;height:23px;font-size:0.85em;width:185px;text-align:center;padding:15px 0 0 0; position: relative; color:#8d877f; font-weight: normal;}

 ul#tabnavigation-projets li.last a{padding:11px 0 0 0;height:27px; position: absolute;line-height:1em;}
 ul#tabnavigation-projets li.last a:hover, ul#tabnavigation-projets li.last a.actif {height:28px; background:url("../img/profil/tab-projets.png") left top  no-repeat; }
 ul#tabnavigation-projets li a:hover, ul#tabnavigation-projets li a.actif{background:url("../img/profil/tab-projets.png") left top  no-repeat; height: 24px; color:#453b2d;}

 #profils .profil-content .bouton {
    background: transparent url(../img/profil/bouton.png) no-repeat top center;
    width: 100%; height: 33px;
    padding-top: 12px;
    display: block;
    text-align: center; text-decoration: none;
 }
 #profils .profil-content .bouton:hover {
    background-position: bottom center;
 }

/**
 * @section					easyclearing
 */
 .profil-content:after,
 #header:after,
 #profils:after,
 ul#tabnavigation:after,
 .contentCible:after {
	content: ".";
    overflow:hidden;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/**
 * @section	bourse des missions
 */
 
 
#CVtheque-recherche {}
#CVtheque-recherche-header {width:520px; height:85px; background-image: url(../img/bourse-missions/CVtheque-recherche-header.gif); background-repeat: no-repeat; background-position: left; padding:40px 0px 0px 143px}


#CVtheque-recherche-content {width:660px;background-image: url(../img/bourse-missions/CVtheque-recherche-content.gif); background-repeat:repeat-y;padding:0px 0px 0px 20px;float:left}
#CVtheque-recherche-content .orange{color:#f39912;font-weight:bold;}
#CVtheque-recherche-content .critere{float:left;display:block;width:315px;font-size:0.85em;padding:0 0 10px 0px}
#CVtheque-recherche-content .validation {background-color:#FFFFFF;float:left;width:523px;}
#CVtheque-recherche-content input.submit {background-image: url(../img/bourse-missions/CVtheque-recherche-bouton.gif); background-repeat:no-repeat;display:block; width:150px; border:none; height:40px;font-size:0.9em; color:#5e5e5e; font-weight:bold;text-decoration:none;padding:5px 0 0 7px;cursor:pointer;text-align: left;}
#CVtheque-recherche-content a.submit:hover {background-image: url(../img/bourse-missions/CVtheque-recherche-bouton-over.gif); color:#2c2c2c} 
#CVtheque-recherche-footer {background-image: url(../img/bourse-missions/CVtheque-recherche-footer.gif);background-repeat:no-repeat;float:left;display:block;width:660px; height:30px;margin:0 0 0px 0px}

#CVtheque-resultat-titre {float:left; width:200px;padding:10px 0 0 0px;}
#CVtheque-resultat-pagination {float:right;}
#CVtheque-resultat-pagination a.pagination {background-image: url(../img/bourse-missions/CVtheque-resultat-separateur-pagination.gif);background-position: right;background-repeat:no-repeat; text-decoration:none; font-size:1.5em;padding:13px 15px 10px 5px;display:block;height:30px;float:left;}
#CVtheque-resultat-pagination a.pagination:hover {text-decoration:underline;}
#CVtheque-resultat-pagination a.pagination-active {background-image: url(../img/bourse-missions/CVtheque-resultat-separateur-pagination.gif);background-position: top right;background-repeat:no-repeat; text-decoration:none; font-size:1.5em;padding:13px 15px 10px 5px;display:block; color:#f39912;float:left;}
#CVtheque-resultat-pagination a.page-precedente {background-image: url(../img/bourse-missions/CVtheque-resultat-page-precedente.gif);background-position: top left;background-repeat:no-repeat; background-color:#336699;display:block;width:39px;height:53px;float:left;}
#CVtheque-resultat-pagination a.page-precedente:hover {background-image: url(../img/bourse-missions/CVtheque-resultat-page-precedente-over.gif); }
#CVtheque-resultat-pagination a.page-suivante {background-image: url(../img/bourse-missions/CVtheque-resultat-page-suivante.gif);background-position: top left;background-repeat:no-repeat; display:block;width:34px;height:53px;float:left;}
#CVtheque-resultat-pagination a.page-suivante:hover {background-image: url(../img/bourse-missions/CVtheque-resultat-page-suivante-over.gif); }
#CVtheque-resultat-pagination .hidden{display:none;}
#CVtheque-resultat {float:left;}
#CVtheque-resultat a.CV {background-image: url(../img/bourse-missions/CVtheque-resultat-CV.gif);background-position: top left;background-repeat:no-repeat; display: block; width:620px;padding:20px;text-decoration:none;margin:0 0 10px 0px;height:53px}
#CVtheque-resultat a.CV:hover{background-image: url(../img/bourse-missions/CVtheque-resultat-CV-over.gif);text-decoration:none;}
#CVtheque-resultat .competence {font-size:0.9em;color:#f39912}
#CVtheque-resultat .titre {font-weight:bold;color:#5e5e5e;display:block;width:515px;}
#CVtheque-resultat .description {color:#5e5e5e;display:block;width:515px;}
#CVtheque-resultat a.projets {background-image: url(../img/bourse-missions/resultat-projet.gif);background-position: top left;background-repeat:no-repeat; display: block; width:600px;padding:20px;text-decoration:none;margin:0 0 10px 0px;height:53px}
#CVtheque-resultat a.projets:hover{background-image: url(../img/bourse-missions/resultat-projet-over.gif);text-decoration:none;}

#offres-missions-header {width:520px; height:110px; background-image: url(../img/bourse-missions/offres-missions-header.gif); background-repeat: no-repeat; background-position: left; padding:20px 0px 0px 143px}
#offres-missions-header p { padding-right:15px;}
#offres-missions-resultat {float:left;}
#offres-missions-resultat a.CV {background-image: url(../img/bourse-missions/offres-missions.gif);background-position: top left;background-repeat:no-repeat; display: block; width:620px;padding:20px;text-decoration:none;margin:0 0 10px 0px;height:53px}
#offres-missions-resultat a.CV:hover{background-image: url(../img/bourse-missions/offres-missions-over.gif);text-decoration:none;}
#offres-missions-resultat .competence {font-size:0.9em;color:#f39912}
#offres-missions-resultat .titre {font-weight:bold;color:#5e5e5e;display:block;width:515px;}
#offres-missions-resultat .description {color:#5e5e5e;display:block;width:515px;}
#offres-missions-detail-header {width:520px; height:20px; background-image: url(../img/bourse-missions/offres-missions-header-detail.gif); background-repeat: no-repeat; background-position: top; padding:0px 0px 0px 143px}
#offres-missions-detail-content {width:638px;background-image: url(../img/bourse-missions/offres-missions-detail-content.gif); background-repeat:repeat-y;padding:0px 20px;float:left}
/*OLD::#offres-missions-detail-content {width:640px;background-image: url(../img/bourse-missions/offres-missions-detail-content.gif); background-repeat:repeat-y;padding:0px 0px 0px 20px;float:left}*/
#offres-missions-detail-content h2 {font-size:2em;}
#offres-missions-detail-content h3 {font-weight:bold;}
#offres-missions-detail-content a.bouton {background-image: url(../img/bourse-missions/CVtheque-recherche-bouton.gif); background-repeat:no-repeat;display:block; width:150px; border:none; height:40px;font-size:0.9em; color:#5e5e5e; font-weight:bold;text-decoration:none;padding:13px 0 0 0px;cursor:pointer;text-align: center;}
a.retour {background-image: url(../img/bourse-missions/CVtheque-recherche-bouton.gif); background-repeat:no-repeat;display:block; width:150px; border:none; height:40px;font-size:0.9em; color:#5e5e5e; font-weight:bold;text-decoration:none;padding:13px 0 0 0px;cursor:pointer;text-align: center;float:right;}
a.retour-projets {background-image: url(../img/bourse-missions/CVtheque-recherche-bouton.gif); background-repeat:no-repeat;display:block; width:150px; border:none; height:40px;font-size:0.9em; color:#5e5e5e; font-weight:bold;text-decoration:none;padding:13px 20px 0 0px;cursor:pointer;text-align: center;float:right;}
#offres-missions-detail-content .CVlabel{width:200px;display:block;float:left;color:#178FD5;font-weight:bold;}
#offres-missions-detail-content .motivation{color:#178FD5;font-weight:bold;padding-top:15px;}
#offres-missions-detail-content .CV{font-weight:bold;}
#offres-missions-detail-content #filet{display: block;border-bottom:1px solid #c8c8c8;width:620px;float:left;padding:4px 0px 4px 0px;}
#offres-missions-detail-content a.boutontelecharger {background-image: url(../img/bourse-missions/bouton-telecharger.gif); background-repeat:no-repeat;display:block; width:
300px; border:none; height:40px;font-size:0.9em; color:#5e5e5e; font-weight:bold;text-decoration:none;padding:13px 0 0 0px;text-align: center;float:left;}
#offres-missions-detail-content .CV-boutons {text-align:center;margin-top:15px;float:left;}

#projets-header {width:520px; height:85px; background-image: url(../img/bourse-missions/projets-header.gif); background-repeat: no-repeat; background-position: left; padding:40px 0px 0px 143px}



#panneau-interieure{
	float:left;
	width:260px;
	height:332px;
	background-image:url(../img/common/panneau/panneau-interieure_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top:20px;
	margin-bottom:0px;
}

#panneau-interieure ul {
	list-style-type: none;
	margin:0;
	padding:0;
	width:260px;
	margin-left:0px;
}
#panneau-interieure ul li {
	float:left;
	background-image:none;
	margin:0;
	padding:0;
	clear:none;
	width:auto;
}
#panneau-interieure ul li a.item1 {display:block;width:110px;height:37px;margin:70px 0 0 15px; background-image:url(../img/common/panneau/panneau-item1-off.gif); background-repeat:no-repeat;}
#panneau-interieure ul li a.item1:hover {background-image:url(../img/common/panneau/panneau-item1-ov.gif)}
#panneau-interieure ul li a.item1 span{display:none;}

#panneau-interieure ul li a.item2 {display:block;width:113px;height:39px;margin:68px 0 0 16px; background-image:url(../img/common/panneau/panneau-item2-off.gif); background-repeat:no-repeat;}
#panneau-interieure ul li a.item2:hover {background-image:url(../img/common/panneau/panneau-item2-ov.gif)}
#panneau-interieure ul li a.item2 span{display:none;}

#panneau-interieure ul li a.item3 {display:block;width:61px;height:45px;margin:8px 0 0 141px; background-image:url(../img/common/panneau/panneau-item3-off.gif); background-repeat:no-repeat;}
#panneau-interieure ul li a.item3:hover {background-image:url(../img/common/panneau/panneau-item3-ov.gif)}
#panneau-interieure ul li a.item3 span{display:none;}

#panneau-interieure ul li a.item4 {display:block;width:69px;height:52px;margin:19px 0 0 58px; background-image:url(../img/common/panneau/panneau-item4-off.gif); background-repeat:no-repeat;}
#panneau-interieure ul li a.item4:hover {background-image:url(../img/common/panneau/panneau-item4-ov.gif)}
#panneau-interieure ul li a.item4 span{display:none;}






