body
{
    background-color: #F6F7F8;
}

h1
{
    text-align: center;
    font-family: serif;
}

th
{
    background-color: rgb(0, 107, 159);
    font-family: helvetica;
    color: #ffffff;
    font-size: 14pt;
}

.ligneTabImpaire
{
    background-color: #cccccc;
}

.ligneTabPaire
{
    background-color: #dddddd;
}

.dataCell
{
    font-family: tahoma;
    font-size: 14pt;
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.fondGrise
{
    background-color: #F0F0F0;
}

body
{
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
    font-size:14px;
}

.messageInfo
{
    text-align: center;
    color: red;
    font-style: italic;
    font-size: 10pt;
}

.aligneDroite
{
    text-align: right;
}

.grasRouge
{
    color: red;
    font-weight: bold;
}

.grasVert
{
    color: green;
    font-weight: bold;
}

.grasBleu
{
    color: blue;
    font-weight: bold;
}

.centrer
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 800px;        
}

fieldset
{
    width: 800px;
    background-color: #E7E5DC;
    border:none;
    margin-bottom:1em;
    padding-top:1.5em;    
    
}
a.button
{
    background:url(img/button.gif);
    /*display:block;*/
    color:#555555;
    font-weight:bold;
    height:30px;
    line-height:29px;
    /*margin-bottom:14px;*/
    text-decoration:none;
    width:100px;
    /*width:191px;*/
}
a.button2
{
    text-align: center;
    background:url(img/button.gif);
    display:block;
    color:#555555;
    font-weight:bold;
    height:30px;
    line-height:29px;
    margin-bottom:14px;
    margin-top: 14px;
    text-decoration:none;
    width:191px;
}

a.button3
{
    background:url(img/button.gif);
    /*display:block;*/
    color:#555555;
    font-weight:bold;
    height:30px;
    line-height:29px;
    /*margin-bottom:14px;*/
    text-decoration:none;
    width:100px;
    /*width:191px;*/
}

a.button4
{
    text-align: center;
    background:url(img/button.gif);
    display:block;
    color:#DDDDDD;
    font-weight:bold;
    height:30px;
    line-height:29px;
    margin-bottom:14px;
    margin-top: 14px;
    text-decoration:none;
    width:191px;
}

a:hover.button, a:hover.button2
{
    color:#0066CC;
}

/* -------------------- */
/* CLASSES	        */
/* -------------------- */
.add
{
    background:url(img/add.gif) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}
.delete
{
    background:url(img/delete.gif) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}
.user
{
    background:url(img/user.gif) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}
.alert
{
    background:url(img/alert.gif) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}
.msg
{
    background:url(img/msg.gif) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}
.download
{
    background:url(img/download.gif) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}

.lens
{
    background:url(img/lens.gif) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}
.info
{
    background:url(img/info.gif) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}


div.menu3
{
    /*width:500px;margin:0 auto;*//*Uncomment this line to make the menu center-aligned.*/
    text-align:center;
    font-size:0;
    height: 25px;    
    *position:relative;*top:1px;/*Hacks for IE6 & IE7 */    
}

div.menu3 a
{
    display: inline-block;
    padding: 0 20px;
    margin-right:1px; /* It specifies the distance between each tab */
    background:#F7F7F7;
    color:Black;
    text-decoration:none;
    font: normal 12px Arial;
    line-height: 24px;
    border:1px solid #CAD0DB;
    border-bottom:0;
    color:#666;
    vertical-align:top;/*ChangeSet#2*/
    text-decoration:none;
}

div.menu3 a:hover, div.menu3 a.current
{
    background:#E9ECF0;
    line-height: 25px;
    color:#000;
}

div.menu3sub
{
    height:6px;
    border:1px solid #CAD0DB;
    background:#E9ECF0;
}

.centrerDiv
{
  margin-left: auto;
  margin-right: auto;
  width: 500px; /* largeur obligatoire pour être centré */
}

.bouton
{
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:29px;
	line-height:29px;
	width:170px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}

.bouton:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}

.bouton:active
{
	position:relative;
	top:1px;
}

.selFormat
{
    font-size:1.2em;
}