/* $Id: contenu.css,v 1.18 2011-12-20 19:00:05 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: -203px;
	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;
	text-align:left;
}
table.tarif caption {
	text-align:left;
	font-weight:bold;
	padding:10px 5px;
}
table.tarif th {
	background: #95b5d9;
	color: #fff;
	padding: 2px 5px;
}

table.tarif td {
	border-bottom: 1px solid #95b5d9;
	padding: 2px 5px;
	text-align:left !important;
}

table.tarif td p {
	text-align:left !important;
}
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.bouton2-pdf {
	background: url(../images/iu/utiles/formulaires/bouton2-pdf.jpg) no-repeat;
	height: 52px;	
	color: #fff;
	width: 156px;
	display:block;
	text-decoration:none;
	font-size:11px;
	line-height:11px;
	padding:7px 0 0px 28px;
}

#zone-laterale .zone-laterale-bloc a.bouton-pdf span, #zone-laterale .zone-laterale-bloc a.bouton2-pdf span {
	font-size: 9px;
	line-height:15px;
	
}
#zone-laterale .zone-laterale-bloc a.bouton-pdf:hover, #zone-laterale .zone-laterale-bloc a.bouton2-pdf:hover  {
	color: #4E84bf;

	
}

.partenaires{
	background:url(../images/contenu/parcs/top-partenaire.png) no-repeat left top;
	padding:10px 0 0 0;
	color:#808080;
	text-transform:uppercase;
	margin-top:10px;
	clear:right;
	position:relative
	}
.partenaires p{
	margin-bottom:8px;
	}
.partenaires p.titre-partenaires{
	color: #4E84BF;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    left: 0;
    line-height: 15px;
    padding-right: 60px;
    position: absolute;
    text-align: right;
    top: 30px;
    width: 150px;
	}		
.partenaires p.titre-partenaires img {
    position: absolute;
    right: 30px;
    top: -3px;
}


 .partenaires .bouton-partenaires{
	padding: 0 0 0 240px;
}  
/*---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;
}

/*expedition*/

.experience h2 a{
	text-decoration:none!important;
	}

.experience h2 span{
	text-decoration:underline;
	}
.experience h2 em{
	color:#999;
	font-size:14px;
	}	
	
.pre-requisites-actif {
	background:url(../images/contenu/parcs/kuururjuaq/experience/crochet.png) no-repeat right top;
	padding-right:18px;
	font-weight:bold;
	
	}
.pre-requisites {
	background: url(../images/contenu/parcs/kuururjuaq/experience/case.png) no-repeat right top;
	padding-right:18px;
	height:18px;
	}
.small-text{
	font-size:11px
	}
	
dd{
	margin-bottom:20px
	}			

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

 
* html .clearfix {
	height: 1%;
}
