/* Styles généraux appliqués à tous les éléments  et au body */

*{
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:20px 0;
	background:#FFF url(images/fond3.jpg) repeat-x;
}
/*************************************************************/

/*Style des liens "normaux" */
a{
	color:#F77B08;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*************************************************************/


/* Styles relatifs au header et à son contenu */
#header {
	height: 100px;
	background: url(images/header.gif) top left no-repeat;
}

#index_btn{
	display:block;
	width:135px;
	height:100px;
}
#index_btn span, #uk_flag span, #fr_flag span, #de_flag span, #btn_cand1 span, #btn_cand2 span, 
#btn_comp1 span, #btn_comp2 span, #lab_log span, #lab_pass span, #btn_reg span, #btn_lost span,
#btn_account span, #btn_disconnect span, #access_cand span, #access_comp span{ /* on camoufle tous les span contenus dans des liens spéciaux avec image de fond */
	display:none;
}

#flags{
	width:125px;
	height:44px;
	position:absolute;
	right:0;
	top:102px;
	background:#6699CC;
	
}
#fr_flag{
	display:block;
	width:21px;
	height:14px;
	background: url(images/fr_flag.gif) no-repeat;
	position:absolute;
	left:17px;
	top:15px;
}

#uk_flag{
	display:block;
	width:21px;
	height:14px;
	background: url(images/uk_flag.gif) no-repeat;
	position:absolute;
	left:54px;
	top:15px;
}

#de_flag{
	display:block;
	width:21px;
	height:14px;
	background: url(images/de_flag.gif) no-repeat;
	position:absolute;
	left:93px;
	top:15px;
}
/*************************************************************/


/* Styles relatifs au bandeau "espace candidat"/"espace recruteur"... */
#haut {
	height: 44px;
	border:2px solid white;
	border-width:2px 0 2px 0;
}

#btn_cand1{
	display:block;
	width:125px;
	height:44px;
	background:url(images/space_cand_out.gif) no-repeat top left;
	border-right:2px solid white;
}

#btn_comp2{
	display:block;
	width:125px;
	height:44px;
	background:url(images/space_comp_out.gif) no-repeat top left;
	border-right:2px solid white;
}

#access_cand, #access_comp{
	display:block;
	position:absolute;
	width:496px;
	height:44px;
	top:102px;
	left:127px;
}

#access_cand{
	background:#577FAA url(images/candaccess.gif) no-repeat 50% top;
}

#access_comp{
	background:#5E3A5C url(images/compaccess.gif) no-repeat 50% top;
}

#club{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	width:125px;
	height:100px;
	background:#5E3A5C ;
}

#identify{
	width:125px;
	height:20px;
	background: url(images/identify.gif) no-repeat top left;
}
#identify span{
	display:none;
}

#lab_log{
	display:block;
	position:absolute;
	background:url(images/login.gif) no-repeat top left;
	width:50px;
	height:22px;
	top:20px;
}
#login{
	position:absolute;
	left:50px;
	top:20px;
	border:none;
	border-width:0;
	height:18px;
	width:66px;
	margin-top:2px;
}
#lab_pass{
	display:block;
	position:absolute;
	background:url(images/password.gif) no-repeat top left;
	width:50px;
	height:22px;
	top:42px;
}
#password{
	position:absolute;
	left:50px;
	top:43px;
	border:none;
	border-width:0;
	height:18px;
	width:66px;
}
#btn_ok{
	position:absolute;
	top:64px;
}
#btn_reg{
	display:block;
	position:absolute;
	width:97px;
	height:18px;
	background:url(images/register.gif) no-repeat top left;
	left:28px;
	top:62px;
}
#btn_lost{
	display:block;
	position:absolute;
	width:97px;
	height:18px;
	background:url(images/loglost.gif) no-repeat top left;
	left:28px;
	top:81px;
}

#welcome{
	position:absolute;
	width:125px;
	padding:5px 0;
	color:white;
	font-weight:bold;
	text-align:center;
}
#welcome span{
	text-transform:uppercase;
}

#btn_account{
	display:block;
	position:absolute;
	width:97px;
	height:18px;
	background:url(images/account.gif) no-repeat top left;
	left:14px;
	top:47px;
}
#btn_disconnect{
	display:block;
	position:absolute;
	width:97px;
	height:18px;
	background:url(images/disconnect.gif) no-repeat top left;
	left:14px;
	top:72px;
}

/*************************************************************/

/* Styles relatifs aux différents conteneur du site, relatif à la présentation en colonne... */
#conteneur {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	background-color:#fff;
	border:1px solid #84A8CC;
}
#centre {
	background-color:#fff;
	margin-left: 125px;
	margin-right: 125px;
	border:2px solid #fff;
	border-width: 0 2px;
}
#contenu{
	min-height:230px;
	padding:5px;
	border:1px solid #84A8CC;
}
*html #contenu{
	height:250px;
}
#gauche {
	position: absolute;
	left:0;
	width: 123px;
}
#droite {
	position: absolute;
	right:0;
	width: 123px;
}
#pied {
	height: 25px;
	background-color: #fff;
	border: 2px solid white;
	border-width:2px 0 0 0;
}
/*************************************************************/

/* Styles relatifs aux menus de gauche et de droite */
.menugauche {
	list-style-type: none;
	margin: 3px;
	padding:0;
	font:11px Arial;
}
.menugauche li {
	margin-bottom: 3px;
}
.menugauche a {
	margin: 0 2px;
	padding-left : 10px;
	background:url(images/triangle.gif) no-repeat left 50%;
	color: black;
	text-decoration: none;
}
.inverse a{
	background:url(images/triangle_over.gif) no-repeat left 50%;
}
.menugauche a:hover {
	text-decoration: none;
	background:url(images/triangle_over.gif) no-repeat left 50%;
	color:#777;
}
.inverse a:hover{
	background:url(images/triangle.gif) no-repeat left 50%;
}
.menudroit {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.menudroit li {
	margin-bottom: 5px;
}
.menudroit a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.menudroit a:hover {
	text-decoration: none;
}
/*************************************************************/

/* Styles relatifs au bloc d'affichage des rubriques */
#screen{
	padding:5px;
}

#screen p{ /* style des paragraphes normaux sans class, ni id */
	text-align:justify;
	margin:5px 5px 15px 10px;
	line-height:16px;
}

#screen p.chapo { /* style des p class="chapo", à mettre directement après un h2 */
	margin: 0 0 10px 0;
	text-align:justify;
}

#screen h2{ /* style des titre de nivo 2, à utiliser comme titre de page */
	text-align:center;
	color:#84A8CC;
	font:bold 21px Arial;
	margin:5px 0 8px 0;
}

#screen h3{ /* style des titres de nivo 3, à utiliser comme sous-titre */
	padding:2px 0 2px 7px;
	margin:2px 0 5px 0;
	border:1px solid #84A8CC;
	border-width:0 0 2px 5px;
	font:bold 13px Arial;
}

.popup{
	margin:10px 15px;
	background-color:#FFF;
	border:1px solid #84A8CC;
}

/*************************************************************/

/* styles relatifs au bloc d'affichage de la date */
#date{
	width:484px;
	border:1px solid #84A8CC;
	border-width:0 0 1px;
	margin: -3px -5px 2px -5px;
	vertical-align:middle;
	padding:0 5px 2px 5px;
	color:#84A8CC;
	font-weight:bold;
}
#date span{
	margin-left:330px;
}
#date span a{
	color:#84A8CC;
	text-decoration:none;
}
#date span a:hover{
	text-decoration:underline;
}
/*************************************************************/

/* styles relatifs au contenu du pied de page */
#contenu_pied{
	border:1px solid #84A8CC;
	border-width:1px 0 0 0;
	height:25px;
	padding-top:5px;
	text-align:center;
	font:11px Arial;
	color:#84A8CC;
}
#contenu_pied a{
	color:#84A8CC;
	text-decoration:none;
	
}
#contenu_pied a:hover{
	text-decoration:underline;
}
/*************************************************************/


/* styles relatifs à l'affichage des derniers cv ou offres en page d'accueil */
dl.last_offers{
	list-style-type:none;
	margin:5px 5px 5px 10px;
}

dl.last_offers dt b{
	font-weight:bold;
	text-transform:uppercase;
}

dl.last_offers dd{
	padding:0 0 3px 3px;
	margin-bottom:5px;
	margin-left:5px;
	border-bottom:1px solid #84A8CC;
	font-size:12px;
	line-height:14px;
}

ul.last_offers{
	list-style-type:none;
	margin:5px 5px 5px 10px;
}

ul.last_offers b{
	font-weight:bold;
	text-transform:uppercase;
}
/*************************************************************/

/* styles relatifs à l'affichage du plan du site */
ul.site_map{
	list-style-type:none;
	margin:5px 5px 5px 10px;
}

ul.site_map li a{
	padding-left : 10px;
	background:url(images/triangle.gif) no-repeat left 50%;
	
}
ul.site_map li a:hover{
	
	background:url(images/triangle_over.gif) no-repeat left 50%;
	
}
/*************************************************************/

/* style de liste utilisé sur la page who.php (qui sommes-nous ?) */
ul.enum{
	list-style-type:none;
	margin:5px 5px 15px 10px;
}

ul.enum li{
	text-indent:10px;
	background:url(images/triangle.gif) no-repeat left 3px;
	margin:4px 0;
}
/*************************************************************/


/* styles relatifs aux tables de formulaire (créé lors de la mise en page du script opinion.php, d'où le nom "form_opinion", mais utilisé pour la majorité des formulaires et exploitable pour tous les formulaires */
table.form_opinion{
	border-collapse:collapse;
	border:none;
	margin:5px;
	width:95%;
}

.form_opinion td, .form_opinion th{
	padding:5px 0;
}

.form_opinion td.right{
	text-align:right;
}

.form_opinion th{ /* style des th, utilisé pour les étiquettes des champs à remplir */
	width:35%;
	text-align:right;
	padding-right:10px;
	padding-top:9px;
	vertical-align:top;
}

.form_opinion input.date2{
	width:50px;
	padding:2px;
}
.form_opinion input.date4{
	width:100px;
	padding:2px;
}

.form_opinion input{
	width:200px;
	padding:2px;
}
.form_opinion select.date2{
	min-width:50px;
}
*html .form_opinion select.date2{
	width:50px;
}

.form_opinion select.date4{
	min-width:100px;
}
*html .form_opinion select.date4{
	width:100px;
}
.form_opinion select{
	min-width:200px;
	max-width:300px;
}
*html .form_opinion select{
	width:200px;
}

.form_opinion textarea{
	width:250px;
	height:100px;
	padding:2px;
}
/* les styles suivants sont utilisés pour différencier les boutons des autres types de input */
/* dès qu'une cellule doit contenir un bouton ou un submit, lui appliquer la classe submit ou la classe button suivant la taille du bouton */
.form_opinion td.submit, .form_opinion td.button{ 
	text-align:center;
}

.form_opinion td.submit input{
	width:100px;
	/*padding:2px 5px;*/
	text-align:center
}

.form_opinion td.button input{
	width:150px;
	/*padding:2px 5px;*/
	text-align:center
}


.form_opinion td.radio input{
	width:20px;
	
}
/*************************************************************/

/* styles utilisés sur la page account pour les stats des offres */
table.recap_offres{
	border:1px solid #84A8CC;
	margin:5px auto;
	padding:0;
	width:100%;
	text-align:center;
}
table.recap_offres th{
	color:white;
	background:#84A8CC;
}

tr.offres td{
	border:1px solid #84A8CC;
}
/*************************************************************/

/* style utilisé pour le listing des cv ou des offres */
.liste_cv_offre{
	border-collapse:collapse;
	width:98%;
	margin:10px 0;
	text-align:center;
	border:none;
}

.liste_cv_offre th, .liste_cv_offre td{
	padding:2px 1px 2px 0;
	border:1px solid #84A8CC;
	border-width:0 0 1px 0;
}
/*************************************************************/

/* style utilisé pour le bloc d'avertissement quand un utilisateur consulte un cv ou une offre sans se connecter */
div.unauthorized{
	width:90%;
	margin:5px auto;
	background-color:#84A8CC;
	color:white;
	padding:10px;
	text-align:center;
}
div.unauthorized a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
div.unauthorized a:hover{
	text-decoration:underline;
}
/*************************************************************/


ul.liens_cv{
	text-align:center;
	width:100%;
	list-style-type:none;
	margin:2px 0 10px 0;
}
ul.liens_cv li{
	float:left;
	width:33%;
	text-align:center;
	display:block;
	margin:0 0 10px 0;
}

.arial11 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-transform: none; color: #000000}
.arial10 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-transform: none; color: #000000}
