@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;

}
body {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	background-image: url(../images/pig1.jpg)
	/*background-position:bottom;
	background-repeat:no-repeat;*/
}

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 {

   	text-decoration:none;
   	font-weight: bold;
}
a:hover {
	color: rgb(55, 49, 160);
	font-weight: bold;
	text-decoration:underline;
}

.topMenu a {
	color: #FFFFFF;
}
.topMenu td {
	color: #FFFFFF;
}

/* ------------------------------  TEXTES  ---------------------------------- */

h1 {
	font-family: Tahoma,  Verdana,  Geneva,  Arial,  Helvetica,  sans-serif;
	color: rgb(55, 49, 160);
	font-size: 15px;
	padding-top: 5px;
}
h2 {
	color: rgb(55, 49, 160);
	font-size: 12px;

}
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: 726;
}

.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 {

	margin-top: 15px;
	/* border: 1px solid black; */

}

.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;
	margin:0px 0px 0px 6px;
}

img.inText {
  padding: 15px;
}

.photoThumbnailPage {
	padding : 20px;
	border: 0px;
}

/* image dans le menu de gauche */
#photo img{
	padding-left: 10px;

}

/* Effet ombre */
.ombre
{
filter: progid DXImageTransform.Microsoft.Shadow(color=#000000, direction=135, strength=5);
}
/* -------------------------------- MENUS ---------------------------------- */

.leftMenu {
	background: url('../images/leftMenuBg.png');
   background-color: rgb(240, 240, 240);
	margin-left: 0px;
	vertical-align:text-top;
	background-repeat:repeat-x;
	background-position:top;
	padding-left: 0px;
	padding-top : 15px;
	padding-bottom: 15px;
}
.leftMenu a, .leftMenu a:visited
{
	font-weight: bold;
	text-decoration:none;
	color: #000;
}
.leftMenu a:hover {
	font-weight: bold;
	text-decoration:underline;
	color: #000;
}

.menuSecondaire
{
	background-color: rgb(55, 49, 160);
	height: 10px;
	color:#FFFFFF;	
}

.menuSecondaire td, .menuSecondaire tr, .menuSecondaire table, .menuSecondaire
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align: right;
	background-position:right; 
	background-repeat:repeat-y;
	vertical-align: middle;
	color:#FFFFFF;

}

.menuSecondaire a,.menuSecondaire a:visited
{
	font-weight: normal;
	text-decoration:none;
	color:#FFFFFF

}
.menuSecondaire a:hover
{
	font-weight: normal;
	text-decoration:underline;
	color:#FFFFFF;

}

/* -------------------------------- 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;	
}

/* -------------------------------- LISTS ----------------------------------- */
ul {
	line-height: 135%;
}
li {
	padding-bottom: 10px;
}
.bleu li {
	list-style-image: url("../images/bleu.gif");
}

.gris li {
	list-style-image: url("../images/gris.gif");
}

.vert li {
	list-style-image: url("../images/vert.gif");
}

.jaune li {
	list-style-image: url("../images/jaune.gif");
}