
.main{
	width: 1020px;
	margin: 0 auto;
	position:relative;
	display:block;
}

.main2{
	width: 1220px;
	margin: 0 auto;
	position:relative;
	display:block;
}



header{
	width:100%;
	height: 85px;
	text-align:center;
}


header .logo{
	top:2px;
	left:0px;
	z-index:4;
	position:absolute;
}

header .logo img{
	width:230px;
	height:120px;
}




/* NAV ****************************************************************/

nav{
	top:44px;
	position:absolute;
	z-index:1;
}

nav ul{
    list-style: none outside none;
	height: 40px;
	margin-left:300px;	
}


nav li {
    display: inline;
    float: left;
	padding: 0px 10px;
	margin: 0px 10px 0px 0px;
	font-size:100%;
	color:#666666;
	cursor: pointer;
	border-width: 1px 1px 0px 1px;
	border-color: #DDD;
	border-style:solid;
	border-collapse:collapse;
	line-height: 40px;
	background: #eee;
	background: -webkit-linear-gradient(#eee,#ddd);
	background: -moz-linear-gradient(#eee,#ddd);
	background: -ms-linear-gradient(#eee,#ddd);
	background: -o-linear-gradient(#eee,#ddd);
	background: linear-gradient(#eee,#ddd);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#dddddd', GradientType=0);
}


nav li:hover {
    background: #FFF;
	color:#ff9305;
	box-shadow : 0px 0px 2px #DDD;
}

nav li:active {
    background: #ff9305;
	color:white;
}


nav li.select {
	border-color: #04325f;
	background: #548cc3;
	background: -webkit-linear-gradient(#548cc3,#04325f);
	background: -moz-linear-gradient(#548cc3,#04325f);
	background: -ms-linear-gradient(#548cc3,#04325f);
	background: -o-linear-gradient(#548cc3,#04325f);
	background: linear-gradient(#548cc3,#04325f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#548cc3',endColorstr='#04325f', GradientType=0);
	color:white;
	box-shadow : 0px 0px 0px #999 ;
	border-color: #548cc3;
}


/* ROUBRIQUE ****************************************************************/

div.rub{
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}

div.rub ul{
    list-style: none outside none;
	height: 30px;
	padding-top:5px;
	padding-left:230px;
	background: #548cc3;
	background: -webkit-linear-gradient(#04325f,#548cc3);
	background: -moz-linear-gradient(#04325f,#548cc3);
	background: -ms-linear-gradient(#04325f,#548cc3);
	background: -o-linear-gradient(#04325f,#548cc3);
	background: linear-gradient(#04325f,#548cc3);
	filter:progid:DXImageTransform.Microsoft.gradient(endColorstr='#548cc3',startColorstr='#04325f', GradientType=0);
	color:white;
	border-width: 0px 1px 1px 1px;
	border-color: #04325f;
	border-style:solid;
	
}


div.rub li {
	font-size:80%;
    display: inline;
    float: left;
	padding: 0px 10px;
	margin: 0px 5px 0px 0px;
	color:white;
	cursor: pointer;
	border-collapse:collapse;
	line-height: 30px;
}

div.rub li:hover {
    background: #FFF;
	color:black;
	box-shadow : 0px 0px 1px #DDD;
	border-radius:5px 5px 0px 0px;
}

div.rub li:active {
    background: #ff9305;
	color:white;
}


div.rub li.select {
	line-height: 31px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: white;
	border-radius:10px 10px 0px 0px;
	background: white;
	color:#04325f;
	border-color: #548cc3;
}


/* USER ***************************************************/

#user{
	width:1050px;
	top:0px;
	right:0px;
	z-index:3;
	line-height: 26px;
	position:absolute;
}
#user div{
	position:absolute;
	top:0px;
	left:0px;
	padding: 0px 10px 2px 10px;
	background: #F90;
	color:white;
	font-size:100%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #C40;
	box-shadow: 2px 2px 4px #999 ;
	cursor: pointer;
}


#user ul{
	width:850px;
	list-style: none outside none;
    float: right;
}

#user li {
    display: inline;
    float: right;
	padding: 0px 10px 2px 10px;
	margin: 0px 0px 0px 5px;
	font-size:100%;
	color:#666666;
	font-size:80%;
	border-radius: 0px 0px 10px 10px;
	background: #EEE;
}

#user li.cle{
	background: #DDD;		
	border-radius: 0px 0px 0px 10px;
	margin: 0px px 0px 10px;
}

#user li.value{
	border-width: 0px;
	background: #EEE;		
	margin: 0px 10px 0px 0px;
	border-radius: 0px 0px 10px 0px;
}

#user li.appli {
    display: inline;
    float: left;
	font-size:100%;
	padding: 0px 20px 2px 20px;
}

#user li.appli:hover{
	color:red;
	box-shadow : 0px 0px 5px #999 ;
	cursor: pointer;
}


#user li.appli_select {
	padding: 0px 20px 2px 20px;
    display: inline;
    float: left;
	background: #F90;
	color:white;
	font-size:100%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #C40;
	box-shadow: 2px 2px 4px #999 ;
	cursor: pointer;
}


#user li.login{
	padding: 0px 10px 2px 40px;
	background: url("../images/secure.png") no-repeat scroll 0 0 #EEE;
	cursor: pointer;
}

#user li.login:hover, #user li.logout:hover{
	color:red;
	box-shadow : 0px 0px 5px #999 ;
	cursor:pointer;
}

#user li.login:active{
	color:white;
	background: url("../images/secure.png") no-repeat scroll 0 0 #ff9305;
}



/* FOOTER ***************************************************/


#footer{
	clear: both;
	width: 100%;
	height:300px;
}

#footer .background{
	background: url("../../../images/footer.png") repeat-x scroll 0 0;
	width: 1020px;
	margin: 0 auto;
	position:relative;
	display:block;
	height:100%;
	padding: 20px;
	z-index:3;

}

#footer .background2{
	width: 1180px;
	margin: 0 auto;
	position:relative;
	display:block;
	padding: 10px 20px;
	z-index:3;
	font-size:75%;
	text-align:right;
	color:#666;
}


#footer .HTML5Pane {
	color:#66666;
    float: left;
	top:-5px;
	height:100%;
}

#footer .pane1{
    left: 0px;
	width:340px;
}

#footer .pane2{
    left: 340px;
	width:328px;
	border-left: 1px dashed #CCC;
	padding-left:10px;
}

#footer .pane3{
    left: 680px;
	width:328px;
	border-left: 1px dashed #CCC;
	padding-left:10px;
}





#footer .HTML5Pane p{
	padding-left:30px;
	font-size:90%;
}

#footer .HTML5Pane h1{
	line-height:45px;
	font-size:100%;
}

#footer .HTML5Pane li{
	list-style-type: square;
	margin:0px 0px 0px 40px;
	font-size:90%;
	cursor:pointer;
}

#footer .HTML5Pane li:hover {
	color:#c34b1f;
}


#footer .HTML5Pane a {
	text-decoration:none;
	color:#333;
}

#footer .HTML5Pane a:hover {
	color:red;
}




#footer_copyright{
    position: absolute;
	top: 220px;
	z-index:10;
	left:100px;
	right:100px;
	border: 1px solid #DDD;
    background: none repeat scroll 0 0 rgba(200, 200, 200, 0.25);
	box-shadow: 0px 0px 2px #EEE;
	line-height:40px;
	border-radius: 20px;
	padding: 0px 20px
	font-size:75%;
	text-align:center;
}



/* CONTENU ***************************************************/

#content .page {
	background:white;
	border-width: 3px 1px 0px 1px;
	border-color: #04325f #999999;
	border-style: solid;
    box-shadow: 1px 1px 5px #666666;
	width: 1000px;
	margin: 0 auto;
	position:relative;
	display:block;
    padding: 20px 9px 50px 9px;
	height:100%;
	min-height:600px;
	z-index:0;
	bottom:0px;
}

#content .page2 {
	background:white;
	border-width: 3px 1px 0px 1px;
	border-color: #04325f #999999;
	border-style: solid;
    box-shadow: 1px 1px 5px #666666;
	width: 1200px;
	margin: 0 auto;
	position:relative;
	display:block;
    padding: 20px 9px 50px 9px;
	height:100%;
	min-height:600px;
	z-index:0;
	bottom:0px;
}


/* DIVERS ***************************************************/

.num {

	border: 1px solid #c34b1f;
	background: #ffdcaf;
	background: -webkit-linear-gradient(#fff,#ffdcaf);
	background: -moz-linear-gradient(#fff,#ffdcaf);
	background: -ms-linear-gradient(#fff,#ffdcaf);
	background: -o-linear-gradient(#fff,#ffdcaf);
	background: linear-gradient(#fff,#ffdcaf);
	border-radius: 5px;
	padding: 0px 10px;
	margin: 0px 10px 0px 0px;
	font-size:100%;
	font-weight:bold;
}

.num:before {
	content: "n°";
	padding: 0px 5px 0px 0px;
	font-size:90%;
	color:black;

}

.id {

	border: 1px solid #c34b1f;
	background: #ffdcaf;
	background: -webkit-linear-gradient(#fff,#ffdcaf);
	background: -moz-linear-gradient(#fff,#ffdcaf);
	background: -ms-linear-gradient(#fff,#ffdcaf);
	background: -o-linear-gradient(#fff,#ffdcaf);
	background: linear-gradient(#fff,#ffdcaf);
	border-radius: 5px;
	padding: 0px 10px;
	margin: 0px 10px 0px 0px;
	font-size:100%;
	font-weight:bold;
}

.id:before {
	content: "ID°";
	padding: 0px 5px 0px 0px;
	font-size:90%;
	color:black;

}


.tag {

	border: 1px solid #c34b1f;
	background: #ffdcaf;
	background: -webkit-linear-gradient(#fff,#ffdcaf);
	background: -moz-linear-gradient(#fff,#ffdcaf);
	background: -ms-linear-gradient(#fff,#ffdcaf);
	background: -o-linear-gradient(#fff,#ffdcaf);
	background: linear-gradient(#fff,#ffdcaf);
	border-radius: 5px;
	padding: 0px 10px;
	margin: 0px 10px 0px 0px;
	font-size:100%;
	font-weight:bold;
}



table.roll{
	font-size:75%;
}

hr.saut{
	height:10px;
	border-bottom:2px solid black;
	margin-bottom:30px;
}

.toolTipPhoto .photo {
	margin-bottom: 5px;
}

#aep_client_liste_resultat table.roll thead th.abonne_info,
#aep_client_liste_resultat table.roll thead th.abonne_info_1,
#aep_client_liste_resultat table.roll thead th.abonne_info_2  {
	/*background: #ED7F10;*/
	
}

#aep_client_liste_resultat table.roll tbody .abonne_info_1 {
	/*background-color: #DE9816;*/
}

#aep_client_liste_resultat table.roll tbody .abonne_info_2 {
	/*background-color: #FEA347;*/
}

#aep_client_liste_resultat table.roll thead th.abonne_conso,
#aep_client_liste_resultat table.roll thead th.abonne_conso_1,
#aep_client_liste_resultat table.roll thead th.abonne_conso_2 {
	background-color: #002779;
}

#aep_client_liste_resultat table.roll tbody .abonne_conso_1 {
	background-color: #95C3FF;
}

#aep_client_liste_resultat table.roll tbody .abonne_conso_2 {
	background-color: #B5D3FF;
}

#aep_client_liste_resultat table.roll thead .abonne_compta {
}

#aep_client_liste_resultat table.roll tbody .abonne_compta_1 {
}

#aep_client_liste_resultat table.roll tbody .abonne_compta_2 {
}

#aep_client_liste_resultat table.roll tbody .numero_client,
#aep_client_liste_resultat .abonnement .bulle_aide .texte {
	text-align: right;
}

#rFiltreAEPAbonne .num_client {
	width: 5em;
}

.tag_list_orange {
	color: #950000;
	background: -moz-linear-gradient(left,  rgba(255, 127, 0,0.05) 0%, rgba(255, 129, 0,0.4) 50%, rgba(255, 131, 0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255, 127, 0,0.05)), color-stop(50%,rgba(255, 129, 0,0.4)), color-stop(100%,rgba(255, 131, 0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255, 127, 0,0.05) 0%,rgba(255, 129, 0,0.4) 50%,rgba(255, 131, 0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255, 127, 0,0.05) 0%,rgba(255, 129, 0,0.4) 50%,rgba(255, 131, 0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255, 127, 0,0.05) 0%,rgba(255, 129, 0,0.4) 50%,rgba(255, 131, 0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255, 127, 0,0.05) 0%,rgba(255, 129, 0,0.4) 50%,rgba(255, 131, 0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dff0000', endColorstr='#66ff0004',GradientType=1 ); /* IE6-9 */
}