@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

form {
	margin:0;
	padding:0;
}

html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body  {
	margin: 0; 
	padding: 0;
	text-align: left;
}


/*----------- BACKGROUND BODY ------------*/
.PresenceTrente  {
	background:#61ADC2;
}
.AIDAR  {
	background:#EB6A29;
}
.RAVI  {
	background:#C48600;
}
.ASPAF  {
	background:#A48DC1;
}
.AMPAF  {
	background:#C78CAC;
}
/*----------- BLOQUE ------------*/
#container { 
	width: 950px; 
	margin: 0;
} 
#header { 
	height:146px;
	padding: 0;
	background: url(../images/spot-header.gif) right top no-repeat;
} 
#headcontent{ 
	height:32px;
	padding: 0;
	background:#FFF url(../images/header-content.gif) right top no-repeat;
} 
.PresenceTrente #logo, .AIDAR #logo, .RAVI #logo, .ASPAF #logo, .AMPAF #logo { 
	float:left;
}
.PresenceTrente #logo { 
	width:200px;
	height:146px;
	padding: 0;
	background:#FFF;
}
.PresenceTrente #logo { 
	background: url(../images/logo-P30.jpg) no-repeat;
}

.maitre #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.PresenceTrente #bloc {
	background-image:url(../images/bg-contenu.gif);
	background-repeat:repeat-y;
}
.AIDAR #bloc { 
	background-image:url(../images/bg-contenu-aidar.gif);
	background-repeat:repeat-y;
}
.RAVI #bloc { 
	background-image:url(../images/bg-contenu-ravi.gif);
	background-repeat:repeat-y;
}
.ASPAF #bloc { 
	background-image:url(../images/bg-contenu-aspaf.gif);
	background-repeat:repeat-y;
}
.AMPAF #bloc { 
	background-image:url(../images/bg-contenu-ampaf.gif);
	background-repeat:repeat-y;
}
#ColmnDroite {
	float: left; 
	width: 170px;
	padding: 15px;
}
#contenu { 
	padding: 20px 50px 0 0;
	width:650px;
	float: right;
} 
#footer { 
	height:130px;
	padding: 0;
	background:#333;
} 
#footer div{ 
	display:block;
	height:130px;
	width:175px;
	float:left;
	margin: 10px 0px -10px 10px;
	border-left: 1px dotted #FFFFFF;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#footer ul {
	list-style: none;
	margin: 0; 
	padding:0 0 0 25px; 
}

#footer li {
	line-height:1;
	margin:0; 
	padding:0; 
}
#footer ul li a{
	background: transparent url(../images/puce-blanche.gif) 0px 8px no-repeat;
	padding: 0 0 0 8px;
	color:#FFF;
	font-size:10px;
}
#footer ul li a:hover {
	color:#999;
}

#footer #copyright {
	background-color:#3C3C3C;
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
	margin:0;
	width:950px;
	height:15px;
	border-left:0px;
	border-bottom:3px solid #333333;
}
#footer #copyright a {
	color:#FFFFFF;
}
#footer #copyright a:hover {
	color:#999999;
}
/* Diverses classes à réutiliser */
.separateur { 
	clear:both;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
pre {
	background:#EFEFEF url(../images/prebloc.gif) no-repeat scroll 0 0;
	font-size:1.5em;
	line-height:1.6em;
	overflow-x:auto;
	overflow-y:hidden;
	padding:30px 5px 10px;
	width:411px;
}

.lilo {
	font-size:10px;
	padding:0 0 0 680px;
	background-color:#FFFFFF;
}

.lilo .connected {
	padding:0 0 0 5px;
}

.lilo .disconnected {
	padding:0 0 0 5px;
}

.lilo .user {
	padding:0 0 0 5px;
}

.lilo .link a {
	color:#00A6D0;
	padding:0 0 0 5px;
	font-weight:bold;
}

.lilo .disconnect a {
	color:#B42D82;
	padding:0 5px 0 10px;
	font-weight:bold;
}

.lilo a:hover {
	text-decoration:underline;
}

.lilo .inputs{
	border:1px solid #BBBBBB;
	width:80px;
	margin:0 0 0 5px;
}

.lilo .valider {
	width:27px;
	height:21px;
	background:transparent url(../images/valider.jpg) 0 0 no-repeat;
	cursor:pointer;
}

.lilo .valider:hover {
	background-image:url(../images/valider2.jpg);
}
