@charset "utf-8";

/**
 * @author Romain de Wolff
 * @lastmodified Aug, 21 2008
 * @media all
 * @site eCore
 */

/* ------------------------- MISE EN PAGE GENERAL -------------------------- */

body,td,th {
	font-family: Tahoma,  Verdana,  Geneva,  Arial,  Helvetica,  sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	background-color: #e2e2e2; /* gris */
	/* background-color: #000; */
	background-image: url(../images/fd.gif); 
	background-repeat:repeat-x;
}

body.print  {
	/* image de fond */
	background:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	/*background-position:bottom;
	background-repeat:no-repeat;*/
}

.adminMenu	{
	position: absolute; 
	top: 35px; 
	left:20px;
	z-index:0;	
}

/* ------------------------------  LIENS  ---------------------------------- */

/* liens */
a,a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
}

.topMenu a {
	color: #FFFFFF;
}
.topMenu td {
	color: #FFFFFF;
}

hr {
	border: 1px solid black;
	width: 80%;
	float: left;
}

/* ------------------------------  TEXTES  ---------------------------------- */

h1 {
	color: #D00C0C;
	font-size: 16px;
	padding-top: 15px;
	font-family: Tahoma,  Verdana,  Geneva,  Arial,  Helvetica,  sans-serif;
	text-align:left;
}
h1:first-letter {
	color: #D00C0C;
	font-size: 20px;
}

h2 {
	color: #333333;
	font-size: 14px;
}
td{
	vertical-align : top;
	padding: 0px;
}
.content{
	/* background-image:url(../images/gr.gif); */
	/* background-repeat:no-repeat; */
	/* border:0px; */
	padding-right:20px;
	padding-left:20px;
	text-align:justify;
	vertical-align: top;
	/* height: 300px; */
	/* width: 726px; */
}

.vertical_col td {
	border-right: 1px solid black; 
	padding-right: 5px;
}
div {
	padding-left: 10px;
	padding-right: 10px;
}
.txtFooter{
	padding-top: 10px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
}

.adresse{
	font-size: 10px;
	color:#000000;
	font-family: Tahoma,  Verdana,  Geneva,  Arial,  Helvetica,  sans-serif;
	font-size: 11px;
}

blockquote {
	margin-left:12px;
	margin-top:3px;
	margin-bottom: 3px; 
}

/* --------------------------  CONTENU DES PAGES --------------------------- */

.surroundingTable {
	border: 1px solid black;
	margin-top: 25px;
}

.surroundingTable, surroundingTable td {
	margin-left: auto;
	margin-right: auto;
	table-layout:auto;
	/* border-collapse: collapse;  */
	padding: 0px;
	background-color:white;
}

/* error message on form submit */
.error {
	font-size: 16px;
	color: white;
	background-color: #CC0000;
	border: 1px solid black;
	padding: 0px;
}

/* -------------------------------- IMAGES --------------------------------- */


img {
	padding: 0px;
	border: 0px solid white;
}
img.inText {
  padding: 15px;
}

.photoThumbnailPage {
	padding : 20px;
	border: 0px;
}

/* image dans le menu de gauche */
#photo img{
	padding-top: 25px;
	border: none;
}

/* -------------------------------- MENUS ---------------------------------- */

.menuSecondaire {
	background-image:url(../images/onglet.png);
	background-repeat:no-repeat;
}
.menuSecondaire td, .menuSecondaire tr, .menuSecondaire table, .menuSecondaire
{
	padding: 0 25px 0 25px;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
	min-height: 20px;
	height: 25px;
	background-position:right; 
	background-repeat:repeat-y;
	vertical-align: bottom;
	
	color: #FFFFFF;
}

.menuSecondaire a,.menuSecondaire a:visited
{
	font-weight: normal;
	text-decoration:none;
	color: #fff;
}
.menuSecondaire a:hover
{
	font-weight: normal;
	text-decoration:underline;
	color: #fff;
}

.menuSecondaire .active {
	text-decoration: underline;
}

/* -------------------------------- FORMS ---------------------------------- */
input, textarea {
	/* font-family: "Courier New", Courier, monospace; */
	font-size: 12px;
}
form , form td, input {
	font-size: 12px;
}

input[type="submit"], input[type="reset"] {
	font-family: Arial;
}


/* ----------------------- ZONE D'ADMINISTRATION --------------------------- */

/* formulaire de login pour l'administrateur */
.adminLogin 
{
	border: 1px solid black;
	background-color: white;	
}

.leftMenu 
{
	background-repeat: none;
	background-repeat: repeat-x;
	padding-top : 25px;
	padding-bottom: 13px;
	padding-left: 0px;
	height: 520px;
}

/* ------------------------ VERTICAL MENU -------------------------------- */
/* container du menu */
#menu {
	width: 259px;
	background: transparent;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* elements du menu */
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border: 0;
	margin: 0;
	height: 23px; /* hauteur de l'élément du menu */
	padding: 6px 0 0 33px; /* marges pour que le texte soit centré et placé légèrement sur la droite */
}

/* titres sans liens */
#menu h2 {
	color: #000;
	background: #fff;
	text-transform: uppercase;
}

#menu a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	background-image: url("../images/fondbouton.png");
	background-repeat: no-repeat;
}

#menu a:hover {
	color: #a00;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

/* lien actif, le liens qui est affiché actuellement */
#menu .active, .menuSecondaire .active {
	color: #a00;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

