.pics { 
    width:   280px; 
    height:  190px; 
    padding: 0; 
    margin:  0;
	 overflow: hidden;
}
 
.pics img { 
    padding: 5px; 
    border:  1px solid #ccc; 
    background-color: #eee; 
    width:  268px;
    height: 178px;
    top:  0;
    left: 0
}

body {
margin:0;
padding:0;
background-color:#3F90C7;
}

#conteneur_page {
	margin:0 auto;
	width: 970px;
	background-image:url(icono/fond-page.jpg);
	background-repeat:repeat-y;
	height:auto;
	padding:0 0 0 10px;
}

#conteneur_page2 {
	background-position: center top;
width: 100%;

	background-image:url(icono/fond-page.jpg);
	background-repeat:repeat-y;

}
.texte_rose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCFF00;
	font-weight: bold;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCFF00;
	font-weight: bold;
}

.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0197;
	font-weight: bold;
}
.texte_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.texte_blanc a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
}
.texte_blanc a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A50A1;
	text-decoration:none;
}

.texte-p_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
}
.texte-p_blanc a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	text-decoration:none;
}
.texte-p_blanc a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration:underline;
}
.miniatures {
    width: 65px;
    height: 65px;
    display: block;
    overflow: hidden;
    float: left;
    background-color: #BEE90F;
	cursor: pointer;
    }
.texte_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
}
