/**
 * @version $Id$
 * @author IVèS
 * @copyright Copyright (C) 2006 - 2007 IVèS
 */

/* Classe generique */


#contenu_onglets {
	width:440px;
	height:250px;
	float:left;
	
}
/*.yui-navset {
	width:440px;
	float:right;
}*/
#tabContact {
	background-color:#FFF;
}
#frame_container {
	background-color:#FFF;
	height:255px;
	
}

#frame_container2 {
        background-color:#FFF;
        height:255px;
	overflow:auto;
}

blockquote {
	margin-left:20px;
	
}

.alignleft {
	text-align: left !important;
}
.aligncenter {
	text-align: center !important;
}
.center
{
	clear:both;
	/*padding-right: 3%;
	padding-left: 3%;*/
	margin : auto;
	text-align: center;
}

.buttons
{
	clear:both;
	/*padding-right: 3%;
	padding-left: 3%;*/
	margin : auto;
	text-align: left;
}

.alignright {
	text-align: right !important;
}
.justify {
	text-align: justify !important;
}
.floatleft {
	position:relative;
	float:left;
}
.floatright {
	position:relative;
	float:right;
}
.hidden 
{
	display:none;
}
.novisible
{
	visibility:hidden;
}

.bold {font-weight:bold;}
.green {color:#00CC00;}
.orange {color:#FF5500;}
.red {color:#FF0000!important;}

.cursorhelp { cursor:help;}

.cursorpointer {cursor:pointer;}

img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
.clear {
	clear: both;
}
a img {
	border-style: none;
}
.inline {
	display:inline;
}
a:link, a:visited {
	color: #000000;
}
a:hover, a:active, a:focus 
{
	color: #15567e;/*bleu*/
}
p {
	font: Arial, Helvetica, sans-serif;
	text-align:left;
	padding-bottom:10px;
}

ul {
	padding-bottom:10px;

}

li {
	font: Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left:15px;
}

dd {
	background: #EEEEEE;
	padding: 0px;
}
dl {
	display: block;
	margin: 5px 0 5px 0;
}
dt {
	border-bottom: solid 1px #CCCCCC;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
}
h1 {
	font-size: 1.6em;
	font-stretch:condensed;
	margin: 15px 15px 15px 0px;
	text-align:left;
	color: #F7A331;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 15px 15px 0px;
	text-align:left;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 15px 15px 15px 0px;
	text-align:left;
}
h4 {
	color: #000000;
	font-size: 1em;
	margin: 15px 15px 15px 0px;
	text-align:left;
}
ul.help {
	padding: 0 35px 0 35px;
	text-align: justify;
	list-style:georgian;
}
em {
	font-weight: bold;
}
.a_inactive {
	margin:0px;
	padding:0px;
	color:gray;
}

/* ######## Installation du plug in ######## */
body#installation .installation_text
{
	margin-right: 200px;
}

body#installation .installation_step
{
	font-size: 1.1em;
}

body#installation .restart_ff
{
	font-size: 1.8em;
	color : #F7A331;
}

/* DOWNLOAD BUTTON
*/
.download-button,
.download-button:visited {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #2b333c;
	background-color: #fcdb4b;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	box-shadow: 0 1px 2px #AAA;
	_width/**/:1px;
	_white-space: nowrap;
	overflow: visible; /* fix button width for IE 5.5 to 7 */
	cursor: pointer;
	_cursor: hand;
	vertical-align: middle;
}
a.download-button {
	padding: 9px 40px 9px 40px;
	text-decoration: none;
}

.download-button:hover,
.download-button:visited:hover{
	background-color: #fcc73d;
	color: #165580;
	text-decoration: none;
}




/* ######## Video affiché sur la page de garde #### */
#videolsf {
	position:relative;
	margin: 35px auto 10px auto;
	width: 320px;
	height: 240px;
}
/* ##################### page d'appel client #### */
#communicationState
{
	font-size:0.9em;
	text-align: center;
}



/*Testeur de bande passante affiché dans client_frame_plugin.php*/
#speedtester
{
	display:none;
	position:relative;
	background-color:#FFFFFF;
	width:352px;
	height:288px;
	text-align:center;
}

#installerPlugin,
#miseAJourPlugin
{
	position:relative;
	background-color:#ffffff;
	text-align:center;
}
#installerPlugin img,
#miseAJourPlugin img,
#telechargementPlugin
{
	margin-top:40px;
}
/* Message d'erreur et de succès */
.erreur
{
	 color:red;
	 text-align:center;
}
#picto_erreur,
#picto_succes
{
	 vertical-align :middle; /*aligne verticalement avec le texte*/
}
.erreurmiddle
{
	color:red;
	text-align:center;
	font-size:1em;
}

.erreurPlugin
{
	color:red;
	text-align:center;
}


/* #####################  footer ################ */

#footer ul {
	position: relative;
	height: 16px;
	padding:0;
	padding-top:10px;
}
#footer li {
	display: inline;
	list-style-type: none;
	font-size:0.8em;
	padding:0;
	color:#428ab0;
	margin-left:0px;
}
#footer li a {
	padding:0;
	list-style:none;
	color:#428ab0;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
}
#footer li a:hover {
	color:#15567e;
}
/* Error Message */
.error {
	background: #F2E3ED;
	border: solid 1px #ccc;
	margin: 20px 10px 10px 10px;
	padding: 20px;
}
.error dl dd, .error dl dt {
	background: #F2E3ED;
	border: solid 0px;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
.error dl dd ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.error dl ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* form validation error */
.formerrormsg
{
	color:#FF0000;
	width:130px;
	background:#ffffff;
}

.invalid 
{
	color:#FF0000!important;
}

input.invalid,
textarea.invalid,
.invalid input,
.invalid textarea
{
	border:red solid 1px;
}
/*###################### Header	################################*/

/* Menu */


th.col1 {
	font-size: 10pt;
	width: 30%;
	background-color: rgb(204, 255, 255);
}
th.col_entete
{
	font-size: 10pt;
	background-color: rgb(204, 255, 255);
}
ul.ligne
{
	/*margin:0 auto;*/
	padding:0;
	position:relative;
	list-style-type: none;
}
ul.ligne li
{
	display: inline;
	margin-right:0px;
	padding:0;
	list-style-type: none;
	margin-right:0px;
}
ul.ligne a
{
	text-decoration:none;
}
/*page des contacts*/
ul.ligne form
{
	display:inline;
}
ul.ligne form div
{
	display:inline;
}
/*Formulaire du compte*/


 /*message d'erreur lors de formulaires incomplets ou erronés */
 #rightcontact .erreur, .erreur
{
	 color:red;
	 text-align:center;
 }
 #rightcontact .succes, .succes
{
	 color:green;
	 text-align:center;
 }
 
 
legend.formulaire {
	font: 0.9em Arial, Helvetica, sans-serif;
	margin:0 0 0 10px;
	font-weight:bold;
}
/***** pages superviseur_ajout_abonne.php	*****/
div.bouton {
	cursor:pointer;
}
fieldset.formulaire {
	padding:10px;
	margin-right:20px;
	margin-left:20px;/*background:#ffffff;*/
}

label.formulaire, div.formulaire {
	font: Arial, Helvetica, sans-serif;
	position:relative;
	display: inline;
	float: left;
	width: 58%;
	text-align:left;
	margin-right:5px;
}


/* pages compte assistant */

span.formulaire {
	font: Arial, Helvetica, sans-serif;
	width: 180px;
}

label.question {
	float: left;
	font: Arial, Helvetica, sans-serif;
	margin:0px;
}
/* utilisé pour les etoiles du formulaire */
span.mandatory {
	color:#8F0000;
	font-weight:bold;
}
.mandatory {
	margin-top:-16px;
	font-size:11px;

}
/*zones de saisie dans un formulaire : input, ...*/
input.saisie, select.saisie {
	width: 155px;
	font: Arial, Helvetica, sans-serif;
	margin:0 0 3px 2px;
	position:relative;
	float:left;
}


/*checkbox en surimpression sur les boutons de choix de mode de communication */
input.checkmode1 {
	position:absolute;
	z-index:1;
	margin:20px 0 0 -22px;
	padding:0;
	/*to avoid IE6 switch*/
	width:14px;
	height:14px;
}
input.checkmode2 {
	position:absolute;
	z-index:1;
	margin:20px 0 0 9px;
	/*to avoid IE6 switch*/
        width:14px;
	height:14px;
}
/*Raccourcie config dans la page d'appel*/
input.checkmodemini {
	position:relative;
	z-index:1;
	/*top:-12px;*/
	left:16px;
	bottom:15px;
	/*margin:12px 0 0 4px;*/
	/*to avoid IE6 switch*/
    width:13px;
    height:13px;
    vertical-align:bottom;
    
}
div#maincontainer a:active, div#maincontainer a:focus, div#maincontainer a:hover, div#frame_container a:active, div#frame_container a:focus, div#frame_container a:hover, div#maincontainer_framePlugin a:active, div#maincontainer_framePlugin a:focus, div#maincontainer_framePlugin a:hover /*frame du plugin*/ {
	/*border: 0px;
	margin-top:0;
	padding-top:0;*/
}
div#maincontainer a img.norm, div#frame_container a img.norm, div#maincontainer_framePlugin a img.norm {
	display: inline;
	border: 0;
	margin-top:0;
	padding-top:0;
	margin-right:0;
	padding-right:0;
	margin-left:0;
	padding-left:0;
}
div#maincontainer a img.over, div#frame_container a img.over, div#maincontainer_framePlugin a img.over {
	display: none;
	border: 0;
	margin-top:0;
	padding-top:0;
	margin-right:0;
	padding-right:0;
	margin-left:0;
	padding-left:0;
}

div#maincontainer a:hover img.norm, div#maincontainer a:focus img.norm, div#maincontainer a:active img.norm, div#frame_container a:hover img.norm, div#frame_container a:focus img.norm, div#frame_container a:active img.norm, div#maincontainer_framePlugin a:hover img.norm, div#maincontainer_framePlugin a:focus img.norm, div#maincontainer_framePlugin a:active img.norm {
	display: none;
}
div#maincontainer a:hover img.over, div#maincontainer a:focus img.over, div#maincontainer a:active img.over, div#frame_container a:hover img.over, div#frame_container a:focus img.over, div#frame_container a:active img.over, div#maincontainer_framePlugin a:hover img.over, div#maincontainer_framePlugin a:focus img.over, div#maincontainer_framePlugin a:active img.over s {
	display: inline;
}

/******* liste de contacts	page appel *******/
#tabContact
{
	text-align:left;
}
#liste_contact_appel
{
	OVERFLOW: hidden;
	WIDTH: 100%;
	TEXT-ALIGN: left;
	position: relative;
	background-color:#FFF;
}
#liste_contact_appel .resultats
{
	FONT-SIZE: 95%;
	margin:auto;
}


#liste_contact_appel LI A SPAN ,#liste_contact LI A SPAN
{
	PADDING-RIGHT: 3px;
	DISPLAY: block;
	FLOAT: right;
	TEXT-ALIGN: left;
	/*height:30px;*/
}
.msg_presence
{
	line-height:30px;
	float:left;
}

 LI.li_contact, LI.li_contact_selected
{
	PADDING: 0px;
	TEXT-ALIGN: center;
	list-style-type:none;
	border-bottom: #ebebeb 1px solid;
	position: relative;
}
 LI.li_contact A *
{
	FONT-SIZE: 1em;
	CURSOR: pointer;
}

LI.li_contact A , LI.li_contact_selected A
{
	PADDING-RIGHT: 1px;
	DISPLAY: block;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	HEIGHT: 30px;
	line-HEIGHT: 30px;
	TEXT-DECORATION: none;
	CURSOR: pointer;
}
LI.li_contact A:active, LI.li_contact A:hover,LI.li_contact A:focus, LI.li_contact_selected A
{
	color:white;
	background-color: #15567e;/*bleu*/
}
LI.li_contact IMG, LI.li_contact_selected IMG
{
	display: block;
	float: left;
	margin-right: 3px;
	height : 30px;
}


 LI.li_interprete, LI.li_interprete_selected
{
	PADDING: 0px;
	TEXT-ALIGN: center;
	list-style-type:none;
	border-bottom: #ebebeb 1px solid;
	position: relative;
}
 LI.li_interprete A *
{
	FONT-SIZE: 1em;
	CURSOR: pointer;
}

LI.li_interprete A , LI.li_interprete_selected A
{
	PADDING-RIGHT: 1px;
	DISPLAY: inline-block;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	HEIGHT: 30px;
	line-HEIGHT: 30px;
	TEXT-DECORATION: none;
	CURSOR: pointer;
}
LI.li_interprete A:active, LI.li_interprete A:hover,LI.li_interprete A:focus, LI.li_interprete_selected A
{
	color:white;
	background-color: #15567e;/*bleu*/
}
LI.li_interprete IMG, LI.li_interprete_selected IMG
{
	display: block;
	float: left;
	margin-right: 3px;
	height : 30px;
}




/* correctif affichage au survol des onglets*/
/*Flv player*/

#playercontroller 
{
	background-color:#000;
	width: 310px;
	/*margin: 0 0 0 10px;*/
	margin:auto;
	height:38px;
	padding-left:10px;
}
#playercontroller .button 
{
	/*taille des images*/
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	/*background-position: 2px 2px;*/
	float: left;
}
#playercontroller .button a
{
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	background-image: none;
}
#playercontroller .timeline 
{
	position: relative;
	float: left;
	width:220px;
	height:17px;
	margin-top:11px;
	margin-left:10px;
	background:  url(../images/commun/controle_background.gif) no-repeat;
}
#playercontroller .timeline a 
{
	position: absolute;
	left: -1px;
	top:1px;
	display: block;
	height: 13px;
	width: 20px;
	text-indent: -100em;
	overflow: hidden;
	background-image: url(../images/commun/control_slider.gif);
}

#playercontroller #playerpause
{
	display:none;
}
/*parties communes de la page d'appel et des 4 pages d'explication */
/*  Champ de saisie du numéros de la page appel */
#commands2 {
	position:relative;
	text-align:center;
	margin:auto;
	width:230px;
}
#commands2 label {
	display:block;
	float:left;
}
#commands2 input.saisieNum2 {
	height:1.4em;
	width:11em;
	font-size:1.4em;
	border:#5b5b5b 1px solid;
}

input#numero_demande {
	position:relative;
	width:130px;
}
input#numero_sortant {
	position:relative;
}
/***************************************************************************/
/***************************		Page annuaire 		********************/
/***************************************************************************/

#listeActionAnnuaire li
{
	LIST-STYLE-TYPE: none;
}

/* champs de recherche*/
input#filtre
{
	position:relative;
	top:-9px;
}
/* tableau page annuaire*/
#resultatAnnuaire
{
	margin:auto;
	margin-top:5px;
	height:180px;
	overflow:hidden;
	position:relative;
	width:495px;/*image de fond*/
}

#resultatAnnuaire .tr
{
	background-repeat:repeat-y;
	height:35px;
	line-height:35px;
	clear:both;
}
#resultatAnnuaire .tr div
{
	height:35px;
	line-height:35px;
	float:left;
	cursor:pointer;
}
#resultatAnnuaire #entete
{
	background-image:url(../images/en/tableau_annuaire_header.gif)!important;
	background-repeat: no-repeat;
	height:27px;/*taille de l'image de fond d'entete*/
	width:495px;/*taille de l'image de fond*/
}

#resultatAnnuaire .nom
{
	width:180px;
	padding-left:20px;
	text-align:left;
}

#resultatAnnuaire .numeroSIP
{
	width:90px;
	text-align:left;
}
#resultatAnnuaire .appeler
{
	width:91px;
}

#resultatAnnuaire .ajouter
{
	width:100px;

}
div[id ^= 'annuaire_page']
{
	margin:auto;
}
#resultatAnnuaire #bottom
{
	/*background-repeat: no-repeat;
	height:13px;/*taille de l'image de fond*/
/*	width:494px;/*taille de l'image de fond*/
/*	top:-7px;
	position:relative;*/
}

/* Pagination */
#annuairePagination
{
	position:absolute;
	bottom:0px;
	right:20px;
}
#annuairePagination .pageNonActive,
#annuairePagination .pageActive,
#annuairePagination .separateur
{
	float:left;
	margin:0 5px;
	line-height:40px; /* taille des images de pagination*/
}

#annuairePagination .pageActive a
{
	color:#136ABA;
}

/* Menu contextuel de la page annuaire */

div[id ^= 'monMenuContextuelAnnuaire'] .bd
{
	BORDER: #808080 1px solid;
	ZOOM: normal;
	BACKGROUND-COLOR: #fff;
}

div[id ^= 'monMenuContextuelAnnuaire'] .bd ul
{
	PADDING: 0px;
	MARGIN: 0px;
}

div[id ^= 'monMenuContextuelAnnuaire'] .bd li
{
	BORDER-BOTTOM: #fff 1px solid;
	LIST-STYLE-TYPE: none;
	PADDING: 3px;
	MARGIN: 0px;
}

div[id ^= 'monMenuContextuelAnnuaire'] li a
{
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 20px;
	PADDING-BOTTOM: 0px;
	CURSOR: default;
	PADDING-TOP: 0px;
	TEXT-DECORATION: none;
	color:black;
}

div[id ^= 'monMenuContextuelAnnuaire'] .yuimenuitem-selected{background-color:#B3D4FF;}

/***************************************************************************/
/***************************		Page de feedback 		********************/
/***************************************************************************/
input.nous_contacter 
{
	color: #428AB0;	
	width:220px;
	font-size:16px;
	font-weight:bold;
	padding:4px;
	text-align:left;
	margin-bottom:15px;
}
#container_gender input[type=radio]
{
	width:30px;
	height:30px;
	margin-right:20px;
	padding:0px;
	float:left;
}

#container_gender label.radiolabel
{
	float:left;
	line-height:30px;
}
.nous_contacter2
{
	margin-top:-20px;
}

.contactForm_container
{
	clear:both;
	text-align:left;
	color: #428AB0;
}

textarea#message
{
	font-family:Arial, Helvetica, sans-serif;
	color: #428AB0;	
	width:320px;
	font-size:16px;
	/*margin-left:112px;
	margin-top:-16px;*/
}
label.nous_contacter 
{
	width: 120px;
	display:block;
	clear:both;
	float:left;
	line-height:30px;
}

#form_envoiMailContact 
{
	clear:both;
	width:100%;
	
}
#envoiMailContact_btnEnvoi_container
{
	clear:both;
}

.sendbutton 
{
	padding-top:15px;
	padding-left:420px;
	float:right;
	
}
#sendbutton2
{
	padding-top:5px;
	padding-right:80px;
	float:right;
	
}
a.faqlink {
	margin-top:10px;
	text-decoration:none;	
}
a.faqlink:hover {
	text-decoration:underline;	
}
#toppad {
	height:16px;
}

