﻿/**** MASTER PAGE ****/

*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
}

body
{
    font-size: 100%;
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; */
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif; 
    color: #444444;
    background-color: #1E6883;
    margin: 15px 3%;
}

#aspnetForm
{
    
}

#bando_haut
{
 border-top:solid 1px #14333E;
 border-right:solid 1px #14333E;
  border-left:solid 1px #14333E;
}

img.logociep
{
    padding:5px;
}

.num
{
    font-size:0.8em;
    text-align:right;
    
}

#bando_haut table
{
    width: 100%;
    height: 69px;
    background-color: #FFFFFF;
}

#bando_haut td.bg_bando
{
    background: #FFFFFF url('../Images/bandeau_etoiles.jpg') no-repeat right;
    font-size: 12px;
    padding-left: 20px;
    padding-top:26px;
}

#langues
{
    background-color: #AF354A;
    padding: 5px 0;
    font-size: 0.8em;
    border-right:solid 1px #3D141B;
  border-left:solid 1px #3D141B;
}

#langues span
{
    margin-left: 70%;
    color: #FFFFFF;
}

#langues a, #langues a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#langues a:hover
{
    color: #000000;
}

#contenu
{
   background: #FFFFFF url('../Images/bg_menu_gauche.jpg') no-repeat bottom left;
 border-right:solid 1px #14333E;
  border-left:solid 1px #14333E;

}

#menu_global
{
    height: 100%;
    color: #595959;
    float: left;
    width: 190px;
    padding: 20px 5px 10px 5px;
    line-height:2em;
    font-size:0.9em;
}

#encartdroit
{
    float:right;
    width:170px;
    margin:0 0 10px 20px;
    padding:10px;
    font-size:0.85em;
}

#colcentrale 
{
    margin-right:250px;
}

#page
{
    padding: 10px 55px 10px 50px;
    margin-left: 210px;
    border-left:1px dotted #999999;
   /* background: url(  '../Images/degrade_gris.jpg' ) repeat-y;*/
    min-height: 600px;
    line-height:1.6em;
      font-size:0.95em;
}



#piedpage
{
    background-color: #FFFFFF;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-right:solid 1px #14333E;
  border-left:solid 1px #14333E;
  border-bottom:solid 1px #14333E;
}

.bordurepied
{
    border-top: solid 1px #D97B3D;
    border-bottom: solid 1px #D97B3D;
    height: 30px;
}

#piedpagemenu
{
    margin: 20px 150px;
    text-align: center;
    background-color: #FFFFFF;
    border: dashed 1px #666666;
    color: #666666;
    font-size: 0.7em;
    padding: 10px;
}

.spacer
{
    clear: both;
}

/**** MENU ****/

#menu_global ul
{
    list-style-type: none;
}

#menu_global li
{
    list-style-type: none;
   /* zoom:1;  IE6 hack pour problème de hauteur de ligne dans le menu */
    display: inline;
}

#menu_global a, #menu_global a:visited
{
    text-decoration: none;
    color: #595959;
    display:block;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
}



#menu_global a:hover
{
    text-decoration: none;
    background-color: #ECDCBD;
}

#menu_global a.selected
{
    text-decoration: none;
    background-color: #D97B3D;
    color:#FFFFFF;
}

#menu_global ul li ul 
{
    margin-left:10px;
}

#menu_global ul li ul li a
{
}

/*** PAGE ****/

h1
{
    font-size: 2em;
    color: #404040;
    margin-bottom:30px;
}

h2
{
    font-size: 1.3em;
    color: #AF354A;
    font-weight: normal;
    border-bottom: 1px solid #DA7B3E;
    margin-bottom:20px;
}

h3
{
    font-size: 1.2em;
    padding: 0;
    color: #AF354A;
    margin-top:1em;
}

h4
{
    font-size: 1em;
    color: #AF354A;
    text-transform:capitalize;
    padding-bottom:10px;
}

#page p
{
    text-align:justify;
    margin-bottom:2em;
}

#page p.centre
{
    text-align:center;
}

#page p.bienvenue
{
     font-size: 1.8em;
    padding: 0;
    color: #AF354A;
   
    margin-bottom:15px;
    text-align:center;
    line-height:1.8em;
    font-weight:bold;
}
#page ul 
{
    margin-bottom:2em;
}

#page ul li
{
    margin-left:1em;
}

#page a
{
    /*text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width:thin;*/
    text-decoration:underline;
    color:#7D280A;
}

#page div.encartimg
{
    float:right;
    margin-left:40px;
}

img.imgcenter 
{
    margin:0 auto;
    display:block;
}

div.encartcentre
{
    border:1px solid #AF354A;
    margin:20px 20px 40px 20px;
    padding:20px 20px 0 20px;
    font-size:0.95em;
}
/**** ACTUALITES ****/

ul.actus
{
    list-style-type:square;
    font-size:0.95em;
    line-height:1.6em;
}

ul.actus li
{
    margin-bottom:15px;
}

.date
{
    font-weight:bold;
}

.titre
{
    font-weight:bold;
}


/* PREINSCRIPTION */

table.preins
{
    font-size:0.9em;
    margin-bottom:20px;
}

td.question
{
    text-align:right;
    width:19em;
}

td.reponse
{
    text-align:left;
}

p.lettreinfo
{
    font-size:0.9em;
    margin:20px 0;
}

div.enregistrer
{
    margin:20px auto;
    text-align:center;
    width:100%;
}

p.cnil
{
    font-style:italic;
    font-size:0.8em;
    margin-top:30px;
}

.asterix
{ font-size:1.2em;
  color:Red;
  margin-left:5px;
}

/**** CONTACT ****/

.libelle
{
	text-align: right;
}

/**** INTERVENANTS ****/

td.bio
{
	padding: 5px 0 40px 0;
	font-size: 0.9em;
	text-align: justify;
}

td.image
{
    width:100px;
}

a.discret, a.discret:visited
{
	color: #485FA2;
}

/**** RESUMES ****/

.abstract
{
	margin: 0 0 35px 0;
	font-size: 0.9em;
}

h4
{
	font-size: 1.1em;
	margin: 0;
}


.abstract a, .abstract a:visited
{
	color: #485FA2;
}

ul.morelink
{
	margin: 0 0 0 2em;
	color:#CC0000;
}

ul.morelink li
{
	list-style-type: square;
}


/**** SITOGRAPHIE ****/

#sitographie
{
    margin-top:60px;
}

#sitographie h2
{
    margin:40px 0 30px 0;
}

#sitographie h3
{
    margin:30px 0 15px 0;
}

#sitographie a
{
    text-decoration:none;
    color:#444444;
}

#sitographie a:hover
{
    text-decoration:underline;
    color:#7D280A;
}

#sitographie a:visited
{
    
    color:#7D280A;
}

#sitographie p
{
    margin-bottom:10px;
}

/**** FAQ ****/

.question
{
     cursor: pointer;
     margin-bottom:5px;
     padding: 2px;
     font-weight:bold;
     margin-top:15px;
     text-align:justify;
}

.reponse
{
    margin-bottom: 0.5em;
     margin-left: 50px;
     padding-bottom:20px;
     text-align:justify;
}

/*#FAQList h3 
{
    margin-top:50px;
}*/