@charset "utf-8";
/* CSS Document */
body
{
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;

}
img{border:0;}
*
{
padding:0;
margin:0;
}

#header
{
color: #000000;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
background-color:#c0c4c6;
height: 130px;

}
.div1
{
height: 56px;
min-width: 900px;
padding: 0 30px;

}
.div1 .logo
{
color: #FFFFFF;
float: left;
padding: 2
px 0 0;
}

.div1 .logged
{
color: #000000;
float: right;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
padding: 15px 0 0;
text-align: right;
}



#menu {
    background-color: #999999;
clear: both;
height: 34px;
min-width: 900px;
padding: 0 30px;
position: relative;
z-index: 1;
 opacity: 0.60;
}


#menu > ul{
display:block;
margin: 0;
padding: 0;
position: relative;
}

#menu > ul li{
float:left;
list-style:none;
}


#menu > ul li a{
color: #FFFFFF;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
padding: 10px 15px 9px 17px;
text-align: center;
text-decoration:none;
}

#menu > ul li a:href{
background: url("../images/selected.png") repeat-x scroll 0 0 transparent;
color: #FFFFFF;

}

#menu > ul .top, #menu > ul li li.sfhover {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px 15px 9px 17px;
    text-align: center;
}
#menu > ul a {
    color: #FFFFFF;
    display: block;
    padding: 5px;
    text-decoration: none;
}
a, a:visited {
    color: #003366;
    cursor: pointer;
    text-decoration: underline;
}
#menu > ul .selected .top {
    color: #99d7ec;
	text-transform:uppercase;
	font-weight:bold;
}




.success {
    background: url("../images/success.png") no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #BBDF8D;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;}


.warning {
    background: url("../images/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
}





#footer {
background: url("../images/footer.png") repeat-x scroll 0 0 #FFFFFF;
clear: both;
color: #333333;
font-size: 12px;
height: 90px;

padding-top: 38px;
position: relative;
text-align: center;
}


#content {
    background: url("../images/background.png") repeat-x scroll 0 1px #FFFFFF;
    min-width: 900px;
    padding: 10px 30px 128px;
}


.chemin, .chemin a {
    color: #666666;
    font-size: 12px;
    margin-bottom: 15px;
}
.box {
    margin-bottom: 15px;
}


.box > .heading {
    background: url("../images/box.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #DBDBDB;
    border-radius: 7px 7px 0 0;
    height: 38px;
    padding-left: 7px;
    padding-right: 7px;
}
.box > .heading h1 {
    color: #c0c4c6;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 11px 0 0;
}
.box > .heading h1 img {
    float: left;
    margin-left: 3px;
    margin-right: 8px;
    margin-top: -1px;
}
.box > .content {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    min-height: auto;
    overflow: auto;
    padding: 10px;
}

.box > .heading .buttons {
    float: right;
    margin-right: 5px;
    padding-top: 7px;
}
 
 
 
 
 .box > .heading .buttons  input, .btn
 { background: none repeat scroll 0 0 #99d7ec;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
	border:0;cursor: pointer;
}

 .box > .heading .buttons  input, .btn:hover
 { background: none repeat scroll 0 0 #99d7ec;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
	border:0;cursor: pointer;
}

.list {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD<;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}

.list .left {
    padding: 7px;
    text-align: left;
}
.list .center {
    padding: 7px;
    text-align: center;
}
.list thead td a, .list thead td {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px;
}
.list td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.list .right {
    padding: 7px;
    text-align: right;
}
.list tbody td {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 5px;
    vertical-align: middle;
}

table.form {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
table.form > tbody > tr > td {
    border-bottom: 1px dotted #CCCCCC;
    color: #000000;
    padding: 10px;
}

table.form > tbody > tr > td:first-child {
    width: 200px;
}
table.form > tbody > tr > td {
    border-bottom: 1px dotted #CCCCCC;
    color: #000000;
    padding: 10px;
}














#en-tete {
height:auto;
float:left;
}
#en-tete ul {
  margin: 0;
padding: 0;
float: left;
list-style: none;
   border-bottom: 1px solid #DDDDDD;
    height: 30px;
    line-height: 16px;
    margin-bottom: 15px;
    padding: 0 0 0 10px

}
#en-tete ul li {
float: left;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
float: left;
}
#en-tete ul li a {
text-transform: uppercase;
display: block;
background: url("../images/tab.png") repeat-x scroll 0 0 #FFFFFF;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
border-top: 1px solid #DDDDDD;
color: #000000;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: bold;
margin-right: 2px;
padding: 7px 15px 6px;
text-align: center;
text-decoration: none;
}
#en-tete ul li#actif {
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 10px;
  background-image: url(../img/coin-gauche.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
#en-tete ul li a span {
  float: left;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../img/coin-droit.png);
  background-position: 100% -250px;
  background-repeat: no-repeat;
  color: #ffffff;
}
#en-tete ul li#actif span {
  float: left;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../img/coin-droit.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  color: #333333;
}
#en-tete ul li a:hover {
  background-position: 0% -500px;
}
#en-tete ul li a:focus {
  background-position: 0% -500px;
}
#en-tete ul li a:hover span {
  background-position: 100% -500px;
}
#en-tete ul li a:focus span {
  background-position: 100% -500px;
}




.redtext2 {
    color: #E31818;
    font-size: 18px;
    font-weight: bold;
}