@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
	border:0 none;
	outline:none;
}

html, body, h1, h2, h3, h4, ul, li, object, embed, img, input, form
{
	margin: 0;
	padding: 0;
	outline:none;
}

done
{
	color:#090;
}

error
{
	color:#F00;
}

conf, warn
{
	color:#F90;
}

h1
{
	margin-bottom:20px;
}

h2
{
	margin-bottom:12px;
}

h3
{
	font-size: 1.27em;
	color: #20b4f1;
	margin: 14px 0px 8px 0px;
}

h4
{
	font-size: 1.1em;
	margin-bottom: 17px;
}

a:active
{
	outline:none;
}

a:link
{
	outline:none;
}

a
{
	color:#464544;/* #464544 || #AEAEFF ||#20b4f1  */
	text-decoration:none;
	border:0;
	outline:none;
}

body 
{
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height:normal;
	color:#4d4d4d;
	text-align:center;
	background-color:#ffffff;
}

#header
{
	background:none;
	width:980px;
	height:auto;
	margin: 5px auto 0px auto;
	text-align:center;
}

#connexion_link
{
	color:#FFF;
	font-weight:bold;
	float:right;
	margin:55px 0px 0px 90px;
	padding:0px 25px 0px 0px;
	text-align:right;
	width:180px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}

#connexion_link a
{
	color:#CCC;
}

#connexion_link a:hover
{
	color:#FFF;
}

#user_name
{
	float:right;
	margin:55px 10px 0px 0px;
	text-align:right;
}

#page
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
}

#corps
{
	float:left;
	width:980px; 
	margin-left:auto; 
	margin-right:auto;
	vertical-align:top;
	background:#FFF;
}

#menu
{
	background:url(images/menu_back.jpg) no-repeat;
	width:980px;
	height:22px;
	margin:8px auto 10px auto;
	text-align:center;
	/*float:left;*/
}

#menu .puce_menu
{
	background:0px 10px url(images/puce_menu.png) no-repeat;
	width:6px;
	height:15px;
	margin:0px auto 0px auto;
}

.separator
{
	clear:both;
}

.separator div
{
	background:#999;
	width:90%;
	height:1px;
	margin:4px auto;
}

#contenu
{
	margin-left:0px;
	margin-right:0px;
	clear:both;
	text-align:center;
	padding-top:10px;
}

#contenu a:hover
{
	color:#003c8d
}

#footer
{
	clear:both;
	width:auto;
	padding:15px;
	margin:30px 0px 0px 0px;
	color:white;
	text-align:center;
	background:#000;
	opacity:0.9;
}

#footer a
{
	color:#999;
}

#footer a:hover
{
	color:white;
}

/* Les  titres des pages  */
.title
{
	font-family:sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#2B5EBD;
	background: url(images/indic.png) no-repeat;
	margin: 12px 0px 20px 0px;
	padding-left:30px;
	text-align:left;
}

/*  PAGE DEMANDE D'INFORMATIONS : COMPOSER SON CV */
#demande_info
{
	height:auto;
	width:535px;
	color:#333333;
	text-align:justify;
	background:url(images/body.png) no-repeat;
	padding: 32px 0px 0px 16px;
}

.champ_demande
{
	padding-bottom:8px;
	text-align:left;
}

#demande_info td.puce
{
	width:130px;
	vertical-align:middle;
}

select, input, textarea
{
	border:1px #003c8d solid;
}

.btn_demande
{
	text-align:right;
	padding-right:10px;
	margin:20px 120px 20px 0px;
	text-align:right;
}

/* La classe pour la table d'information */

.depot_form
{
	font-size:13px;
	border-right:1px dashed #000;
}

.depot_form2
{
	font-size:13px;
}

.depot_form3
{
	border:1px dashed #000;
	border-bottom:none;
	font-size:13px;
	border-width:1px;
	width:955px;
}

.depot_form td.puce
{
	width:260px;
}

td.puce, td.puce1, td.puce1last
{
	width:130px;
	vertical-align:middle;
	border-top:1px dashed #000;
	border-left:1px dashed #000;
	padding:5px;
	font-weight:bold;
	text-align:left;
}

td.puce1_txt, td.puce1last_txt
{
	vertical-align:middle;
	text-align:left;
	padding:5px;
	width:380px;
	border-top:1px dashed #000;
	border-left:1px dashed #000;
}

td.puce1last, td.puce1last_txt  { border-bottom:1px dashed #000; }

td.puce2
{
	font-family:sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#0099FF;
	width:300px;
	padding:5px;
	border:1px dashed #000;
	border-right:none;
	text-align:left;
}

td.puce2_txt
{
	vertical-align:top;
	text-align:left;
	width:650px;
	border:1px dashed #000;
	padding:5px;
}

td.puce3
{
	font-family:sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#0099FF;
	padding:5px;
	border-bottom:1px dashed #000;
	text-align:left;
}

td.puce4
{
	font-weight:bold;
	border:1px dashed #000;
	width:315px;
	padding-left:10px;
	border-top:none;
	border-right:none;
}

td.puce_txt2
{
	vertical-align:top;
	text-align:left;
	width:650px;
	border:1px dashed #000;
	padding-left:10px;
}

.titre_line
{
	margin: 0px 0px 0px 0px;
	padding: 2px 16px 2px 16px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	background-color:#003c8d;
}

td.spacer
{
	width:100%;
	background-color:#003c8d;
	height:3px;
}

/*  PAGE RESULTAT LISTING DES OFFRES */

#listing
{
	height: auto;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#candidat_count
{
	padding: 0px 0px 5px 0px;
	vertical-align:top;
	text-align:left;
	float:left;
	color: #003C8D;
	font-size: 20px;
	font-weight: bold;
	line-height: 29px;
}

#candidat_count span
{
	color:#060606;
	font-size:12px;
	font-weight:normal;
	line-height:17px;
	display:inline-block;
}

#titre
{
	clear:both;
	margin: 0px 0px 3px 0px;
	padding:5px 3px;
	color:#FFF;
	font-size:14px;
	text-align:left;
	border:2px solid #009;
	background-color:#0261C2;
}

.actions
{
	float:right;
	padding: 0px 0px 15px 0px;
	margin-right:2px;
}

#criteres
{
	clear:both;
	margin: 0px 0px 3px 0px;
	padding: 0px 3px;
	color:#0261C2;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border:1px solid #DDD;
	background-color:#F9F9F9;
}

#recherche
{
	height: auto;
	margin: px 0px 0px 0px;
	padding: 0px 5px;
	font-size:10px;
	vertical-align:top;
	background-color:#F9F9F9;
	text-align:left;
	clear:both;
	border:1px solid #DDD;
}

#liste
{
	clear:both;
	padding: 0px 0px 5px 0px;
}

#paginate
{
	clear:both;
	text-align:right;
	background-color:#999;
	margin: 0px 0px 2px 0px;
}

.tableHeader, .tableHeaderC
{
	padding: 3px 0px 3px 3px;
	vertical-align:middle;
	text-align:left;
	background:#003c8d;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
}

#contenu a.header_link, #contenu a.header_link:hover
{
	color:#FFF;
}

#contenu #current_head
{
	color:#000;
}

.tableItem, .tableItemC, .tableItemB, .tableItemD
{
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:left;
	padding: 0px 3px 0px 1px;
}

.tableItem em, .tableItemC em, .tableItemB em, .tableItemD em
{
	color:#999;
}

.tableHeaderC, .tableItemC
{
	text-align:center;
}

.tableItemB
{
	font-weight:bold;
}

.tableItemD
{
	text-align:right;
	padding: 0px 10px 0px 1px;
}

.icone
{
	padding: 0px 5px 0px 5px;
	text-align:center;
}

#details
{
	height: auto;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

/*  PAGE DE CONNEXION */

#connexion
{
	height:auto;
	margin:30px auto 30px auto;
}

#no_right_title_text
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:10px 0px 0px 20px;
	border:none;
}

#connexionTop
{
	clear:both;
	color:#FFFFFF; 
	font-weight:bold;
	font-size:14px;
	background: 0px 0px url(images/ConnexionTop.png) no-repeat;
	margin: -1px auto 0px auto;
	padding:0px 0px 0px 0px;
	height:161px;
	width:554px;
	text-align:left;
}

#logo_connexion
{
	margin: 27px 227px 0px 227px;
	padding:0px 0px 0px 0px;
	height:100px;
	width:100px;
	text-align:center;
}

#connexionMilieu1
{
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	text-align:center;
	height:196px;
	width:554px;
	background: 0px 0px url(images/ConnexionMilieu1.png) no-repeat;
}

.connexion_line
{
	font-size:13px;
	font-weight:bold;
	color:#003c8d;
	text-align:right;
	line-height:15px;
	vertical-align:top;
	width:490px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

input.field
{
	line-height:15px;
	font-size:14px;
	width:335px;
	height:24px;
	background:transparent;
	border:0px;
	margin:0px;
	padding:0px;
	color:#999;
}

.connexion_btn
{
	text-align:center;
	margin:-56px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:56px;
}

#connexionBottom
{
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	text-align:center;
	height:92px;
	width:554px;
	background: 0px 0px url(images/ConnexionBottom2.png) no-repeat;
}

.form_line
{
	margin:0px 0px 0px 0px;
	font-size:11px;
	text-align:left;
}

.form_line2
{
	margin:4px 0px 0px 0px;
	font-size:11px;
	text-align:right;
}

.btn_demande2
{
	text-align:right;
	padding-right:0px;
	margin:20px 0px 0px 0px;
}

.form_msg
{
	text-align:left;
	color: #000;
}

/* CSS DE LA PAGINATION */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	border: 1px solid #fff;
	text-decoration: none; /* no underline */
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #fff;
	color: #AD0817;
}
div.pagination span.current {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	border: 1px solid #fff;
	font-weight: bold;
	background:0px -3px url(images/menu_deroulant.png) repeat-x;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #bbb;
	color: #DDD;
}

.off
{
	background-color: #ccc;
}

/*  PAGE NEWSLETTER */

#liste_nl
{
	clear:both;
	padding: 20px 0px 40px 0px;
	font-size:14px;
}

.f_adr
{
	text-align:left;
	float:left;
	width:240px;
	margin-right:2px;
}

.l_adr
{
	text-align:left;
	float:right;
	width:240px;
	padding:0px;
	margin-left:2px;
}

.btn, .btn_seul
{
	/*background: 0px -3px url(../images/menu_deroulant.png);
	color:#003c8d;
	border:none;
	height:24px;
	line-height:17px;
	padding:0px 10px 2px 10px;
	border-radius:6px;
	box-shadow:2px 2px 8px #666;*/
	
	background:#cfd4d6;
	color:#003c8d;
	font-weight:bold;
	border:none;
	height:34px;
	line-height:17px;
	padding:6px 15px 8px 15px;
	margin-right:10px;
	border-radius:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	cursor:pointer;
}

.btn_seul
{
	margin-right:0px;
}

.btn:hover, .btn_seul:hover
{
	color:#003c8d;
}

.input, .numeric
{
	padding:4px;
	margin:0px;
	background:#fff;
	border: solid #ccd2d7 1px;
	box-shadow:0px 0px 4px #bbb inset;
	color: #00006C;
}

.numeric
{
	text-align:right;
	width:110px;
}

/* DETAILS CANDIDAT NEW */

.title_detail
{
	font-family:sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#2B5EBD;
	margin: 12px 0px 20px 0px;
	padding-left:30px;
	text-align:center;
}

.title_centre
{
	font-family:sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#996600;
	margin: -5px 0px 10px 0px;
	padding-left:30px;
	text-align:center;
	text-transform:uppercase;
}

.cont_details
{
	height: auto;
	padding:0px;
	width:955px;
	margin-left:auto;
	margin-right:auto;
}

.zip_link
{
	width:120px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin:10px;
	padding: 10px 5px 10px 5px;
	text-align:center;
	background:url(images/menu_deroulant.png) repeat-x;
}

.zip_link:hover
{
	
}

.bluearrowKSM ul
{
	text-align:left;
}

/*  STYLE PAGE D'ACCUEIL BACK OFFICE  */

#widget_zone
{
	width:952px;
	text-align:center;
	margin:0px auto 0px auto;
}

.widget
{
	width:120px;
	font-size:10px;
	color:#666;
	text-decoration:none;
	float:left;
	margin:8px;
	text-align:center;
}

/*  STYLE FORMULAIRES  */

.form_line_text
{
	width:150px;
	text-align:right;
	font-weight: bold;
	color:#060606;
}

.form_line_data
{
	width:100%;
	text-align:left;
}

.table_style_principal, .table_style_large
{
	text-align:left; 
	width:500px;
	margin:auto;
	margin-bottom:20px;
	color: #003C8D;
}

.table_style_large
{
	width:980px;
}

.droit_cell
{
	width:220px;
}

.message
{
	padding:5px 0px 10px 0px;
	color:#D90000;
	text-align:left;
	clear:both;
}

.logo
{
	width:50px;
	background:#FFF;
	margin:2px 0px;
	
	border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* LOGO TOOLTIP CSS */

a.logotip {cursor:pointer; outline:none;}
a.logotip:hover {text-decoration:none;}
a.logotip .tip
{
	clear:both;
    z-index:2000;
	display:none;
	padding:0px;
    margin-top:-230px;
	margin-left:-295px;
	text-transform:none;
}
a.logotip:hover .tip
{
    display:inline;
	position:absolute;
}
a.logotip .tip img
{
	width:250px;
	background:#FFF;
    border:1px solid #ccc;
	
	border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 1px 1px 10px #CCC;
    -webkit-box-shadow: 1px 1px 10px #CCC;
    box-shadow: 1px 1px 10px #CCC;
}
img.currentlogo
{
	height:130px;
	background:#FFF;
    border:1px solid #ccc;
	
	border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 1px 1px 10px #CCC;
    -webkit-box-shadow: 1px 1px 10px #CCC;
    box-shadow: 1px 1px 10px #CCC;
}

.info_caisse
{
	float:left;
	margin:0px 10px 0px 0px; 
	padding:5px 10px;
	font: bold 18px Arial, sans-serif;
	line-height:normal;
	color:#060606;
	background:#fff;
    border:2px solid #003c8d;
	
	border-radius:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.ope_form
{
	clear:both;
	margin:10px 0px 10px 0px; 
	padding:5px 5px 15px 5px;
    border:2px solid #003c8d;
	z-index:0;
	
	border-radius:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.action_caisse, .action_caisse_small
{
	clear:both;
	margin: 0px 0px -9px 15px;
	padding: 0px 4px;
	vertical-align:top;
	text-align:left;
	color: #003C8D;
	font-size: 18px;
	font-weight: bold;
	line-height:normal;
	
	background:#fff;
	z-index:100;
	position:absolute;
}

.action_caisse_small
{
	margin: 1px 0px -9px 15px;
	color: #003C8D;
	font-size: 14px;
}

/********************** CURSUS SCOLAIRE **********************************/

#cursus_menu
{
	margin-bottom:50px;
	float:left;
	width:210px;
	font-weight:bold;
	font-size: 14px;
}
#cursus_menu_year
{
	width:210px;
}
#cursus_menu_mat
{
	padding-bottom:5px;
	width:210px;
	background:#CCC;
	font-size:10px;
}
.cursus_menu_title
{
	margin:0px 0px 10px 0px;
	padding:8px 10px;
	font-size:22px;
	color:#333;
	border-bottom:3px solid #fff;
}
.cursus_menu_spacer
{
	margin-top:10px;
	clear:both;
	height:5px;
	background:#fff;
}
.cursus_year
{
	margin:5px 0px;
	padding:3px 60px;
	background:#666;
	border-radius:10px;
	display:inline-block;
	border:none;
	font-weight:bold;
	font-size: 14px;
	cursor:pointer;
}
.cursus_year:hover
{
	background:#999;
	color:#003c8d;
}
#cursus_menu span
{
	margin:5px;
	text-align:left;
	display:block;
	font-weight:normal;
}
#cursus_content
{
	float:left;
	width:990px;
	text-align:center;
	margin:0px 0px 30px 20px;
}
#cursus_content_title
{
	text-align:center;
	margin:0px 0px 30px 0px;
	color:#003c8d;
	font-size:18px;
	font-weight:bold;
}

/* ---------  BULLE ACCUEIL ----------- */

.bande_left_top
{
	float:left;
	width:305px;
	height:15px;
	margin:0px 11px;
}
.bande_right_top
{
	float:right;
	width:304px;
	height:15px;
	margin:0px 11px;
}
.bande_left
{
	text-align:left;
	float:left;
	width:305px;
	margin:0px 11px;
}
.bande_right
{
	text-align:left;
	float:right;
	width:304px;
	margin:0px 11px;
}
.bande_right ul, .bande_left ul
{
	margin-top:5px;
	margin-left:11px;
	list-style-type:square;
}
title1
{
	font-weight:bold;
	color:#4d4d4d;
}
title2
{
	font-weight:bold;
	color:#E37D2F;
}
title3
{
	font-weight:bold;
	color:#099938;
}