/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#eeeeee;

font-size:12px;
}

a {
color:#0B3C92;
}


#global {
border-top-style:dotted;
border-top-width:1px;
border-bottom-style:dotted;
border-bottom-width:1px;
border-right-style:dotted;
border-right-width:1px;
border-left-style:dotted;
border-left-width:1px;
width:950px;
background-color:#fafafa;

}

/**************************************************
Entête 
**************************************************/
#header {
	height:100px;
	background-image: url(../images/header.png);
	background-position:15px center; 
	background-repeat:no-repeat;
	background-color:white;
	
    text-align:right;

}

/**************************************************
Navigation
**************************************************/

#navigation {
border-top-style:dotted;
border-top-width:1px;
border-bottom-style:dotted;
border-bottom-width:1px;
height:20px;
background-color:#dddddd;

}

#navigation ul {
	padding-top:2px;
	font-size:13px;
	margin-left:25px;
	list-style: none;
	padding-left:0px;
	margin-top:0px;
}
#navigation li {
	float: left; 
	margin-right:35px;
}

#navigation a {
	color:#0b3c92;
	text-decoration:none;
	font-weight:bold;
}

/**************************************************
Contenu
**************************************************/

#content {
margin-left:0px;
/*border-left-style:dotted;
border-left-width:1px;
border-right-style:dotted;
border-right-width:1px;*/
padding-left:25px;
padding-right:15px;


}

#content h1{
	background-image: url(../images/puce-titre.png); 
	background-repeat:no-repeat;
    background-position:left center; 
	font-size:20px;
	padding-left: 29px;
	margin-top:25px;
	color:#0b3c92;
}

#content h2{
	font-size:15px;
	color:#0b3c92;
}


#footer {
margin-top:20px;
border-top-style:dotted;
border-top-width:1px;
height:20px;
padding-top:3px;
padding-right:15px;
text-align:right;


}

/******************************************************
 Formulaires
*******************************************************/

input {
border-style:solid;
border-color:#999999;
border-width:1px;
}

.errMsg {
   padding:5px;
   color:red;

}

/******************************************************
 Tableaux
******************************************************/

table {
border-spacing: 1px;


}

td {
padding:5px;
text-align:left;
}

th {
padding:5px;
background-color : #d0e0ff;
font-weight:normal;
text-align:left;
font-weight:bold;
color:#0b3c92;
}

tr {
background-color : #e0f0ff;
}

tr:hover{
    background: #d0e0ff;
}
