﻿/********************************************************************
*
*	#html
*
********************************************************************/
html 
{
	height:100%;
	width:100%;	
	background-color: white;
	background-image: url('../images/BackGround.jpg');
	background-repeat: repeat-x;
	background-position:0 1px;
}

body 
{		
	display: block;	
	margin: 0px auto;
	padding:0;
	width: 980px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:12px;
	color: #2d52ae;
	/*position: relative;*/
}

a,
a:visited,
a:hover
{
	color: #2d52ae;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}	

div.CadreContenu
{
	float: left;
	clear: left;
}

div.CadreHead
{
	float: left;
	height: 0px;
}

/********************************************************************
*
*	#Header
*
********************************************************************/
div#Header
{		
	display: block;
	float: left;
	width: 980px;
}

div#Header h1
{
    display: block;
	float: left;
	height: 100px;
	width: 100%;
	background-image: url('../images/Header.jpg');
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	font-size:0;
    line-height:0;
}

div#Header  ul
{
	display: block;
	float: left;	
	height: 39px;	
	margin: 0px;
	padding: 0px;
	text-align: left;	
	padding:0;
	width: 100%;
}

div#Header  ul li
{
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	border-left: 1px solid #20a99a;
	background-image: url('../images/BackGroundMenuLi.jpg');
	background-repeat: repeat-x;
	text-shadow:-1px -1px 0px #2a9f8f;
}

div#Header  ul li:hover
{
	background-image: none;
	background-color: #0e9c8b;	
}

div#Header  ul li a
{	
    display: block;
    float: left;    
    font-size: 15px;
	height: 100%;
	line-height: 37px;
	vertical-align: middle;
	color: White;
	text-decoration: none;
	padding: 0px 25px;	
}

div#Header  ul li.Selected a
{	
    background-color: #0e9c8b;
}


div#Header  ul li#accueil a
{    
	background-image: url('../images/Home.png');
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 27px 10px;
}

div#Header  ul li#votrecompte
{
    float: right;
	background-image: url('../images/BackGroundMenuLiCompte.jpg');
	background-repeat: repeat-x;
	text-shadow:-1px -1px 0px #2c60a3;
}

div#Header  ul li#votrecompte a
{    
	background-image: url('../images/Cadenas.png');
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 24px 7px;
}

/********************************************************************
*
*	#Footer
*
********************************************************************/
div#Footer
{		
	display: block;
	float: left;
	width: 980px;
	margin-top: 15px;
	background-image: url('../images/Footer.jpg');
	background-repeat: repeat-x;
}

div#Footer span
{		
	display: block;
	float: left;	
	margin-top: 13px;
}

div#Footer img
{		
	display: block;
	float: right;	
	margin-top: 13px;
}

/********************************************************************
*
*	#Content
*
********************************************************************/
div#LoginWelcome
{
	position: absolute;
	float: left;
}

div#Content
{
	display: block;
	float: left;	
	margin: 0;
	padding: 0;
	width: 980px;
}

div#Content .New
{
    color: White;
    background-color: #50a6ff;
    padding: 0 4px;
}

div#Content .Interne
{
    color: #1ea899;
}

div#Content .Externe
{
    color: #1ea899;
	background-image: url('../images/LienExterne.png');
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 10px;
}

div#Content .PDF
{
    color: #1ea899;
	background-image: url('../images/a-PDF.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:16px;
	width:200px;
}

div#Content .Mail
{
    color: #1ea899;
	background-image: url('../images/Mail.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:17px;
}

div#Content .Plus
{
    color: #1ea899;
    background-image: url('../images/a-plus.jpg');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left:15px;
}

div#Content .Fiche
{
    color: #1ea899;
    background-image: url('../images/a-Fiche.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left:15px;
}
