

/****************** Coeur Site ******************/
#coeurSite {
	background-image: url(../_image/fond_actualite.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#page {
	position: relative;
}

h2 { color: #bd1220; }
#intro {
	width: 555px;
}
#intro p {
	color: #733428;
	font-size: 14px;
	line-height: 15px;
}


.recherche {
	float: left;
	/*padding-left: 80px;*/
	width: 475px;
	background-image: url(../_image/maisong.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 63px;
	margin-bottom:20px;
}

.recherche .pmpup {
	padding-left:0;
	margin-top:0;
	position:absolute;
}
.recherche img {
	position: absolute;
	left: 0;
}

.recherche p, .recherche h3 {
	font-size: 12px;
	line-height: 15px;
	margin-left:80px;
}
.recherche p {
	color: #646566;
	margin-bottom: 3px;
	text-align: justify;
}
.recherche a {
	/*float: right;*/
	font-size: 10px;
	color: #622181;
	margin-bottom: 10px;
	margin-left:80px;
}
.recherche h3 a {
	font-size: 12px;
	float: none;
	margin-left: 0;
	text-decoration: none;
	color: black;
}

#colGauche {
	width: 254px;
	float: right;
	position: absolute;
	top: 30px;
	right: 0;
}

#cadre5_h {
	width: 253px;
	height: 9px;
	background-image: url(../_image/cadre5_h.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#cadre5_c {
	width: 230px;
	padding-left: 9px;
	padding-right: 15px;
	background-image: url(../_image/cadre5_c.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}
#cadre5_b {
	width: 254px;
	height: 16px;
	background-image: url(../_image/cadre5_b.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#actualite {
	width: 136px;
	height: 22px;
	background-position: 0 0;
	background-repeat: no-repeat;
}


.cadre6_h {
	width: 230px;
	height: 9px;
	background-image: url(../_image/cadre6_h.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 10px;
}
.cadre6_c {
	width: 211px;
	padding-left: 9px;
	padding-right: 10px;
	background-color: #fee5f0;
	font-size: 12px;
	color: #646566;
	line-height: 15px;
	text-align: justify;
    overflow: hidden;
}
.cadre6_b {
	width: 230px;
	height: 9px;
	background-image: url(../_image/cadre6_b.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.cadre6_c .pmpup {
	float: left;
    margin: 0 10px 5px 0;
}




/****************** PmpUp ******************/
.pmpup {
	cursor: url(../_scripts/pmpup/graphics/zoomin.cur), pointer;
    outline: none;
}

.pmpup span {
	display: none;
}

.pmpup-image {
    border-bottom: 1px solid white;
}

.pmpup-image-blur {
}

.pmpup-caption {
    border-bottom: 1px solid white;
    font-size: 10pt;
    padding: 5px;
    background-color: RGB(126,148,164);
	color: RGB(255,255,255);
}

.pmpup-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(../_scripts/pmpup/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}

a.pmpup-credits,
a.pmpup-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}

a.pmpup-credits:hover,
a.pmpup-credits:hover i {
    color: white;
    background-color: gray;
}

.pmpup-display-block {
    display: block;
}

.pmpup-display-none {
    display: none;
}

.pmpup-overlay {
	display: none;
	background: #fff;
}

.pmpup-html {
    background-color: white;
}

.pmpup-html-blur {
}

.pmpup-html-content {
	position: absolute;
	display: none;
}