/* CSS de MyPortal */

body{
	margin: 0px;
	margin-bottom:20px;
	font-family : Verdana, Arial;
	font-size : 70%;
	top : 0px;
	vertical-align:middle;
	behavior: url(script/csshover.htc);
}

/*====================================================================
 pour l'en-tête
======================================================================*/
#en_tete
{
	height:86px;
	width:100%;
	font-size:155%;
	font-weight:bold;
	color:#776da5;
	background:#776da5;
	background-image : url('image/fond_en_tete.png');
	background-repeat : no-repeat;
	margin-bottom:5px;
	display:inline-block;
	vertical-align:middle;
}

/*====================================================================
 pour le bienvenue en haut à droite de la page
======================================================================*/
#bienvenue{
	position:absolute;
	width:xx;
	float:right;
	top:30px;
	right:0px;
	margin:auto;
	text-align:right;
	font-weight:bold;
	overflow:hidden;
	color:black;
}
#bienvenue a, #bienvenue a:visited{
	text-decoration:none;
}

.h_locale{
	font-weight:bold;
}

/*====================================================================
 pour le menu horizontal de myportal
======================================================================*/
#menu {
	width: 100%;
	background: white;/*#eee;*/
	float: left;
	clear:both;
	padding:0 0 5px 5px;
	border-bottom:2px solid gray;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align:left;
}
#menu span {
	float:left;
	text-align: center;
	/*background:#e0deec;
	-moz-border-radius: 4px;*/
	border-right : 1px dotted grey;
	padding-right:2px;
}

#menu ul.separator {
	width:2px;
	height:40px;
}

#menu ul li h2 {
	padding:0px;
}
#menu ul li h2 a,#menu ul li h2 a:hover {
	padding:7px;
	border:0px;
}

#menu a, #menu h2 {
	display: block;
	margin: 0px;
	padding:3px;
	font-size: 10px;
}

#menu h2 {
	text-align:center;
	font-weight:normal;
}

#menu ul li ul li a, #menu ul li ul  {
	background: #FFFFFF; /* à ne surtout pas supprimer*/
}
#menu a {
	border: 1px solid white;
	text-decoration: none;
}

#menu a:hover {
	color: white;
	background: #776da5;
	border:1px solid gray;
}

a#mypodium_link{
	margin-top: 5px;
}
a:hover#mypodium_link {
	margin-top: 6px;
	margin-left: 1px;
	border:none;
	background:none;
}

#menu ul ul {
	position: absolute;
	border:1px gray solid;
	width: 260px;
	padding:0px;
	margin:0px;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul{
	display: none;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul {
	display: block;
}

/*====================================================================
 pour les modules de la page d'accueil
======================================================================*/
.module{
	width:33%;
}

.col_accueil {
	border:0px solid red;
	padding:0px;
	margin:0px;
}
.col_accueil a {
	text-decoration:none;
}

.col_accueil a:hover {
	text-decoration:underline;
}

.info_accueil {
	margin:5px;
	font-size:small;
}

.col_accueil .info_accueil {
	text-align:left;
}

.col_accueil .info_accueil ul {
	margin:10px;
}

.col_accueil .info_accueil ul {
	border:2px solid #c9cacb;
	margin:0px;
	padding:10px;
}

 .info_accueil li {
/*	list-style:square;*/
	list-style-position:inside;
}

.info_accueil h1 {
	background-color:#c9cacb;
	background-image:url(image/background_info_accueil_h1.png);
	background-repeat:repeat-x;
/*	height:10px;*/
	text-align:center;
	vertical-align:middle;
	padding:10px;
	margin:0px;
	font-size:small;
	color:#333333;
}

.info_accueil h2 {
	margin-top:0px;
	margin-bottom:0px;
	color:white;
	background-color:#776ea4;
	padding:5px;
	background-image:url(image/background_info_accueil_h2.png);
	background-repeat:repeat-x;
	font-size:small;
}

.info_accueil h2 a {
	color:#776ea4;
	text-decoration:underline;
}

.info_accueil p {
	border:1px solid #776ea4;
	padding : 5px;
	margin-top:0px;
}

.col_accueil .info_accueil a {
	text-decoration:underline;
}

.menu_vertical{
	width:200px;
}

.module ul,.menu_vertical ul,.col_accueil ul {
	list-style: none;
	padding: 0px;
	margin:0px;
}

.module ul li, .menu_vertical ul li {
	padding:2px;
	margin:0px;
	margin-bottom:5px;
}

.module a, .menu_vertical a{
	text-decoration:none;
}

.selec {
	background:#776da5;
	color:white;
	font-weight:bold;
}
.selec a {
	color:white;
}

.module a:hover, .menu_vertical a:hover{
	text-decoration:underline;
}

.module_recherche input {
	width:75%;
}

.menu_acteur {
	width:180px;
}

.menu_qcm
{
	/*width:200px;*/
}

.menu_qcm ul
{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

.menu_qcm li
{
	margin-bottom:3px;
}

.menu_qcm a
{
	text-decoration:none;
}

.recapitulatif_qcm
{
	float:left;
	margin-right:10px;
	background-color:#E7D7DE;
	padding:5px;
	-moz-border-radius:5px;
	border:2px solid #51527b;
}

.qcm
{
	list-style-type:none;
}

/*====================================================================
 pour le corps
======================================================================*/
#corps
{
	left : 0px;
	border: 0px gray solid;
	padding:0px;
	margin:2px;
	clear:both;
}

/*====================================================================
 pour le pied
======================================================================*/
#pied
{
	text-align:center;
	font-size: x-small;
	margin-top:10px;
	color : gray;
	clear:both;
}

/*====================================================================
 pour les tables
======================================================================*/
table{
	border-collapse : collapse;
	border : 1px solid #aaaaaa;
	width : 100%;
}

.croise {
	border:0px;}

.SansBord, .SansBord th,.SansBord td {
	border:0px;
}

th, td {
	border-collapse : collapse;
	border : 1px solid #aaaaaa;
	padding : 3px;
}

th, th a {
	background : #776da5;/*#024566;*/
	color : white;
	font-weight : bold;
	text-decoration : none;
}

td a{
	text-decoration : none;
}

td a:hover{
	text-decoration: overline underline;
}

td.edit{
	cursor:pointer;
}

h2{
	font-size:110%;
	padding:0px;
}
h3{
	text-align:center;
	font-size:100%;
	padding:0px;
	margin:2px;
}
h4{
	font-size:100%;
	padding:0px;
	margin-left:30px;
}
.whatsin .cadre{
	margin-left:150px;
	margin-right:150px;
	border:1px black dashed;
	padding-left:10px;
	padding-bottom:10px;
}

.whatsin li{
	margin-left:60px;
}

/*====================================================================
 pour les fieldsets
======================================================================*/
fieldset{
	margin:2px;
}

fieldset, fieldset.seul{
	padding:4px;
	background-color:white;
}

legend {
	font-weight:bold;
	color:black;
}

/*====================================================================
 Divers composants
======================================================================*/
img{
	border : 0px;
	vertical-align:middle;
}

img.certif{
	max-width:95%;
	border:1px solid grey;
	margin:2px;
}

a{
	color:black;
	text-decoration:underline;
}

label{
	display: inline;
	float: left;
	width: 25%;
	/*padding-left:10px;*/
	padding-right:10px;
	text-align:right;
	clear:left;
}

form{
	padding:0px;
	margin:0px;
}

.info{
	margin-left:26%;
}

input, select{
	vertical-align:middle;
}

select, input{
	width:68%;
}

input.court, select.court {
	width:auto;
}

input.tres_court, select.tres_court {
	width:40px;
}

input.date, select.date{
	width:75px;
}

input.recherche, select.recherche {
	width:50%;
}

textarea{
	width:70%;
	height:150px;
}

textarea.grand
{
	height:500px;
}

textarea.petit
{
	height:35px;
}

td select{
	width:100%;
}

.seul, fieldset.seul{
	width: 60%;
	margin:auto;
}

.encadre {
	border: 1px black solid;
	padding:2px;
}

.moitie {
	width:50%;
}

.tiers{
	width:40%;
}

.telephone{
	width:130px;
}

.tab {
	margin-left:30px;
}

/*====================================================================
 Alignements
======================================================================*/
.centre{
	clear:both;
	text-align:center;
}

.droite{
	text-align:right;
}

.gauche{
	text-align:left;
}

.enhaut{
	vertical-align:top;
}

/*====================================================================
 Objets flottants
======================================================================*/
.fdroite{
	float:right;
	clear:right;
}

.fgauche {
	float:left;
	clear:left;
}

.faucun {
	clear:both;
}

/*====================================================================
 Le zébré des listings
======================================================================*/
.ligne0{
	background: #FFFFFF;
}

.ligne1{
	background : #cbc7df;/*#D8D6E7; #FFFF99;*/
}

.ligneec, .ligneec a{
	background: #b33681;
	color:white;
	font-weight:bold;
}

.col_action{
	width:100px;
	text-decoration:none;
}

.col_date{
	width:80px;
}

/*====================================================================
 Messages
======================================================================*/
.rouge {
	color:red;
}

.message, .attention, .bravo {
	text-align:center;
}

.message:before{
	/*content: url('image/32/information2.png');*/
	vertical-align:middle;
}

.message
{
	background-color: #52517b;
	-moz-border-radius:5px;
	width:50%;
	margin:auto;
	font-weight:bold;
	/*font-weight:bold;*/
	font-size:130%;
	color:#FFFFFF;
	padding:3px;
}
.message a
{
	color:#FFFFFF;
}

.message_important, .message_important a
{
	background-color:#776da5;
	color:#FFFFFF;
}

.message_important {
	padding:3px;
	-moz-border-radius:5px;
	font-size:115%;
}

.message_attention
{
	background-color: #FF0000;
	-moz-border-radius:5px;
	/*font-weight:bold;*/
	/*font-size:130%;*/
	color:#FFFFFF;
	padding:3px;
}

.message_attention a
{
	color:#FFFFFF;
}

.attention{
	color:red;
	font-weight:bold;
	background-color:white;
}

.bravo{
	color:#006600;
	font-weight:bold;
}

.titre_tableau {
	text-decoration:underline;
}

.pris_en_compte{
	/*text-decoration:blink;*/
	color:white;
	background-color:red;
	font-weight:bold;
}

.titre_news, .titre_news a{
	text-decoration:none;
	font-size:large;
	font-weight:bold;
	color:#333333;
}

.titre_faq, .titre_faq a{
	text-decoration:none;
}

.faq_reponse {
	padding-top:5px;
	padding-left:60px;
	padding-bottom:10px;
}

.libelle, .groupe_doc a{
	color:#009900;
	font-size:90%;
}

.grp_user_suppl a{
	color:#0000FF;
	font-size:90%;
}
.user_suppl a{
	color:#FF6600;
	font-size:90%;
}
/*====================================================================
 Carrés de couleur
======================================================================*/
.carre{
	border:1px solid grey;
}

.bleu{
	background-color:#33CCFF;
}

.vert{
	background-color:#66FF99;
}

.rose{
	background-color:#FFCCCC;
}

.orange{
	background-color:#FFCC66;
}


/*====================================================================
 Agenda
======================================================================*/
.auj{
	background-color:#FFFF99;/*#FFCC66;*/
}

.calendrier {
	position:relative;
	}

#agenda{
	position:absolute;
	margin-left:200px;
}

.fond {
	width:1300px;
}


.fond td{
	width:170px;
	height:40px;
	padding:0px;
	margin:0px;
}

.heure, .fond td.heure{
	width:50px;
	padding:0px;
	margin:0px;
}

.action a, .action_allday a{
	text-decoration:none;
	color:white;
}

.action a:hover, .action_allday a:hover{
	text-decoration:underline;
}
.action{
	position:absolute;
	overflow:hidden;
	font-size:90%;
	color:white;
}

.action_allday{
	/*border:1px solid #cc3232;*/
	overflow:hidden;
	width:160px;
	font-size:90%;
	height:14px;
	color:white;
}

.bit_action
{
	float:right;
	position:absolute;
	right:-2px;
	bottom:-2px;
	color:white;
}

.bit_action_allday
{
	float:right;
	right:-2px;
	bottom:-2px;
}

.calendar {
	width:180px;
}
.calendar table {
	border:1px solid #aaaaaa;
}

.calendar th {
	background-color: #56527e;/*#024566;*/
	color:white;
	font-weight: bold;
	height: 15px;
	text-align:center;
	border:0px;
	padding:0px;
}
.calendar .header {
	background-color: #56527e;/*#024566;*/
	font-weight: bold;
	height: 15px;
	color: #FFFFFF;
	padding:0px;
	text-align:center;
}
.calendar .footer {
	background-color: #56527e;/*#024566;*/
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.calendar td {
	width: inherit;
	height: 15px;
	text-align: center;
	font-size:0.9em;
	padding: 0px;
	border:0px;
}
.calendar .today {
	width: inherit;
	height: 16px;
	background-color: #56527e;/*#024566;*/
	padding: 0px;
	border: 1px solid #000000;
	color:white;
}

.calendar .week{
	background-color:#9999FF;
	padding-top:2px;
	height:16px;
	width:inherit;
}

.calendar .normal{
	margin:0px;
	padding:0px;
	height:16px;
	width:25px;
}

.calendar .not_current_month {
	color:#999999;
}

.calendar a, .calendar a:link, .calendar a:hover {
	text-decoration: none;
	color: #000000;
	cursor:pointer;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav, .calendar a:visited.headerNav {
	font-weight: bold;
	background-color: #56527e;/*#024566;*/
	color: #ffffff;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	width: 100%;
	background-color: #56527e;/*#024566;*/
	color: #ffffff;
}

.non_valide {
	color:#000000;
}

.en_cours {
	color:#0000CC;
}

.valide {
	color:#009900;
}

.non_reglee{
	color:#FF0000;
}

.incentive
{
	font-size: 120%;
}

.incentive fieldset
{
	border:#786da5 1px solid;
}

.incentive legend
{
	font-family: Comic Sans MS,Verdana;
	font-size: medium;
	font-weight: lighter;
}
.incentive legend.standard
{
	padding:10px;
	background:#786da5;
	color:white;
	width:150px;
}

.incentive .bouton
{
	width:180px;
	height:25px;
	padding-top:5px;
	padding-left: 5px;
	background: #796da5;
	background-image: url('image/incentive/fond_bouton.png');
	background-position: right top;
	background-repeat: no-repeat;
	color:white;
	font-family: Comic Sans MS,Verdana;
	font-weight: bold;
}

a:hover.incentive
{
	text-decoration: none;
}

a.incentive .bouton
{
	font-size: 80%;
}
