BODY {
  font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: white;
}

.SHOW { visibility: show; }
.HIDDEN { visibility: hidden; display: none; }

.small {
	font-size: 0.8em;
}

.button_like, a.button_like:hover, a.button_like:visited {
	border: solid 1px #FF0000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}
.button_like_error, a.button_like_error:hover, a.button_like_error:visited {
	border: solid 1px #A6330D;
	border-radius: 8px;
	-moz-border-radius: 8px;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	background: #A6330D;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	/*color: #313057;*/
	color: #2D2A78;
}
a:hover {
	color: #FF0000;
}

FIELDSET {
	border: 0;
}

TH {
	text-align: right;
}

.modname {
	font-weight: bold;
}

DIV.page {
	width: 960px;
	border: 1px solid #666;
	margin: 1px 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/iconito/page-background.gif);
	/* padding-bottom: 400px; */
}

TABLE.head TD.ecole-logo {
	width: 175px;
	height: 75px;
	background: url(../img/iconito/head-iconito.gif) no-repeat center top;
}


TABLE.head TR TD.ecole-left {
        background-image: url(../img/iconito/head-ecole-left.gif);
        background-repeat: no-repeat;
        width: 17px;
				height: 40px;
}

TABLE.head TR TD.ecole-center {
        background-image: url(../img/iconito/head-ecole-bg.gif);
        background-repeat: repeat-x;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
	color: #000000;
	font-weight : bold;
	padding:0;
	margin:0;
	height: 40px;
	width: 72%;
}

.ecole-center A, .ecole-center A:visited {
	text-decoration: none;
	color: #000000;
}
.ecole-center A:hover {
	color: #FF0000;
}
TABLE.head TR TD.ecole-right {
        background-image: url(../img/iconito/head-ecole-right.gif);
        background-repeat: no-repeat;
        width: 17px;
				height: 40px;
}
TABLE.head TR TD DIV.annu_blog {
	width: 110px;
	float: right;
	font-size: 80%;
}


TABLE.head TD.ecole-login-bar {
	height: 45px;
  background-image: url(../img/iconito/head-small-bg.gif);
  background-repeat: repeat-x;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	font-size: 80%;
	padding-top: 6px;
}
TABLE.head TD.ecole-login-bar INPUT {
	font-size: 90%;
	border: solid 1px #FFFFFF;
	background: #FFF;
}
TABLE.head TD.ecole-login-bar INPUT.submit {
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

.debug, .debug A, .debug A:visited  {
	font-size: 0.8em;
	color: #BBB;
}

DIV.icons {
	height: 70px;
	vertical-align: top;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}

DIV.icons {
	margin: 0;
	border: 0;
	vertical-align: top;
}
DIV.icons_no {
	height: 8px;
}

.icoa {
	text-decoration: none;
	border: 0;
}

.icobloc {
	width:70px;
	float: right;
	font-size:85%;
}
.icobloc a {
	color: #222;
}
.icobloc a:hover {
	color: #FF0000;
}

.icoimg {
	border:0;
	text-decoration: none;
}


DIV.content {
	padding-left: 15px;
	padding-right: 15px;
}

DIV.content DIV.title {
        background-image: url(../img/iconito/body-top.gif);
        background-repeat: no-repeat;
	font-size: 150%;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
        text-transform: uppercase;
}

DIV.content DIV.options {
	background-color: #F0F0EA;
  background-image: url(../img/iconito/body-middle-bg.gif);
	background-repeat: repeat-y;
	padding: 3px;
	padding-right: 10px;
	font-size: 80%;
	text-align: right;
}
DIV.content DIV.options A {
	color: inherit;
}

DIV.content DIV.main {
	height: 100%;
	background-color: #FFFFFF;
	/*background-image: url(../img/iconito/body-main-bg.gif);*/
	background-repeat: repeat-y;
	padding: 15px;
}

DIV#footer {
  text-align: center;
  color: #FF0000;
  margin-top: -17px;
  font-size: 70%;
}
DIV#footer a {
  color: #FF0000;
}

/* MESSAGE D'ERREUR */
DIV.message_erreur {
	background: #C1160D;
	color: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
DIV.message_erreur ul li {
	display:inline;
}

/* MESSAGE OK */
DIV.message_ok {
	background: #FF0000;
	color: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
DIV.message_ok ul li {
	display:inline;
}





/* FORMULAIRES */
TD.form_libelle {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}
TD.form_saisie {
	vertical-align: top;
	font-size: 11px;
}
TD.form_submit {
	text-align: right;

}
INPUT.form {
	border: solid 1px #FF0000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}
INPUT.form_button {
	border: solid 1px #FF0000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	background: #FF0000;
	color: #FFFFFF;
	
}
TEXTAREA.form {
	border: solid 1px #FF0000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}
SELECT.form {
	border: solid 1px #FF0000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}

DIV.kernel div.boxes {
	width:680px;
}


DIV.kernel A.box_M {
	border: 5px solid #FFFFFF;
	padding: 0px;
	margin: 7px;
	width: 130px;
	min-width: 130px;
	height: 136px;
	min-height: 136px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
}

DIV.kernel A.box_M:hover {
	border: 5px solid #FF0000;
}



DIV.kernel A.box {
	border: 5px solid #FFFFFF;
	padding: 0px;
	margin: 7px;
	width: 150px;
	height: 150px;
	float: left;
	display: block;
	text-decoration: none;
}

DIV.kernel A.box:hover {
	border: 5px solid #FF0000;
}

DIV.kernel A.box P {
	margin: 0px;
	padding: 5px;
	font-size: 80%;
}

DIV.kernel A.box H3 {
	margin: 0px;
	padding: 5px;
	font-size: 200%;
	line-height: 1em;
}

DIV.kernel A.selected {
	border: 5px solid #F66;
}

DIV.kernel div.enfant {
  font-size: 1.4em;
  font-weight: bolder;
  border-bottom: solid 5px #FFFFFF;
  margin-bottom: 4px;
}
DIV.kernel div.enfant div.classe {
  float:right;
  color: #587314;
}




/* LISTE GENERIQUE */
TABLE.liste {
	width: 98%;
	background-color: #FFFFFF;
	font-size: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
TR.liste_footer {
	background-color: #F8F8F8;
	text-align: right;
	font-size: 10px;
}
TH.liste_th {
	background-color: #EEEEEE;
	text-align: center;
}
TR.list_line1 { background-color: #F5F5F5; }
TR.list_line0 { background-color: #FFFFFF; }


.zone {

	font-weight: normal;
}

a.zone {

	font-weight: normal;
	text-decoration: underline;
}

a.zone.sel {

	font-weight: bold;
	text-decoration: underline;
}

.helptext {
	font-weight: normal;
	font-style: italic;
}


/* Fiche utilisateur */
#divUserProfil {
	border-color: #FF0000;
	position: absolute;
	background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
	padding: 4px;
  visibility: hidden;
	display: block;
	font-size: 80%;
	border-radius: 5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	opacity: 0.97;
	width: 150px;
}

/* Aide */
#divHelp {
	border-color: #8D8D8D;
	position: absolute;
	background-color: #FBFBE2;
  border-style: solid;
  border-width: 1px;
	padding: 3px;
  visibility: hidden;
	display: block;
	font-size: 80%;
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	opacity: 0.97;
	width: 270px;
}


/* DEMO */
DIV.welcome_demo {
	-moz-border-radius: 4px;
	margin: 4px 20px 0px 20px;
	background: #EEE;
	font-size: 75%;
	padding: 2px;
	text-align:center;
}
DIV.welcome_demo TD.account {
	/*font-style: italic;*/
	text-align: center;
}
DIV.welcome_demo TD.account A {
	font-style: normal;
	
}

/* Fichier à telecharger */
div.file_dl {
  width: 320px;
  height:45px;
  background: #EFEFEF;
	border: solid 1px #E4E4E4;
	border-radius: 8px;
	-moz-border-radius: 8px;
  text-align: left;
  clear: both;
}
div.file_dl img  {
  float:left;
  margin-top:-5px;
}
div.file_dl a  {
  text-decoration:none;
}
div.file_dl a:hover {
  color: #D42B71;
}
div.file_dl div.name {
  font-weight: bolder;
  margin-top:4px;
}
div.file_dl div.desc {
  color: #777777;
}


