/**
	styles pour Signature
*/
body {
	background-color: #bdbdbd;
	color: #636a70;
	font-family: Verdana;
	font-size: 12px;
} 
#galerie {
/*	background-image: url(images/fond_ecran_tel.jpg); */
	background-repeat: no-repeat;
	background-position: top left;
}
/**
	Ecran de connexion
*/

#connexion {
	position: absolute;
	top: 250px;
	left: 176px;
	width: 441px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/fondconnexion.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


#connexion th {
	text-align: right;
	font-size: 12px;
}
/**
*/
#menugauche {
	position: absolute;
	top: 262px;
	left: 27px;
}
#moteur p {
	font-size: 11px;
	color: #333;
}
.keywordinput {
	font-size: 10px;
	background-color: #a8adb3;
}
.keywordsubmit {
	font-size: 10px;
	background-color: #a8adb3;
}
#moteur A {
	color: #555;
}
#moteur A:hover {
	color: #888;
}
select {
	font-size: 12px;
	background-color: #b9bec4;
}

/**
	Contenu : Recherche
*/


#recherche, #galerie {
	position: absolute;
	top: 240px;
	left: 176px;
}

h2 {
	background-image: url(images/fondbtnlong.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 451px;
	padding-top: 0;
	padding-left: 20px;
	
}
h2 div.gros {
	font-size: 16px;
	padding-top: 12px;
}
h2 div.petit {
	font-size: 11px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-style: italic;
}
/**
	Recherche avancée
*/
#table-recherche-avancee {
	border: 1px solid black;
	background-color: #ededed;
/*	cellspacing=5 cellpadding=10 bgcolor="#ededed" */
}
#table-recherche-avancee td {
	padding: 10px;
	border: 1px solid black;
}

/**
	Bonheur: France, Europe, International
*/
#france {
	position: absolute;
	top: 0px;
	left: 0px;
}
#europe {
	position: absolute;
	top: 0px;
	left: 206px;
}
#international {
	position: absolute;
	top: 0px;
	left: 412px;
}
/**
	fiche photo / galerie
*/
#identite {
	display:none;
	position: absolute;
	left: 90px;
	top: 132px;
}
#gamme {
	position: absolute;
	left: 220px;
	top: 120px;
	width: 515px;
	font-family: Verdana;
	font-size: 16px;
	color: white;
	font-weight: bold;
	font-style: italic;
}
#galerie table {
	width: 440px;
}
td.ligne_photo {
	background-color: #ccc;
	width: 143px;
	text-align: center;
}
td.ligne_ref {
	background-color: #999;
	width: 143px;
	text-align: center;
	color: #555;
}
td.ligne_ref A {
	color: #555;
}
td.ligne_ref A:hover {
	color: #eee;
}
#galerie tr {
	margin: .5em;
}
/**
	Photo
*/
#photo_infos {
	position: absolute;
	top: 200px;
	left: 130px;
	width:300px;
}
dt {
	font-size: 10px;
}
dd {
	margin-left: 0;
	margin-bottom: 1em;
}
#photo_fiche {
	position: absolute;
	left: 280px;
	top: 165px;
	width: 455px;
	height: 270px;
	text-align: center;
	/* background-color: #a8adb3; */
}
.img_photo_fiche {
	position: absolute;
	bottom: 0;
}
/**
	Téléchargements
*/
#galerie {
	position: absolute;
	top: 110px;
	left: 180px;
	margin:0;
}

#telechargements {
	position: absolute;
	top: 200px;
	left: 435px;
	margin:0;
}
.tel {
	float: left;
	margin-left: 12px;
}
#enbas {
	position: relative;
	bottom: -10px;
	margin: 0;
	text-align: right;
}

#enbas A {
	color: #555;
}
#enbas A:hover {
	color: #888;
}