/*Parti PA recherche*/
#bTexte, #bImage{
	float: left;
	width: 290px;
}

#bFormulaire{
	/*Ombrage sur le bloc*/
	-moz-box-shadow: 1px 1px 13px #999;  
	-webkit-box-shadow: 1px 1px 13px #999;  
	box-shadow: 1px 1px 13px #999; 
	float: left;
	/*width: 300px;*/
	margin: 10px 20px 0 0;
	padding: 16px;
	padding: 15px;
	background:#F2F4FF url("/images/fontBloc.png") no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-top: 1px solid #aaa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 1px solid #aaa;
}

#bTexte{
	margin: 10px 10px 0 0;
	padding: 10px;
	text-align: justify;
}

#bFormulaire select option {
	width:160px;
}

#bImage{
	height: 234px;
	margin: 10px 0 0 0;
	background:#FFE3CC url("/images/coupleDesert.jpg") no-repeat;
}

/*Parti PA Affiche*/
#bInfoAffichage{
	float: left;
	width: 180px;
	padding: 10px;
	background:#AAC4FF url("/images/fontBloc.png") no-repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	border-top: 1px solid #BCBCBC;
	border-right: 2px solid #BCBCBC;
	border-bottom: 2px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
}

#bInfoAffichage ul{
	color: red;
}
 
#blistePA{
	float: left;
}

#bListes{ /* Contient l'ensemble des fiches */
	margin: 	30px auto;
}

#bListe1, #bListe2, #bListe3, #bListe4, #bListe5, #bListe6{
	/*Ombrage sur le bloc*/
	-moz-box-shadow: 1px 1px 13px #999;  
	-webkit-box-shadow: 1px 1px 13px #999;  
	box-shadow: 1px 1px 13px #999; 
	float: left;
	height: 200px;
	width: 32%;
	background:#F2F4FF url("/images/fontBloc.png") no-repeat; /*FFB993*/
	margin: 0 16px 20px 0;
	padding: 10px 0 0 0 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	border-top: 1px solid #BCBCBC;
	border-right: 2px solid #BCBCBC;
	border-bottom: 2px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
}


@media screen and (max-width: 640px) {
#bListe1, #bListe2, #bListe3, #bListe4, #bListe5, #bListe6{
	/*Ombrage sur le bloc*/
	width: 100%;
	height: 100%;
}
}

@media screen and (min-width: 641px) and (max-width: 1494px) {
#bListe1, #bListe2, #bListe3, #bListe4, #bListe5, #bListe6{
	/*Ombrage sur le bloc*/
	width: 45%;
}
}

#bListe1 img, #bListe2 img, #bListe3 img, #bListe4 img, #bListe5 img, #bListe6 img{
	padding-bottom: 0px;
	float:left;
	margin:5px;
}

#bListe1 h3, #bListe2 h3, #bListe3 h3, #bListe4 h3, #bListe5 h3, #bListe6 h3{
	font-size: 10pt;
	margin: 5px 0 5px 5%;
	padding: 0 ;
	text-decoration:none;
	text-align:center;
}

#bListe1 p, #bListe2 p, #bListe3 p, #bListe4 p, #bListe5 p, #bListe6 p{
	font-size: 12px;
	margin:5px;
	text-align:justify;
}

#backgroundPopup{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}
#popupLuiEcrire{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	min-height:384px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupLuiEcrire h1{
	text-align:center;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupLuiEcrireClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
#button{
	text-align:center;
	margin:auto;
}

.red{
	color: red;
}
.green{
	color: green;
}
.blue{
	color: blue;
}
.orange{
	color: orange;
}
.narrow{
	color: narrow;
}
.grey{
	color: grey;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
