/*
  --------------------------------------------------------------------------------
   Squelette
  --------------------------------------------------------------------------------
*/

div.panel		{ float: left; width: 100%; }
table.panel		{ width: 100%; padding: 8px;  }
table.panel tr		{  }
table.panel td	{ vertical-align: top; margin: 0; }
table.panel .text	{ width: 100%; }
div.tab			{ float: left; width: 100%; }


.off			{ display: none; }
.on			{ display: block; }
.full			{ width: 100%; }





.em
{  
  color: #005c9c;
  font-weight: bold;
  }





body
{ 
  background-color: rgb(150,150,150);
 }


table#skel
{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  border-spacing: 0px;
  border-collapse: collapse;
  }

table#skel tr td
{ 
  vertical-align: top;
   }

td#header
{
  width: 100%;
  height: 160px;
  background-color: rgb(180,220,180);
  }

tr#main-content
{  
  width: 100%;
  }

td#menu
{
  width: 240px;
  background-color: #005c9c;
  padding: 20px;
  }

ul.menu-bottom li
{ 
  display: inline;
  list-style-type: none;
 }

ul.menu-left li a
{ 
  color: rgb(255,255,255);
 }

td#content
{  
  width: 720px;
  height: 100%;
  background-color: rgb(255,255,255);
  padding: 20px;
  }

td#footer
{ 
  vertical-align: middle !important;
  text-align: center;
  width: 100%;
  height: 64px;
  background-color: green;
  }





/*
  --------------------------------------------------------------------------------
   Wysiwyg
  --------------------------------------------------------------------------------
*/

body#tinymce
{ 
  background-color: white;
 }

/*
  --------------------------------------------------------------------------------
   Tableaux BO
  --------------------------------------------------------------------------------
*/

table.list
{ 
  width: 100%;
  border: solid 1px rgb(200,200,200);
  margin-bottom: 8px;
 }

table.list tr td
{ 
  color: rgb(10,10,10);
  padding: 4px;
 }

table.list tr.line-0 td
{ 
  background-color: rgb(20,20,20);;
  text-transform: uppercase;
 }

table.list tr.line-0 td a
{  
  display: block;
  }

table.list tr.line-0 td, tr.line-0 td a
{  
  color: rgb(250,250,250);
  }

table.list tr.line-1 td
{ 
  background-color: rgb(225,225,225);
 }
table.list tr.line-2 td
{ 
  background-color: rgb(245,245,245);
 }


table.list tr.line-1:hover td,
table.list tr.line-2:hover td
{ 
  color: rgb(0,0,0);
  background-color: rgb(180,205,255);
 }

table.list tr td.ico
{ 
  width: 16px;
  }


/*
  --------------------------------------------------------------------------------
   Onglets
  --------------------------------------------------------------------------------
*/


div.panes
{ 
  float: left;
  width: 100%;
 }
div.pane
{ 
  display: none;
  padding: 8px;
  }



div.tabs
{ 
  float: left;
  width: 100%;
 }

div.tab
{ 
  float: left;
  height: 24px;
  width: auto;
  margin-right: 1px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 24px;
  cursor: pointer;
  color: rgb(120,120,120);
  background-color: rgb(220,210,190);
 }

div.tabs div.active
{ 
  cursor: default;
  color: rgb(80,80,80);
 }


/* CSS Grouping */
div.tabs div.active, div.panes div.active
{  
  display: block;
  background-color: rgb(210,200,180);
  }


div.pane div.zone
{ 
  background-color: rgb(220,210,190);
 }

div.pane div.zone h1
{ 
  font-size: 10px;
  height: 24px;
  line-height: 24px;
  color: rgb(255,255,255);
  background-color: #005c9c;
  padding-left: 8px;
  }

table.panel tr td.col-0
{ 
  width: 200px;
 }



/*
  --------------------------------------------------------------------------------
   Front-office
  --------------------------------------------------------------------------------
*/

table.rectangle
{ 
  width: 100%;
  background-color: #ADC800;
 }
table.rectangle:hover
{ 
  background-color: #000;
 }

table.rectangle tr td
{ 
  padding: 8px;
 }

table.rectangle tr td a
{ 
  color: rgb(5,5,5);
 }
table.rectangle:hover tr td a
{ 
  color: rgb(255,255,255);
 }


table.layout
{
 width: 100%;
}

table.layout tr td
{
 vertical-align: top;
}

table.layout tr td.left
{
 padding-right: 8px;
}

table.layout tr td.right
{
 width: 200px;
 padding-right: 8px;
}

table.layout tr td.right img
{
 padding-top: 4px;
 background-color: #ACC700;
 margin-bottom: 0;
}
table.layout tr td.right img:hover
{
 background-color: #000000;
}


/* ATELIERS */

div#activities
{
 float: left;
}

div#activities div.item
{
 float: left;
 padding-top: 15px;
 border-top: 6px solid #ADC800;
 clear: both;
}



/*
  --------------------------------------------------------------------------------
   Mise en forme
  --------------------------------------------------------------------------------
*/

div.left
{ 
  float: left;
 }

div.right
{ 
  float: right;
 }

div.full
{ 
  width: 100%;
 }

.debug
{ 
  color: red;
  border: solid 1px red;
 }

.wrap
{ 
  margin: 8px;
   }

img.flottement-gauche
{
 float: left;
 padding: 4px;
 margin-right: 8px;
 margin-bottom: 8px;
 background-color: rgb(255,255,255);
 border: solid 1px rgb(230,230,230);
}


img.flottement-droite
{
 float: right;
 padding: 4px;
 margin-left: 8px;
 margin-bottom: 8px;
 background-color: rgb(255,255,255);
 border: solid 1px rgb(230,230,230);
}


/*
  --------------------------------------------------------------------------------
   Standard
  --------------------------------------------------------------------------------
*/

/*
** Evonux (C) 2009
*/

body
{
  background-color: rgb(109,110,113);
  cursor: default;
  font-family: Tahoma, "Lucida Sans", "DejaVu Sans Condensed", "DejaVu Sans", "Lucida Grande", Helvetica, sans-serif;
  font-size: 11px;
  height: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
body *, table > *
{
 font-size: 11px;
 text-align:left;
}

div#wrap
{
  overflow: hidden;
  width: 964px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

/*****  HEADER  **************************************************************/
div#wrap div.header
{
  overflow: hidden;
  background-image: url(/pic/skel/bg-header.png);
  width: 964px;
  height: 180px;
  padding: 0;
  margin: 0;
}
div#wrap div.header a.logo
{
  position: absolute;
  width: 275px;
  height: 176px;
  margin-top: -30px;
  margin-left: 40px;
}
div#wrap div.header a.logo img
{
  width: 275px;
  height: 176px;
}
div#wrap div.header div.img
{
  position: absolute;
  width: 950px;
  height: 170px;
  margin-left: 7px;
}
div#wrap div.header div.img img
{
  width: 950px;
  height: 170px;
}
div#wrap div.header div.img-bottom
{
  position: absolute;
  width: 950px;
  height: 27px;
  margin-top: 143px;
  margin-left: 7px;
}
div#wrap div.header div.img-bottom img
{
  width: 950px;
  height: 27px;
}
div#wrap div.header div.img-bottom2
{
  position: absolute;
  width: 964px;
  height: 13px;
  margin-top: 170px;
}
div#wrap div.header div.img-bottom2 img
{
  width: 964px;
  height: 13px;
}

/*****  CONTENT  *************************************************************/
div#wrap div.content
{
  overflow: hidden;
  background-image: url(/pic/skel/bg-content.png);
  background-position: left top;
  background-repeat: repeat-y;
  width: 950px;
  padding-left: 7px;
  padding-right: 7px;
}
/* Menu */
div#wrap div.content ul.menu
{
  overflow: hidden;
  float: left;
  background-image: url(/pic/skel/bg-menu.png);
  background-position: left top;
  background-repeat: repeat-x;
  width: 233px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  margin-right: 15px;
}
div#wrap div.content ul.menu li
{
  clear: both;
  color: rgb(255,255,255);
  list-style-type: none;
  font-size: 13px;
  padding: 10px;
  margin: 0;
  border-bottom: solid 1px rgb(130,120,94);
}
div#wrap div.content ul.menu li.last
{
  border: none;
}
div#wrap div.content ul.menu li:hover,
div#wrap div.content ul.menu li.hover
{
  background-color: rgb(172,199,0);
}
div#wrap div.content ul.menu li:hover a,
div#wrap div.content ul.menu li.hover a
{
  color: rgb(0,0,0);
}
div#wrap div.content ul.menu li a
{
  color: rgb(172,199,0);
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
div#wrap div.content ul.menu li a:hover
{
  text-decoration: underline;
}
div#wrap div.content ul.menu li ul
{
  padding: 0;
  margin: 0;
}
div#wrap div.content ul.menu li ul li
{
  padding: 0;
  margin: 0;
  border: none;
}
div#wrap div.content ul.menu li ul li,
div#wrap div.content ul.menu li ul li a
{
  color: rgb(255,255,255);
  font-weight: normal;
  font-size: 11px;
}
div#wrap div.content ul.menu li:hover ul li,
div#wrap div.content ul.menu li:hover ul li a,
div#wrap div.content ul.menu li.hover ul li,
div#wrap div.content ul.menu li.hover ul li a
{
  color: rgb(91,114,0);
}
/* Actual content */
div#wrap div.content div.txt
{
  overflow: hidden;
  padding-right: 15px;
  margin-bottom: 15px;
}

/* Serie */
div#wrap div.content ul.serie
{
  float: right;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
div#wrap div.content ul.serie li
{
  float: left;
  list-style-type: none;
  width: 156px;
  height: 156px;
  padding: 0;
  margin: 5px;
}
div#wrap div.content ul.serie li a
{
  display: block;
  background-image: url(/pic/skel/bg-activity.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: rgb(0,0,0);
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  width: 150px;
  height: 150px;
  padding: 3px;
  margin: 0;
}
div#wrap div.content ul.serie li a:hover
{
  background-image: url(/pic/skel/bg-activity-hover.png);
  color: rgb(255,255,255);
}
div#wrap div.content ul.serie li a img
{
  margin-bottom: 10px;
}

/*****  FOOTER  **************************************************************/
div#wrap div.footer
{
  overflow:hidden;
  background-image: url(/pic/skel/bg-footer.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 950px;
  height: 69px;
  padding: 0;
  padding-left: 7px;
  padding-right: 7px;
  margin: 0;
}
div#wrap div.footer a.logo
{
  position: absolute;
  margin-left: 30px;
  margin-top: 10px;
  width: 150px;
  height: 38px;
}
div#wrap div.footer a.logo img
{
  width: 150px;
  height: 38px;
}

div#wrap div.footer ul.menu
{
  text-align: right;
  width: 700px;
  padding: 0;
  margin-left: 233px;
  margin-top: 23px;
}
div#wrap div.footer ul.menu li
{
  display: inline;
  color: rgb(255,255,255);
  list-style-type: none;
  padding: 0;
  padding-right: 6px;
  padding-left: 2px;
  margin: 0;
  border-right: solid 1px rgb(111,129,1);
}
div#wrap div.footer ul.menu li,
div#wrap div.footer ul.menu li a
{
  text-transform: uppercase;
  font-size: 9px;
}
div#wrap div.footer ul.menu li a
{
  color: rgb(111,129,1);
  text-decoration: none;
}
div#wrap div.footer ul.menu li a:hover
{
  color: rgb(0,0,0);
}
div#wrap div.footer ul.menu li.last,
div#wrap div.footer ul.menu li.copyright
{
  border-right: none;
}

/*****  EVONUX  **************************************************************/
div#wrap a.evonux
{
  display: block;
  text-align: center;
  width: 964px;
  margin-top: 10px;
}
div#wrap a.evonux img
{
  width: 77px;
  height: 19px;
}


/* FIN EVX.CSS */

h1
{ 
 font-size: 18px;
 color: rgb(0,0,0);
 margin: 0 important!
 }

h2
{ 
 font-size: 14px;
 color: #ACC700;
 margin: 0 important!
 }

p
{
 text-align: justify;
 margin: 0px !important;
}

a img
{ 
  border: none;
 }

a
{ 
  color: #ACC700;
  text-decoration: none;
 }

a:hover
{ 
  text-decoration: underline;
 }


/*
  --------------------------------------------------------------------------------
   Accueil back-office
  --------------------------------------------------------------------------------
*/

div.module
{ 
  float: left;
  text-align: center;
  width: 100px;
  height: 64px;
  border: solid 1px grey;
  margin-left: 8px;
  cursor: pointer;
  }
div.module:hover
{ 
  background-color: rgb(240,240,240);
   }

/*
  --------------------------------------------------------------------------------
   Formulaire
  --------------------------------------------------------------------------------
*/

.text
{
 border: solid 1px rgb(180,170,150);
 background-color: #F2F1EF;
 border: 1px solid #E5E3DD;
 color: #412118;
}
.text:focus
{
 background-color: rgb(240,240,240);
}

div.buttons
{ 
 margin-top: 8px;
}

table.form
{
 padding-top: 5px;
 border-top: 6px solid #ADC800;
}

table.form tr
{
 vertical-align: top;
 color: rgb(40,40,40);
}

table.form tr td.subtitle
{
 color: rgb(0,0,0);
 font-weight: bold;
 padding-top: 8px;
 padding-bottom: 4px;
}

/*
  --------------------------------------------------------------------------------
   Emails
  --------------------------------------------------------------------------------
*/

body.email
{
 background-color: rgb(255,255,255);
 padding: 20px;
 padding-top: 0px;
}

