/* Page */
html, body {
	height: 100%;
}

body {
	padding: 0;
	color: #533117;
	background-color: #e5f5d9;
	background: url("images/background.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Georgia, Verdana, sans-serif;

}

#global {
	min-height: 100%;
	width: 1024px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	/*background: #e5f5d9;*/
  /*box-shadow: 1px 1px 12px #555;*/
}

/* Calendrier */
#calendrier{
	color: #fff;
	font-size: 12px;
}

/* En-tête */
#header {
	margin-bottom: 20px;
	/*background: url("images/header_sophia_m_cdp_750_00.png");*/
	margin-bottom: 10px;
}

/* Menu de navigation horizontal */
#menu {
	width: 100%;
	/*float: right;*/
	text-align: center;
	height: 30px;
	/*background: #1b9a5a;*/
	background: url("images/fond_menu.png");
	/*background-color: #60622f;*/
	color: #533117;
	/*margin-left: 30%;*/
	
}

#nav li {
	/*margin-top: -10px;*/
	text-align: center;
	list-style-type: none;
    margin-left: 20px;
    padding-left: 20px;
    /*display: inline;*/
	border-left: 1px solid #000;
	float: left; /*ici pour les liens actifs*/
}

#nav li a{
	color: #000;
	display: block;
	text-decoration: none;
	/*line-height: 15px;*/
	font-weight: bold;
}

#nav li a:hover {
	/*background: url(images/nav03.gif) 0 -32px;
    /*padding: 0 20px;*/
	color: #345917; /* avant #1e3851*/
}

#nav #en-cours a {
	color: #eec508;
}

/* Menu vertical */
#menuv{
   margin-top: -42px;
   margin-left: 0%;
   text-align: center;
   float: left;
   width: 30%;
   font-size: 14px;
   background-color: #60622f;
	color: #533117;
   /*background-image: url("images/test_fond_menu2.png");
   background-repeat: repeat-x;*/
   padding: 0px;
   /*border: 1px solid #3a5c87;*/
       /*-moz-border-radius:10px; /*pour arrondir les angles*/
             /*border-radius:10px;*/
			 /*-moz-box-shadow: #223e59 0px 0px 5px;*/
}

.element_menuv{
   color: #e5f5d9;
   font-size: 12px;
   font-family: Verdana, Arial, Serif, Georgia;
   text-align: left;
   height: 30px;
   line-height: 30px;
   text-decoration: none;
}

.element_menuv p{
	font-size: 16px;
}

.element_menuv p a{
	text-decoration: none;
	color: #fff;
}

.element_menuv p a:hover{
	text-decoration: none;
	color: #1e3851;
}

.element_menuv ul /* Toutes les listes à puces se trouvant dans un menu */
{
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 30px;
   text-align: left;
}

.element_menuv li a
{
   /*background-image:url("images/puce.gif");
   /*background-repeat: no-repeat;
   /*background-position: 0.4em; /*pour positionner l'image puce*/
   /*padding-left: 1.4em;/* pour décaler les liens par rapport à l'image puce*/
   color: #000000;
   text-decoration : none;
   /*border-bottom: 1px dotted #fff;*/
   /*height: 28px;*/
}


.element_menuv li a:hover  /* Quand on pointe sur un lien du menu */
{
    /*background-image:url("images/puce_blanc.gif");
    background-repeat: no-repeat;
    /*background-position: 0.8em; /*pour positionner l'image puce*/
    /*padding-left: 1.8em;/* pour décaler les liens par rapport à l'image puce*/
	color: #e5f5d9;
	text-decoration: none;
}

/* Contenu */
#corps {
    float:right;
    margin-top: 20px;
	border: 6px solid ;
	border-color: #533117;
	text-align: justify;
	margin-right: 0px;
	width: 70%;
	padding: 20px;
	height: 70%;
	background: url("images/fond_corps.png");

}

html>body #corps {
    height: auto;
    min-height: 480px;
	padding: 20px
}

#corps > :first-child {
	margin-top: 30px;
	margin-right: 0px;

}

#corps h3{
	color: ;
	font-family : sans-serif;
}

#corps li {
	padding:10px;
	line-height: 1.5;
	border-style : outset;
}

#corps a{
	color: ;
}

#corps a:hover{
	color: ;
}

/* Formulaire */
.formulaire  input, .formulaire textarea{
	border: 1px solid #181a12;
}

.formulaire  input:focus, .formulaire  textarea:focus{
	background: #a7a8a3;
	border: 1px solid #90d169
}

/* Pied de page */
#footer {
    float:right;
	margin-right: 200px;
	color: ;
	text-align: center;
	bottom: 0px;
	font-size: 12px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #345917;
	text-decoration: underline;
}

#footer a:visited{
	color: #345917;
}