/* $Id: contenu.css,v 1.14 2009-07-16 15:33:53 patrick Exp $ */

body {
	color: #000;
}
h1 {
	color: #4e84bf;
	margin: 0 0 16px 0;
}
h2 {
	margin: 0 0 10px 0;
}


h3 {
	margin: 0 0 5px 0;
}
/* pour avoir pareil dans IE et FF */
p, ul, ol {
	margin-top: 0;
	margin-bottom: 16px;
}

p {
	text-align: justify;
	_text-align: left; /* bug: IE6 justify algorithm makes P elements larger than their parent! */
}

a:link{
	color: #4e84bf;
}

a:visited{
	color: #333333;
}


a:hover{
	color: #999999;
	text-decoration:none;
}


/* color */
.color-94B5D8 {
	color: #94b5d8;
}
.color-A9775D {
	color: #a9775d;
}
.color-649CCE {
	color: #649CCE;
}


/* display vs medium */
.cacher-all,
.cacher-screen-inline,
.cacher-screen-block {
	display: none;
}



img.img-flotte-droite, div.img-flotte-droite  {
	float: right;
	padding: 0 0 15px 15px;
}
img.img-flotte-gauche, div.img-flotte-gauche {
	float: left;
	padding: 0 15px 15px 0;
}
.zone-laterale { /*  wrapper pour le contenu avec zone */
	position: relative;
	margin-right: 200px;
}
#zone-laterale {
}
#zone-laterale .zone-laterale-bloc {
	position: absolute;
	right: -201px;
	width: 184px;
	_right: 0; /* fix IE6 whose "position:relative" is computed with padding's parent */
	height: 30px;
}
#renard-rouge p {
	margin-bottom: 5px;
}
#rega-persarum p {
	text-align: left;
}

table.tarif {
	margin-bottom: 10px;
}
table.tarif th {
	background: #95b5d9;
	color: #fff;
	padding: 2px 5px;
}

table.tarif td {
	border-bottom: 1px solid #95b5d9;
	padding: 2px 5px;
}

table.tarif td.resident-noresident-separateur {
	border-right: 1px solid #95b5d9;
}



form#users-groups input, 
form#users-groups textarea {
	border: 1px solid #4e84bf;	
}

form#users-groups span.star, 
form#users-groups span.err, 
form#users-groups .erreursaisie {
	color: #4e84bf;
}

form#users-groups span.star {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;	
}

form#users-groups .bouton {
	background: url("../images/iu/utiles/formulaires/fond-bouton-blanc.jpg") no-repeat 0 4px;
	border: none;
	color: #fff;
	width: 87px;
	height: 30px;
	text-align: center;
	padding-bottom: 2px;
}

#zone-laterale .zone-laterale-bloc a.bouton-pdf {
	background: url(../images/iu/utiles/formulaires/bouton-pdf.jpg) no-repeat;
	color: #fff;
	width: 156px;
	height: 25px;
	display:block;
	text-decoration:none;
	font-size:11px;
	line-height:15px;
	padding:7px 0 0px 28px;
	
}

#zone-laterale .zone-laterale-bloc a.bouton-pdf span {
	font-size: 9px;
	line-height:15px;
	
}
#zone-laterale .zone-laterale-bloc a.bouton-pdf:hover {
	color: #4E84bf;

	
}


/*---pour page autre sites utiles -----*/
table.sites-utiles{
	border-top:1px dotted #a1a1a1;
	margin-top:30px;
}

table.sites-utiles td{
	border-bottom:1px dotted #a1a1a1;
	padding:30px;
}

table.sites-utiles img{
	border:0;
}

