/* CSS Document */

#contenu_p { /*sinon plantage de IE*/
	border: 1px solid white;
}

.unite {
	position: relative;
	width: 93%;
	height: auto;
	min-height: 120px;
	_height: 120px;/*pour IE qui ne comprend pas min-height*/
	margin: 0px 0 20px 15px;
	/*border: 1px solid red;*/
}
.unite h6 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 11px 0;
	display: list-item;
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
	/*background: #CC9900;*/
	padding-left: 0.9em;
}
.photo, .padimage {
	float: right;
	margin: -11px 0px 5px 10px;
	/*border-right: 2px solid #CC9900;
	border-bottom: 2px solid #CC9900;
	border-left: 2px solid #CC9900;*/
}
.padimage {
	width: 130px;
	height: 98px;
	text-align: center;
	line-height: 98px;
	font-size: 0.9em;
	color: gray;
}
img.retour {
	position:absolute;
	top: 6px;
	right: 2px;
}	
.coord {
	/*clear: left;*/
	font-size: 0.9em;
	line-height: 1em;
	color: #666666;
	text-align: left;
	padding-left: 1.7em;
	/*border: 1px solid gray;*/
}
.coord strong {
	display: block;
	font-weight: bold;
	color: #DA421B;
	margin: 0 0 0.5em 1em;
}
.coord span {
	color: #333333;
	/*text-decoration: underline;*/	
}
/*.coord a {
	color: #669966;
	text-decoration: none;
}
.coord a:hover {
	text-decoration: underline;
	color: #DA421B;
}*/
p#renvoi a {
	display: block;
	width: 250px;
	margin: 0 0 2em 3em;
	font-style: italic;
	/*color: #4C6543;
	text-decoration: none;*/
}
/*p#renvoi a:hover, p#renvoi a:focus  {
	text-decoration: underline;
}*/
/*#liste ul, #liste li {
	margin: 0;
	padding: 0;
}*/
#liste {
	/*margin-right: 5px;*/
	padding: 5px;
	text-align: right;
	font-size: 0.8em;
}
/*#liste li {line-height: 7px}*/
#liste a {
	font-weight: normal;
	color: #666666;
	display: inline;
	margin-right: 10px;
	text-decoration: none;
	line-height: 1.4em;
}
#liste a:hover {
	background: #F3DD48;
	/*font-weight: bold;*/
}
#liste .titre a {
	margin : 1em 0 0 0;
	text-decoration: none;
	color: #34472E;
	font-weight: bold;
	display: block;
	line-height: 1.2em;
}
#liste .titre a:hover {
	background: #A9DE96;
	/*line-height: 15px;*/
}
#liste li { /* pour Explorer, sinon marges débiles */
	border: 1px solid white;
}
