* {margin:0; padding:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeedec; /*#e1dec8;*/
}


/*/////////////////////////*/
/* Mise en forme du texte */
/*///////////////////////*/

p {
	font-size: 10px;
}

h1 {
	font-size:10px;
	font-weight: normal;
	color:#000;
	margin-top: 7px;
	margin-bottom: 7px;
	font-style: normal;
	margin-left: 7px;
}

h2 {
	font-size:11px;
	color:#000;
	font-weight: normal;
	text-align: justify;
	line-height: 17px;
}

h3 {
	display:inline;
	color:#000;
	font-size:14px;
}

h4 {
	font-size:10px;
	font-weight: normal;
	color:#000;
}

h5 {
	font-size:11px;
	font-weight: bold;
	color:#d3060b;
	line-height: 20px;
}

h6{
	font-size:10px;
	color:#000;
	font-weight: normal;
	line-height: 15px;
}


.tx_rouge {
	font-size:11px;
	color:#bf002b;
	font-weight: normal;
	line-height: 16px;
}

.tx_gris {
	font-size:11px;
	color:#656460;
	font-weight: normal;
	line-height: 16px;
}

.tx_gris2 {
	font-size:10px;
	color:#656460;
	line-height: 16px;
}

.tx_noir {
	font-size:9px;
	color:#bf002b;
	font-weight: normal;
}

.tx_rose {
	font-size:11px;
	font-weight: bold;
	color:#bf002b; /* Old: #f20484 */
	line-height: 20px;
}

.tx_dyn {
	line-height:1.5;
	text-align:justify;
}

.fleche {
	font-size:9px;
	color:#000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.titre {
	font-size:29px;
	color:#000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.Style1 { color: #d3060b; font-weight: bold; }
	
A:link { color:black;text-decoration: none;cursor:pointer;}
A:visited { color:black;text-decoration: none;cursor:pointer;}
A:hover { color:white;text-decoration: none;cursor:pointer; background-color: #bf002b;} /* Old: #fc839f */
A.texte:link { color:black;text-decoration: underline;cursor:pointer;}
A.texte:visited { color:black;text-decoration: underline;cursor:pointer;}
A.texte:hover { color:white;text-decoration: none;cursor:pointer; background-color: #bf002b;} /* Old: #ffec00 */

A.b_pdf:link { color:white;text-decoration:underline;cursor:pointer;}
A.b_pdf:visited { color:white;text-decoration:underline;cursor:pointer;}
A.b_pdf:hover { color:white;text-decoration:none;cursor:pointer; background-color: #bf002b;} /* Old: #ea0308 */

A.calendrier:link { color:#000; font-size:10px; text-decoration: none;cursor:pointer;}
A.calendrier:visited { color:#000; font-size:10px; text-decoration: none;cursor:pointer;}
A.calendrier:hover { color:#000; font-size:10px; text-decoration: none;cursor:pointer;}

A.art:link { color:black;text-decoration: none;cursor:pointer;}
A.art:visited { color:black;text-decoration: none;cursor:pointer;}
A.art:hover { color:white;text-decoration: none;cursor:pointer; background-color: #bf002b;} /* Old: #e2005e */




/*/////////*/
/* Global */
/*///////*/

	
#global{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 926px;
	background-color:#FFFFFF;
	height: auto;
}

a.no-hover {
	background-color: transparent;
	color: black;
}

/*/////////*/
/* Header */
/*///////*/


#header{
	position:relative;
    margin-left: auto;
    margin-right: auto;
	width:926px;
	height:364px;
}

#logo{
	margin-left:12px;
	margin-top:15px;
	margin-bottom:10px;
}

#menu{
	margin-top:12px;
	text-transform:uppercase;
	text-align:left;
	font-size:10px;
	margin-left: 12px;
}


#flags{
	position:absolute;
	width:207px;
	height:20px;
	top:25px;
	right:30px;
}


#bulle{
  padding: 3px 5px 5px 5px;
	position:absolute;
	/*width:200px;*/
	/*height:23px;*/
	top:55px;
	right:12px;
  background-color: rgb(191,0,43);
	/*background:url(graf/bulle_bg.gif) no-repeat;
  background-position: center;*/
}

#bulle p{
	margin-left:0;
	margin-top:0;
	font-size:10px;
  color: white;
	text-align: center;
}

#bulle p a {
  color: white;
  font-weight: 700;  
}

#bulle p a:hover {
  color: black;
}

#bulleart{
	position:absolute;
	width:207px;
	height:23px;
	top:60px;
	right:30px;
	background:url(graf/centre_art/bulle_art.gif) no-repeat;
}

#bulleart p{
	margin-left:3px;
	margin-top:1px;
	font-size:10px;
}

#boite_pdf{
	position:absolute;
	top:340px;
	right:12px;
}

#boite_pdf ul {
	max-height: 250px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#boite_pdf ul li {
	margin: 4px 0 4px 10px;
	padding: 0;
	font-size: 10px;
	color: white;
	list-style-position: inside;
	list-style-type: disc;
}


/*//////////////*/
/* Menu gauche */
/*////////////*/


#menu_travaux{
	position:relative;
	width:256px;
	text-align:left;
}


/*//////////////*/
/* Menu droit */
/*////////////*/

.menu.menu-lateral.menu-item {
	/*background-image: url('/graf/right_menu_item_bg.gif');
	background-repeat: no-repeat;*/
  background-color: rgb(191,0,43);
	padding: 3px 0 5px 0;
	text-align: center;
	font-weight: bold;
}

.menu.menu-lateral.menu-item a {
  color: white;
}

.menu.menu-lateral.menu-item a:hover {
	/*background-color: transparent;
	color: #bf002b;*/
  color: black;
}

.menu.menu-lateral.menu-forge {
	/*background-image: url('/graf/right_menu_item_bg.gif');
	background-repeat: no-repeat;*/
  background-color: rgb(73,73,73);
	padding: 3px 0 5px 0;
	text-align: center;
	font-weight: bold;
}

.menu.menu-lateral.menu-forge a {
  color: white;
}

.menu.menu-lateral.menu-forge a:hover {
	/*background-color: transparent;
	color: #bf002b;*/
  background-color:	rgb(73,73,73);
  color: rgb(191,0,43);
}

.menu.menu-lateral.menu-facebook {
	text-align: center;
	font-weight: bold;
}

.menu.menu-lateral.menu-facebook a:hover {
	background-color: transparent;
	color: #bf002b;
}

.menu.menu-lateral.menu-facebook img {
	margin-top: 80px;
	margin-bottom: 3px;
}


/*////////*/
/* Footer */
/*////////*/


#footer{
	position:relative;
	width:926px;
	height:123px;
}

#bandeau_footer{
	position:relative;
	margin-top:12px;
	width:902px;
	height:80px;
	margin-left: auto;
	margin-right: auto;
	background:url(graf/footer_bg.gif) no-repeat;
}

#bandeau_footer img{
	position:absolute;
	top:12px;
	right:20px;
}

#coordonnees{
	position:absolute;
	top:32px;
	left:125px;
	width: 535px;
	height: 37px;
}

/*////////*/
/* Layers */
/*////////*/

TABLE.LAYERECOLE {
	border-left: 1px solid #000;
	width:170px;
}
TABLE.LAYERECOLE TD {
	text-align:left;
	background-color:#ffffff;
}
TABLE.LAYERECOLE P {
	color:#000;
	font-size:10px;
	line-height:13px;
	margin-left:10px;
	margin-top:8px;
	margin-bottom:10px;
}

TABLE.LAYERECOLE A {
	font-size:10px;
	text-decoration:none;
	color:#000;
}
TABLE.LAYERECOLE A:hover {
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
	color:white;	/*  COULEUR DU TEXTE "ON" DU LAYER ECOLE  */
	background-color: #bf002b;
}

TABLE.LAYERDOC {
	border-left: 1px solid #000;
	width:205px;
}
TABLE.LAYERDOC TD {
	text-align:left;
	background-color:#ffffff;
}
TABLE.LAYERDOC P {
	color:#000;
	font-size:10px;
	line-height:13px;
	margin-left:10px;
	margin-top:8px;
	margin-bottom:10px;
}

TABLE.LAYERDOC A {
	font-size:10px;
	text-decoration:none;
	color:#000;
}
TABLE.LAYERDOC A:hover {
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
	color:white;	/*  COULEUR DU TEXTE "ON" DU LAYER ECOLE  */
	background-color: #bf002b;
}


TABLE.LAYERINT {
	border-left: 1px solid #000;
	width:235px;
}
TABLE.LAYERINT TD {
	text-align:left;
	background-color:#ffffff;
}
TABLE.LAYERINT P {
	color:#000;
	font-size:10px;
	line-height:13px;
	margin-left:10px;
	margin-top:8px;
	margin-bottom:10px;
}

TABLE.LAYERINT A {
	font-size:10px;
	text-decoration:none;
	color:#000;
}
TABLE.LAYERINT A:hover {
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
	color:white;	/*  COULEUR DU TEXTE "ON" DU LAYER INTERNATIONAL  */
	background-color: #bf002b;
}

TABLE.LAYERART {

	border-left: 1px solid #000;

	width:205px;

}

TABLE.LAYERART TD {

	text-align:left;

	background-color:#ffffff;

}

TABLE.LAYERART P {

	color:#000;

	font-size:10px;

	line-height:13px;

	margin-left:10px;

	margin-top:8px;

	margin-bottom:10px;

}



TABLE.LAYERART A {

	font-size:10px;

	text-decoration:none;

	color:#000;

}

TABLE.LAYERART A:hover {

	font-size:10px;

	text-decoration:none;

	font-weight: bold;

	color:#000;	/*  COULEUR DU TEXTE "ON" DU LAYER ECOLE  */

	background-color: #e2005e;

}

#downloads-container ul li {
  list-style-position: inside;
  list-style-type: disc;
  font-size: 11px;
  margin-bottom: 4px;
}