@CHARSET "ISO-8859-1";

/************  COMMUN   ************/
.invisible {
    position:absolute;
    left:-9999px;
    width:990px;
}

a {
    color:#395b88;
    text-decoration:none;
}
a:hover {text-decoration:underline;}

ul li   {list-style-type:none;}

img		{border:none;}

em.required {
	font-size:12px;
	font-weight:bold;
	color: red;
	float: right;
}

/************ COMPTEUR CARACTERE    ************/
.counter{
	position:relative;
	right:0px;
	top:0px;
	font-size:10px;
	font-weight:bold;
	color:green;
	}
.warning{color:orange;}	
.exceeded{color:red;}
	
/************	STYLES PREDEFINIS	************/
.souligne	{text-decoration:underline;}
.italic		{font-style:italic;}
.centre		{text-align:center;}
.droite		{text-align:right;}

div.hr {	
	margin: 20px 10px 20px 10px;
    height: 1px;
	border-bottom: 1px solid gray;
}

div.dotted {	
	border-bottom: 1px dotted gray;
}
div.dashed {	
	border-bottom: 1px dashed gray;
}

/************	RESET	************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
iframe, a, img, ol, ul, li, fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/************   BODY    ************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color:#c6c7c7;
    cursor:default;
    text-align: center ;
}

label{
	display:inline-block;
	float:right;
	margin-right:10px;
	text-align:right;
	vertical-align:top;
}

/************ PAGE COMPLETE ************/
div#page{
    width:953px;
    margin:2em auto;
    text-align: left ; 
    background-color: #b1b1b1 ;
}

/************ HEADER ************/
div#header{
    position:relative;
    height:79px;
    background:url(../images/header/header.jpg) 0 0 no-repeat;
}
div#header a.lien-academie, div#header a.lien-ministere, div#header a.lien-titre{
    display:block;
    position:absolute;
    top:23px;
}
div#header a.lien-ministere{
    left:132px;
    height:42px;
    width:32px;
}
div#header a.lien-academie{
    left:179px;
    width:55px;
    height:55px;
}

div#header a.lien-titre{
    color:#5A5750;       
	top:0px;
    left:450px;
    width:500px;
    height:70px;
}
div#header a.lien-titre span{
    position:absolute;
    bottom:0px;
    font:bold 20px Arial;
}

/***************** FOOTER *******************/
#footer{
    font-size:11px;
    height:17px;
    color:#FFF;
    letter-spacing:0.1em;
    background:url(../images/footer/footer.jpg) 0 0 no-repeat;
    text-align:center;
}
#footer ul li{display:inline;}
#footer a{
    color:#FFF;
	font-weight: bold;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}

/************ BANDEAU ************/
div#bandeau{
    position:relative;
    height:39px;
    background:url(../images/bandeau/bandeau_large.png) repeat-x;
}
div#bandeau a{
    color: #ffffff;
    text-decoration:none;
}
div#bandeau a:hover {
    color:#d8d8d8;
}

div.bandeau{
	color: #ffffff;
    padding:11px 0px 0px 5px;
    height:26px;
    line-height:1.3em;
}
div.bandeau *{display:inline;}

div.bandeau h1 a{
    font-size:15px;
    padding-left:20px;
    background:url(../images/bandeau/picto-home.png) 3px 2px no-repeat;
}

div.bandeau span.separateur{padding:0px 5px 0px 5px;}
div.bandeau span.xtraLarge{font-size:15px; font-weight:bold;}
div.bandeau span.large{font-size:13px;}
div.bandeau span.normal{font-size:12px;}
div.bandeau span.small{font-size:10px;}

/************ USER deprecated************/
div.user{
	position:absolute;
    top:0;
    right:0;
}
div.user span, div.user a{
    display:inline-block;
    height:31px;
}
div.user span{
    font-size:0.8em;
    color:#FFF;
    vertical-align:middle;
    margin-right:10px;
}
div.user a{
    width:81px;
    background:url(../images/bandeau/lien-deconnexion_large.png) 0 -38px no-repeat;
}
div.user a:hover{background-position:0 0;}
/************ Utilisateur ************/

div.utilisateur{
	position:absolute;
    top: 0px;
    right:0px;
}
div.utilisateur div.infos{
    color:white ;
	position:absolute;
    top: 11px;
    right:95px;
	width:400px;
	text-align: right;
}
div.utilisateur div.quitter{
	position:absolute;
	font-size: 14px;
    top: 6px;
    right:0px;
	height:22px;
	padding:4px 10px 0px 8px;
	border-left: 1px solid #3E3B38;
	background:url(../images/bandeau/bandeau_large_quitter.png) repeat-x;
}
div.utilisateur div.quitter a{
    color:white !important;
	font-weight: bold;
	text-decoration:none !important;
}    
div.utilisateur div.quitter a:hover{
    color:#77221C !important;
}

div.utilisateur span{
    font-size:0.8em;
    color:#FFF;
    vertical-align:middle;
    margin-right:10px;
}


/************ CONTENU DE PAGE ************/
div#contenu{
    background:url(../images/corps/footer-corps.jpg) 0 100% no-repeat #b1b1b1;
    padding-bottom:1px;
}
div#corps{
	margin-bottom:55px;
}

/************* BLOCK ***************/
.block  {
	/*display:block !important;*/
}
/************   Blocs interieurs    ************/
div.bloc{
	position:relative;  
	z-index: 100;
	border: 1px solid #8E887A;
	background: #f0eeef;
	margin:15px;
	margin-top: 35px; 
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0 0 5px #8E887A;
	-moz-box-shadow: 0 0 5px #8E887A;
	-webkit-box-shadow: 0px 4px 3px #8E887A;
}
div.fond-bloc{
	padding: 10px;
	overflow: hidden;
}

div.bloc .titre-bloc{
	background-position: 4px 5px;
	display: block;
	position:absolute;
	top:-26px;
	left:10px;
	height:15px;
	color: #5B5851;
	background-color:#F0EEEF;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	border-radius-topleft: 12px;
	border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	border: 1px solid #827C71;
	border-bottom: 0px solid transparent;
}

div.blocDeroulant  {
	background-position: 0px 3px;
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid gray;
	font-weight: bold;
	font-size: 13px;
}
div.blocDeroulant span.blocTitre {
	font-weight: bold;
	font-size: 13px;
}
.blocDeroulant span {
	cursor: pointer;
}
.collapse{
    background-image:url(../images/icones/collapse.png);
	background-repeat: no-repeat;
}
.expand{
    background-image:url(../images/icones/expand.png);
	background-repeat: no-repeat;
}
div.contenuDeroulant {
	padding: 5px 10px;
}


/* -------------------- BOUTONS --------------------- */

/***** liens ajout / modif / suppre **********/

a.bouton-add{
    padding-left:27px;
    padding-top:6px;
	background:url(../images/pictos/note_add.png) no-repeat;
    height:21px;
    display: inline-block;
    vertical-align: middle;
}

a.bouton-edit{
    padding-left:27px;
    padding-top:6px;
    background:url(../images/pictos/note_edit.png) no-repeat;
    height:21px;
    display: inline-block;
    vertical-align: middle;
}

a.bouton-delete{
    padding-left:27px;
    padding-top:6px;
    background:url(../images/pictos/note_remove.png) no-repeat;
	height:21px;
    display: inline-block;
    vertical-align: middle;	
}

a.bouton-update{
    padding-left:27px;
    padding-top:6px;
    background:url(../images/pictos/note_reconduct.png) no-repeat;
    height:21px;
    display: inline-block;
    vertical-align: middle;	
}

a.bouton-pdf{
    padding-left:27px;
    padding-top:6px;
    background:url(../images/pictos/note_pdf.png) no-repeat;
    height:21px;
    display: inline-block;
    vertical-align: middle;	
}

a.bouton-word{
    padding-left:27px;
    padding-top:6px;
    background:url(../images/pj/word.png) no-repeat;
    height:21px;
    display: inline-block;
    vertical-align: middle;	
}

a.bouton-excel{
    padding-left:27px;
    padding-top:6px;
    background:url(../images/pj/excel.png) no-repeat;
    height:21px;
    display: inline-block;
    vertical-align: middle;	
}
/************   BOUTONS + BLOC BOUTONS      ************/ 
div.boutons{
    height:28px;
    margin-top:-28px;
    margin-right:20px;
}

a.bouton-form{float:right;}

/*** bouton bulle***/

a.bouton-form, a.bouton-form span{
    display:inline-block;
    height:28px;
    font:bold 13px Tahoma;
    color:#FFF;
}
a.bouton-form       {background:url(../images/formulaire/bouton-bulle-gauche.jpg) 0 0 no-repeat;padding-left:16px;margin-left:10px;margin-right:5px;}
a.bouton-form span  {background:url(../images/formulaire/bouton-bulle-droite.jpg) 100% 0 no-repeat;padding-right:20px;line-height:1.5em;}
a.bouton-form:hover {background-position:0 -28px;text-decoration:none;}
a.bouton-form:hover span,
a.bouton-form span:hover,
a.bouton-form:hover span:hover  {background-position:100% -28px;text-decoration:none;cursor:pointer;}



/************   FORMULAIRE  ************/
.formTable th
{
	padding-right:10px;
	text-align:right;
}

form{
    color:#000;
    vertical-align:top;
}

input, textarea{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
    border:1px solid transparent;
    border-top:1px solid #707070;
    border-left:1px solid #707070;
}

ul li label{float:none;}

/*réduction du padding left*/
select optgroup option {padding-left: 10px;}

input:focus, input:hover, textarea:hover    {border:1px solid #395b88;}

/*XMALL*/
label.xsmall {
	width:50px !important;
}
select.xsmall {
    width:50px !important;
}

textarea.xsmall {
    width:50px !important;
}
input[type="text"].xsmall{
    width:50px !important;
}

/*SMALL*/
label.small {
	width:70px !important;
}

select.small {
    width:70px !important;
}

textarea.small {
    width:70px !important;
}

input[type="text"].small{
    width:70px !important;
}

/*NORMAL*/
label.normal {
	width:130px !important;
}

select.normal {
    width:130px !important;
}

textarea.normal {
    width:130px !important;
}

input[type="text"].normal{
    width:130px !important;
}

/*LONG*/
label.long {
	width:200px !important;
}
select.long {
    width:200px !important;
}

input[type="text"].long {
    width:200px !important;
}

textarea.long {
    border:1px solid transparent;
    border-top:1px solid #707070;
    border-left:1px solid #707070;
    width:200px !important;
	height: 70px !important;
}

/*XLONG*/
label.xlong {
	width:300px !important;
}
select.xlong {
    width:300px !important;
}

input[type="text"].xlong {
    width:300px !important;
}

textarea.xlong {
    border:1px solid transparent;
    border-top:1px solid #707070;
    border-left:1px solid #707070;
	width:300px !important;
    height: 100px !important;
}


input[type="text"].date{
    width:70px !important;
    padding:0 2px;
}
	
.liste{
	padding-left:20px;	
}

ul.error_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.error_list li {
	background: url(../images/icones/notice.png) no-repeat 3px;
	color:red;
	padding: 4px 0px 2px 23px;
}

/* a essayer
ul.radio_list, ul.radio_list li{
	display:block;
	float:left;
}

ul.radio_list li label{
    width:auto;
    vertical-align: top;
}*/


/* recalé
textarea{font:13px Arial;}
input[disabled=true], *[disabled=true]{color:#878276;} quasi même gris
input[type=checkbox], input[type=checkbox]:hover,
input[type=radio], input[type=radio]:hover{border:1px solid transparent;}
*/

/* -------------------- TABLEAUX --------------------- */
.width100 {
	width:100%;
    margin: 5px auto;
}
.width75 {
	width:75%;
    margin: 5px;
    margin-left: 0px;
	}
.width50 {
	width:50%;
    margin: 5px;
    margin-left: 0px;
}
.width25 {
	width:25%;
    margin: 5px;
    margin-left: 0px;
}
.tabCentre {
    margin: 5px auto;
}

div.bloc table.acadTab {
	border-collapse: collapse;
}

table.acadTab thead tr{
    height:20px;
    background-color:#6c685f;
    text-align:left;
}

table.acadTab thead th, table.acadTab thead td {
    color:#ffffff;
    background-color:#6c685f;
    padding-left:5px;
    padding-right:5px;
	border:1px solid #F0EEEF;
}

table.acadDataTable tbody tr:hover,
table.acadTab tbody td.surlignageCol,
table.acadTab tbody tr:hover {
	background-color:LemonChiffon;
}

table.acadTab td{
	padding:3px;
	border:1px solid #F0EEEF;
}

tr.couleur{background-color:#E5E2DC;}
div.couleur2{background-color:transparent;}
tr.couleur2{background-color:white;}


/* WidgetInfo */
.globalError{
    border:1px red solid;
    background-color:#FFFFCC;
    margin:5px 0 0 20px;
    padding:5px 5px 5px 30px;
    width:875px;
}

.flashAvertissement, .flashInfo, .flashError, .flashSuccess{
	padding: 8px;
	padding-left: 30px;
	color: #454545;	
	margin: 10px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.flashAvertissement ul, .flashInfo ul, .flashError ul, .flashSuccess ul{
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
}
.flashAvertissement ul li, .flashInfo ul li, .flashError ul li, .flashSuccess ul li{
	list-style-type: disc !important;
}
.flashAvertissement  {
	background: #FFFCDF url(../images/icones/notice.png) no-repeat 7px;
	border: 1px solid #567F37;
}
.flashInfo  {
	background: #DBEBFF url(../images/icones/information.png) no-repeat 7px;
	border: 1px solid #106fb1;
}
.flashError {
	background: #ffcccc url(../images/icones/error.png) no-repeat 7px;
	border: 1px solid #912424;
}
.flashSuccess {
	background: #ccffcc url(../images/icones/success.png) no-repeat 7px;
	border: 1px solid #54682E;
}
.helpIcon
{
	position: relative;
	top: -1px;
	margin-left: 5px;
	display: inline;
	cursor:pointer;
}

td .helpIcon
{
	top: -4px;
}

.fixImage
{
	vertical-align: middle;
}
