/*                        Eléments  généraux             */
html, body, *{
	margin: 0;
	padding: 0;
}

body{
	min-width:995px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size : 14px;
	font-weight : bold;
}

p.important{
	font-weight:bold;
	font-size:12px;
}

.tableBorder{
	width:99%;
	margin-right: 240px;
	background:#9FBDD8;
	border-collapse: collapse;
	margin-bottom:10px;
}

.tableBorder th{
	font-family: monospace;
	border: thin solid #fff;
	padding: 5px;
	background: #085093;
	color:#fff;
}
.tableBorder td{
	width: 50%;
	padding: 5px;
}

.tableBorder tr{
	padding: 5px 0;
}
.tableBorder td:first-child{
	width:40%;
}
.tableBorder td.bordure{
	border: thin solid #000;
}
caption{
	font-family: monospace;
	text-align:center;
	width:100%;
	margin-right: 240px;
}

.texteBlanc{color:#FFFFFF;
}
.floatL{
	float:left;
}
.clear{
	clear: both;
}
.clearL{
	clear: left;
}

a.surFondBleu, a:visited.surFondBleu{
	color:#fff;
}
a:hover.surFondBleu{
	color:#E18F07;
}

.alignCenter{
	text-align:center;
}
.rouge{
	color:#C00;
}
input, select, textarea	{ 
	font-size:12px; 
	border:1px solid #000;
}
img { border : none; border : 0; }

.bouton{
	background:#fff;
	color:#083561;
	font-weight:bold;
	padding:4px;
}
.bouton:hover{
	background:#083561;
	color:#fff;
	font-weight:bold;
	padding:4px;
}
.inputErreur{
	border:1px solid #F00;
}

.enGras{
	font-weight:bold;
}

/*                  Entête             */

#header{
	height:120px;
	background : #083561;
	padding-left:15px;
}

#header .identification {
	float:right;
	background : url(../../img/fond-connexion.png) no-repeat;
	width:260px;
}

#header .identification .identificationLigne{
	height: 18px;
	width:240px;
}

#header .identification .identificationLigne input {
	line-height: 12px;
	font-size:12px;
}

#header .identification .identificationLigne span {
	display:block; 
	width:160px;
	color : #fff;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
}

#header .identification .identificationLigne .button {
	position:relative;
	top:-12px;
	left:176px;
	background : url(../../img/ok-connexion.png) no-repeat;
	border:none;
	height:29px;
	width:46px;
	
}
#header .identification .identificationLigne .button:hover {
	background : url(../../img/ok-connexion-over.png) no-repeat;
}

#header .identification .identificationLigne2{
	line-height: 15px;
}

#header .identification .identificationLigne2 .span2 {
	display:block; 
	width:177px;
	color : #fff;
	font-size:9px;
	text-align:right;
}

/* Barre de navigation horizontale*/

#barreHorizontaleNavigation{
	margin-bottom : 15px  ;
	list-style : none;
	background : url(../../img/degrade-menu.gif) #006699 repeat-x left top;
	width: 100%;
	float:left;
	font-size:13px;
}

#barreHorizontaleNavigation li{
	background : url(../../img/degrade-menu.gif) #006699 repeat-x left top;
	border-right : #4295C4 1px solid;
	float:left;
	width:16.5%;
	text-align:center;
}

#barreHorizontaleNavigation li a{
	text-decoration: none;
	font-weight: bold;
	color: white;
	line-height: 29px;
	padding-left : 15px;
}
#barreHorizontaleNavigation li.currentLI{
	background: #085093;
}

#barreHorizontaleNavigation li:hover{
	background: #085093;
}
#barreHorizontaleNavigation a.li1:hover{
	background: url(../../img/puce-menu-accueil.gif) no-repeat left center;
}
#barreHorizontaleNavigation a.li2:hover{
	background: url(../../img/puce-menu-epargneSalariale.gif) no-repeat left center;
}
#barreHorizontaleNavigation a.li3:hover{
	background: url(../../img/puce-menu-formations.gif) no-repeat left center;
}
#barreHorizontaleNavigation a.li4:hover{
	background: url(../../img/puce-menu-developpementWeb.gif) no-repeat left center;
}
#barreHorizontaleNavigation a.li5:hover{
	background: url(../../img/puce-menu-societe.gif) no-repeat left center;
}
#barreHorizontaleNavigation a.li6:hover{
	background: url(../../img/puce-menu-partenaires.gif) no-repeat left center;
}


#barreHorizontaleNavigation li.li1:hover, #barreHorizontaleNavigation li.li2:hover, #barreHorizontaleNavigation li.li3:hover,
#barreHorizontaleNavigation li.li4:hover, #barreHorizontaleNavigation li.li5:hover, #barreHorizontaleNavigation li.li6:hover {
	border-bottom : 4px solid #085093;
}
/*                  Menu droit      */
#menuDroit{
	float: right;
	width: 200px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#menuDroit img{
	margin-bottom : 10px;
}
#menuDroit object{
	margin-top:30px;
}

/* Pied de page*/
#footer{
	background : #083561;
	color:#fff;
	padding-left:15px;
	font-weight:bold;
	height:32px;
	line-height:32px;
	margin-bottom:10px;
	font-size:13px;
}