
/* feuille de style pour l'affichage */
/* 1. classes générales */
/* 2. classes pour structure */
/* 3. classes et éléments pour le contenu */

/* 
====================================================
Généralités
====================================================
*/

body
{
	background-color: #ffffff;
}

*{
	/* corriger les défauts des navigateurs */
	margin : 0;
	padding : 0;

	/* polices par défaut */
	font-family: Verdana, Tahoma, 'Lucida Grande', Geneva, Arial, sans-serif;
	font-size: 8pt;
	color : #666;
}

img 
{
	display : block; /* contourner un bug IE */
	border : 0
}

.italiques
{
	font-style: italic;
}

a
{
	text-decoration: none;
}

/* 
====================================================
Fin généralités
====================================================
*/

/* 
====================================================
Structure 
====================================================
*/

/* nouveau menu */
#MM
{
	/*margin: 50px 0 50px 10px;*/
	margin: 50px 50px 50px 10px;
	width: 165px;
}

#MMenu {
    list-style: none;
    background: #5964b1;
    padding: 0px;
    margin: 0px;
}
 
 #MMenu li a {
    padding-left: 15px;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    color: #e5e5e5;
    background: transparent url(images/p-menu-a.gif) center left no-repeat;
 }
 
 #MMenu li a:hover
{
	color: #ccff33;
	background-image: url(images/p-menu-ho.gif);
}

/* fin nouveau menu */


/* 
menu principal 
*/

#Menu-logo
{ 
	margin-top: 2px;
}

tr.menu-principal
{
	vertical-align: top;
}

td.menu-principal
{
	/*width: 210px;*/
	background-color: #5964b1;
}

div#menu-haut
{
	background: url(images/rs.gif) no-repeat top right;
}

div#menu-bas
{
	position: relative;
	top: 20px;
	margin-left: 5px;
	margin-bottom: 25px;
}

/* 
colonne de droite
*/

td.col-droite
{
	width: 250px;
	background: #f2f2f2 url(images/bg-right.gif) repeat-y right;
}

td.col-droite-mid
{
	width: 100px;
	background: #f2f2f2 url(images/bg-right.gif) repeat-y right;
}

td.col-droite-min
{
	border-right: solid 5px #f2f2f2;
}

div#stretcher
{
	margin: 100px 0 0 5px;
}

div#bg
{
	position: relative;
	top: 25px;
	z-index: 0;
}

div#titre2c
{
	position: relative;
	float: right;
	text-align: right;
	margin: 15px 20px 0 0;
	padding-right: 20px;
	background-image: url(images/titre2c-tag.gif);	
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 10;
}

div#Menu2c
{
	position: relative;
	float: right;
	text-align: right;
}

.Menu2c
{
	font: bold 10pt Verdana, Tahoma, 'Lucida Grande' , Geneva, Arial, sans-serif;
	margin: 2px 40px 0 0;
}

.Menu2cNormal
{
	color: #666699;
	width: 200px;
	padding: 1px 0 1px;
	display: block;	
}

.Menu2cHover
{
	color: #cccc33;
	background: url(images/imp2.gif) top left no-repeat;
}

div#titre2b
{
	position: relative;
	float: right;
	text-align: right;
	margin: 15px 20px 0 0;
	padding-right: 20px;
	background-image: url(images/titre2b-tag.gif);	
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 10;
}

div#Menu2b
{
	position: relative;
	float: right;
	text-align: right;
}

.Menu2b
{
	font: bold 10pt Verdana, Tahoma, 'Lucida Grande', Geneva, Arial, sans-serif;
	margin: 2px 40px 0 0;
}

.Menu2bNormal
{
	color: #666699;
	width: 202px;
	padding: 1px 0 1px;
	display: block;
}

.Menu2bHover
{
	color: #f90;
	background: url(images/imp2.gif) top left no-repeat;
	/*padding-left: 2px;*/
}

div#titre2a
{
	position: relative;
	float: right;
	text-align: right;
	margin: 15px 20px 0 0;
	padding-right: 20px;
	background-image: url(images/titre2a-tag.gif);	
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 10;
}

div#Menu2a
{
	position: relative;
	float: right;
	text-align: right;
}

.Menu2a
{
	font: bold 10pt Verdana, Tahoma, 'Lucida Grande' , Geneva, Arial, sans-serif;
	margin: 2px 40px 0 0;
}

.Menu2aNormal
{
	color: #666699;
	width: 200px;
	padding: 1px 0 1px;
	display: block;
}

.Menu2aHover
{
	color: #d356fd;
	background: transparent url(images/imp2.gif) top left no-repeat;
}


/*
colonne centrale
*/

#Corps
{ 
	background-color: #ffffff;
	padding: 0 5px 0 5px;
	/*min-height: 500px;*/
}

td.col-centre
{
	margin: 0 15px 0 5px;
}

/* 
Fil d'Arianne 
*/

#Path
{
	text-align: right;
	margin: 10px 15px;
	padding-right: 20px;
	font-size: 0.75em;
	color: #999900;
	background: url(images/bg-box-narrow.gif) #fff repeat-y right top;
}

#Path a
{
	color: #999900;
	text-decoration: none;
}

#Path a:hover
{
	/*color: #f90;*/
	color: #d356fd;
}

.CurrentNode
{
	font-weight: bold;
}

/* 
fin fil d'Arianne 
*/

/* 
Classes pour le pied de page 
*/

#Footer
{
	margin-right: 0px;
	padding: 8px 0px 8px 5px;
	font-size: 0.8em;
	color: #6666ff;
	background-color: #f2f2f2;
}

#Footer a
{
	text-decoration: none;
	color: #999900;
}

#Footer a:hover
{
	color: #d356fd;
}
 
/* fin classes menu pied de page */

/* 
================================================
Classes pour les rubriques de la page d'accueil
================================================
*/

div#une
{
	border-right: #ff9900 1px solid;
	border-top: #ff9900 1px solid;
	border-left: #ff9900 1px solid;
	border-bottom: #ff9900 1px solid;
	background: url(images/bg-une-header.gif) repeat-x top;
	margin: 5px 15px 20px 5px;
	padding: 20px 8px 8px 8px;
}

div#zoom
{
	border-right: #d356fd 1px solid;
	border-top: #d356fd 1px solid;
	border-left: #d356fd 1px solid;
	border-bottom: #d356fd 1px solid;
	background: url(images/bg-zoom-header.gif) repeat-x top;
	margin: 5px 15px 20px 5px;
	padding: 20px 8px 8px 8px;
}

div#MenusCantine
{
	background-color: #fffff0;
	height: 55px;
}

.titre-menu-une
{
	font-weight: bold;
	font-size: 1.2em;
	color: #696969;
	margin-left: 4px;
	padding: 0 0 0 20px;
	background-image: url(images/i1.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.lnk-menu-une
{
	display: block;
	margin-left: 4px;
	padding-top: 8px;
}

tr.Une
{
	vertical-align: top;
}

.importance
{
	float: left;
	margin-right: 10px;
}

.titre-actu-une
{
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #696969;
}

.date-pub
{
	font-size: 1.2em;
	margin-left: 15px;
	color: #a9a9a9;
}

.resume
{
	display: block;
	/*padding-top: 5px;*/
	margin-top: 8px;
	color: #333;
}

.lasuite
{
	display: block;
	padding: 5px 0 15px;
	/*background-image: url(/schuman/App_Themes/Default/Images/readon.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;*/
}

#une a, #zoom a
{
	/*color: #a9a9a9;*/
	color: #6699cc;
}

#une a:hover, #zoom a:hover
{
	color: #d356fd;
}

/* 
==============================================
Fin classes pour la une
==============================================
*/

/* 
==============================================
éléments de contenu
==============================================
*/

#Liste
{
	margin: 5px 5px 0 5px;
}

/* fond */
#Europe
{
	background: url(images/bg-europe.jpg) #fff no-repeat left bottom;
	/*border-left: #d356fd 15px solid;*/
	margin: 10px 0 0 5px;	
}

#euro-map
{
	margin-left: 120px;
}

/* boxes */

.box-r-v
/* boîte avec bordure à droite violette */
{
	background: url(images/bg-box-rv.gif) #fff repeat-y right top;
	border: #d356fd 2px solid;
	margin: 0 8px 0 0;
	padding: 5px 14px 5px 5px;
}

.box-r-o
/* boîte avec bordure à droite orange */
{
	background: url(images/bg-box-ro.gif) #fff repeat-y right top;
	border: #f90 2px solid;
	margin: 0 8px 0 0;
	padding: 5px 14px 5px 5px;
}

.box-l-v
/* boîte avec bordure à gauche violette */
{
	background: url(images/bg-box-rv.gif) #fff repeat-y left top;
	border: #d356fd 2px solid;
	margin: 0 0 0 6px;
	padding: 5px 5px 5px 16px;
}

.box-l-o
/* boîte avec bordure à gauche orange */
{
	background: url(images/bg-box-ro.gif) #fff repeat-y left top;
	border: #f90 2px solid;
	padding: 5px 5px 5px 15px;
}

.box-l-g
/* boîte avec bordure à gauche grise */
{
	background: url(images/bg-box-ro.gif) #fff repeat-y left top;
	border: #f5f5f5 2px solid;
	padding: 5px 5px 5px 15px;
}

.tag-l-g
/* bande à gauche grise */
{
	border-left: #f5f5f5 15px solid;
	margin-left: 5px;
	padding: 5px 5px 5px 10px;
}

/* fin boxes */

/* div */

div#cite
{
	width: 510px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

div#intro
{
	background: url(images/bg-box.gif) #fff repeat-y left top;
	margin: 4px 8px 0 5px;
	padding: 2px 2px 2px 19px;
}

div#cadre-centre
{
	background: url(images/bg-box-rv.gif) #fff repeat-x top;
	border: #d356fd 2px solid;
	padding: 5px 0px 5px 0px;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}

div#Centre
{
	width: 510px;
}

div#Centre p
{
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}

div#menu-int
{
	margin: 0 15px;
	padding: 5px 5px 5px 5px;
	width: 50px;
	float: left;
}

/* fin div */

/* classes sémantiques */
.source
{
	margin-left: 30px;
	color: #9400d3;
}

.citation
{
	font-size: 1.4em;
	color: #696969;
	font-style: italic;
	font-family: 'Times New Roman' , 'Trebuchet MS' , Serif;
	margin: 4px 6px 4px 4px;
	padding: 4px 4px 4px 4px;
	text-align: justify;
}

.question
{
	font-size: 1.4em;
	color: #696969;
	font-style: italic;
	font-weight: bold;
	font-family: 'Times New Roman' , 'Trebuchet MS' , Serif;
	margin: 4px 6px 4px 4px;
	padding: 4px 4px 4px 4px;
	text-align: left;
}

.signature
{
	text-align: right;
	padding: 5px 10px;
	font-weight: bold;
}

.adresse
{
	margin: 5px 0 5px;
	padding: 0 0 0 10px;
	color: #696969;
	border-left: #d356fd 10px solid;
}

.encadre-v
{
	margin: 4px 4px 4px 4px;
	padding: 10px 10px 10px 10px;
	color: #696969;
	border: #d356fd 4px solid;
}

.patronyme
{
	font-weight: bold;
}

.note
{
	font-size: 1em;
	color: #696969;
	font-style: italic;
	font-family: 'Times New Roman' , 'Trebuchet MS' , Serif;
	padding: 4px 0px 4px 4px;
	text-align: left;
}

.remarque
{
	color: #696969;
	font-style: italic;
	font-family: 'Times New Roman' , 'Trebuchet MS' , Serif;
	text-align: left;
}

.mail
{	
	padding: 4px 0 4px 20px;
	background: url(/schuman/App_Themes/Default/Images/contact.gif) left no-repeat;
}

.etiquette
{
	color: #696969;
	margin : 0 0 10px 12px;
}

.h1
{
	display: block;
	margin: 15px 0 2px 5px;
	padding: 4px 0 4px 22px;
	background: #f5f5f5 url(Images/h1.gif) no-repeat left;
	font-size: 1.3em;
	font-weight: bolder;
	color: #999933;
	width: 94%;
}

.themeMenu
{
	color: #cc33ff;
	font-weight: bold;
	text-align: center;
}

.bg-ent
{	
	font-weight: bold;
	font-size: 7pt;
}

.date-sem
{
	color: #708090;
	font-size: 7pt;
	/*padding-left: 5px;*/
	margin-left: 10px;
}

.ent
{
	background-image: url(Images/menu-bg-ent.gif);
	width: 100px;
	height: 100px;
}

.plat
{
	background-image: url(Images/menu-bg-plat.gif);
	width: 100px;
	height: 100px;
}

.comp
{
	background-image: url(Images/menu-bg-comp.gif);
	width: 100px;
	height: 100px;
}

.dessert
{
	background-image: url(Images/menu-bg-des.gif);
	width: 100px;
	height: 100px;
}

.s-titre
{
	margin-left: 4px;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	font-size: 1.2em;
	color: #778899;
	background-image: url(images/imp2.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.jour-sem
{
	margin-left: 10px;
	font-weight: bold;
	color: #708090;
}

/* fin classes sémantiques */

/* classes de positionnement */

.ret15
{
	margin-left: 15px;
}

.float-l
{
	float: left;
}

.float-r
{
	float: right;
}

.top-link
{	
	float: right;
	font-size: 0.8em;
}

.a-center
{
	text-align: center;
}

.a-right
{
	text-align: right;
}

/* fin classes positionnement */

/* listes */

ul
{
    margin: 4px 0 4px 0;
	padding: 0 0 0 20px;
	list-style-position: outside;
	list-style-image: url(images/imp2.gif);
}

ul ul
{
	padding: 0 0 0 20px;
	list-style-position: outside;
	list-style-image: url(images/imp0.gif);
}

#Desc ul
{
	margin-left: 15px;
	padding: 0 5px 0 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: circle;
}

li.pdf
{	
	padding: 2px;
	list-style-position: outside;
	list-style-image: url(images/p_pdf.gif);	
}

li.ext
{	
	padding: 2px;
	list-style-position: outside;
	list-style-image: url(images/p_external.gif);	
}

li.int
{	
	padding: 2px;
	list-style-position: outside;
	list-style-image: url(images/lien.gif);	
}

li.sec
{	
	padding: 2px;
	list-style-position: outside;
	list-style-image: url(images/p_lock.gif);	
}


/* fin listes */

/* styles Article */

#Article
{	
	font-family: Verdana, Tahoma, 'Lucida Grande', Geneva, Arial, sans-serif;
	font-size: 0.8em;
	color: #696969;
	padding: 0 5px 0 0px;
}

/* 
#Article h1
{
	margin: 15px 0 2px 5px;
	padding: 4px 0 4px 22px;
	background: #f5f5f5 url(Images/h1.gif) no-repeat left;
	font-size: 1.3em;
	font-weight: bolder;
	color: #999933;
}
*/

h1
{
	margin: 15px 0 2px 5px;
	padding: 4px 0 4px 22px;
	background: #f5f5f5 url(Images/h1.gif) no-repeat left;
	font-size: 1.3em;
	font-weight: bolder;
	color: #999933;
}

h2
{
	margin: 8px 0 5px 5px;
	padding: 0 0 4px 22px;
	font-size: 1.3em;
	color: #999999;
	background: #f5f5f5 url(Images/h2.gif) no-repeat left;	
}

h3
{
    padding: 0 0 4px 25px;
    color: #666666;
    background: url(Images/h3.gif) no-repeat left;
}

#Article a
{
	color: #999900;
	text-decoration: none;
}

#Article a:hover
{
	color: #d356fd;
}

/* fin styles Article */

/* tableaux */
table.standard
{
	width: 100%;
}

th.standard
{
	background-color: #f5f5dc;
	text-align: left;
}

th.standard400
{
	background-color: #f5f5dc;
	text-align: left;
	width: 400px;
}

th.centre
{
	background-color: #f5f5dc;
	text-align: center;	
}

tr.centre
{
	text-align: center;	
}

tr.centre-it
{
	font-weight: bold;
	vertical-align: middle;
	color: #ccccff;
	font-style: italic;
	background-color: #f5f5f5;
	height: 25px;
}

tr.alternate
{
	background-color: #f5f5f5;
}

tr.alternate2
{
	background-color: #fffacd;
}

td.nothing
{
	background-color: White;
}

td.title
{
	font-weight: bold;
	color: #bdb76b;
}

td.total
{
	font-weight: bold;
}

td.centre
{
	text-align: center;
	vertical-align: middle;
}

td.hg
{
    /* haut gauche avec marge intérieure */
    vertical-align:top;
    padding: 15px;
}

/* tableaux utilisés notamment dans les pages premiers secours */
table.retrait
{
	margin: 0 15px 0 15px;
}

td.text
{
	background-color: #fffff0;
	color: #7b68ee;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

/* fin tableaux */

/* grilles */

a.grid
{
	color: #6699cc;
	text-decoration: none;
}

a:hover.grid
{
    color: #95ba65;	
}

/* fin grilles */

/* plan de site */

#LeftTree
{
	margin-top: 15px;
	float: left;
}

#RightTree
{
	float: left;
	margin-top: 15px;	
	margin-left: 45px;
}

#RightTree2
{
	float: left;
	margin-top: 15px;	
	margin-left: 45px;
}

#Plan a a:hover
{
	text-decoration: none;	
}

#Plan a
{
	color: #808080;
}

#Plan a:hover
{
	color: #95ba65;
}

/* fin plan de site */

/*
	table des matières
*/
/*.tm
{
	padding: 0 0 5px;
}*/

.tm ul
{
	padding: 0 0 0 35px;
	list-style-type:none;
	list-style-image: url(Images/lien.gif);
}

#TMatiere a
{
	margin-left: 5px;
	color: #6699cc;
	text-decoration: none;
}

#TMatiere a:hover
{
	color: #95ba65;	
}

/* 
==============================================
Fin éléments de contenu
==============================================
*/

/* DCG */

div#DCG-TM
{
	/*width: 350px;*/
}

div#DCG-IMG
{
	/*float: left;*/
}

#DCG-TM a
{
	margin-left: 5px;
	color: #6699cc;
	text-decoration: none;
}

#DCG-TM a:hover
{
	color: #95ba65;	
}

.dcg-identite
{
	float: right;
    padding: 0 0 5px 10px;
}

