/* CSS Document */

body {
	text-align: center; /* Pour IE */
	margin:0px;
	padding:0px;
	background-image:url('../images/fond.jpg');
	background-repeat:repeat-y;
	background-position:top center;
}

body, input, select, textarea {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.largeursite {
	width:1000px;
	margin: 0 auto; /* Pour tous les navigateurs */
	text-align: left;
}

.contenu {
	float:bottom;
	text-align: left;
	padding-left:35px;
	padding-top:35px;
	background-image:url('../images/arrondicentre.png');
	background-position:top left;
	background-repeat:no-repeat;
}

.bas {
	float:bottom;
	
	padding:20px;
}
.bas > div {
	border-top:1px solid #666666;
	padding-top:2px;
	color:#666666;
}

a {
	color:#555555;
	text-decoration:none;
}

a:hover {
	color:#555555;
	text-decoration:none;
}

.titre {
	color:#8c0a22;
	font-size:20px;
	font-family:Verdana;
	font-weight:bold;
	
	padding-left:20px;
	background-image:url('../images/puce.gif');
	background-position:0px 50%;
	background-repeat:no-repeat;
}
.menusiteimpr {	
	display:none;
}

/* Menu **********************************/
.premenu {
	float:none;
	clear:both;
	height:60px;
	padding-left:20px;
	padding-top:10px;
	background-color:black;
}
.menu {
	float:none;
	clear:both;
	height:30px;
	padding-left:20px;
	background-color:black;
}
.menuBt {
	float:left;
	margin-right:5px;
	cursor:pointer;
	color:white;
}

/* Accueil *******************************/
.accueil-bas {
	background-color:black;
}
.accueil-contenu {
	background-color:black;
	padding-top:40px;
	padding-bottom:20px;
	background-image:none;
}
.accueil-titre {
	text-align:right;
	font-family:Verdana;
	color:white;
	font-size:26px;
	font-weight:bold;
	padding-right:93px;
}
.accueil-cases {
	float:none;
	clear:both;
	margin-left:40px;
	padding-top:16px;
	padding-left:16px;
	height:416px;
	width:850px;
}
.accueil-casegauche {
	float:left;
}
.accueil-casedroite {
	float:left;
}
.accueil-ligne {
	float:none;
	clear:both;
}
.accueil-case {
	float:left;
	width:88px;
	height:88px;
	margin-right:16px;
	margin-bottom:16px;
}
.accueil-casegrande {
	width:400px;
	height:400px;
}
.accueil-caserecherche {
	float:left;
	width:296px;
	height:88px;
	background-image:url('../images/moteurderecherche.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
.accueil-caserecherche #texteRech {
	margin:34px 0px 0px 35px;
	border:0px none;
	background-color:none;
	font-size:13px;
	width:195px;
}
.accueil-caserecherche #rechercheBt {
}
#frmRech, #connexFrm  {
	margin:0px;
	padding:0px;
}
.rechercheOff {
	font-style:italic;
	color:#888888;
}

/* Moteur de recherche *******************/
.mdr {
	width:600px;
	float:none;
	clear:both;
	margin-top:20px;
}
.mdrligne {
	width:620px;
	height:22px;
	
	float:none;
	clear:both;
}
.mdrligne > p {
	width:200px;
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px;
	font-weight:bold;
	background-image:url('../images/droite.png');
	background-repeat:no-repeat;
}
.mdrligne > div {
	width:390px;
	float:left;
	margin-bottom:6px;
}
.mdrBoutons {
	float:none;
	clear:both;
	margin:10px 0px 10px 220px;
	height:30px;
}
.mdrBouton {
	border:1px solid #AAAAAA;
	padding:3px;
	margin-right:10px;
	color:#666666;
	width:125px;
	text-align:center;
	cursor:pointer;
	float:left;
}
.mdrlistetheme, .mdrlistemot, .mdrlistetype {
	cursor:pointer;
}

/* Lignes ********************************/
.ligneListe {
	height:16px;
	cursor:pointer;
	padding:1px 0px 0px 22px;
}
.ligneListeTitre {
	height:16px;
	font-weight:bold;
	font-style:italic;
	padding:1px 0px 0px 0px;
}
.coche {
	background-image:url('../images/coche.png');
	background-repeat:no-repeat;
	background-position:2px 2px;
	background-color:#E9FFE9;
}
.cadre {
	background-color:#CCFFCC;
}
.titreListe {
	font-weight:bold;
	height:16px;
	padding-top:1px;
}
.fermeFancy, .btSelectRien, .btSelectTout {
	cursor:pointer;
	float:left;
	margin-top:10px;
	margin-right:10px;
	border:1px solid #AAAAAA;
	padding:3px;
	color:#666666;
}
.listeVide {
	color:#999999;
}

/* jQuery Impromptu **************************/
.jqifade{
	position: absolute;
	background-color: #aaaaaa;
}
div.jqi{
	width: 400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{
	font-weight: bold;
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
}
div.jqi .jqibuttons{
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}
div.jqi button{
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #FF6666;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
div.jqi button:hover{
	background-color: #FF0000;
}
div.jqi button.jqidefaultbutton{
	background-color: #666666;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #FF6666;
}

/* Résultats de recherche **************************/
.resultAff {
	float:none;
	clear:both;
}
.resultAffListe, .resultAffOrdre {
	width:90px;
	cursor:pointer;
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #AAAAAA;
	padding:3px;
	color:#888888;
}
.resultAffListeHover, .resultAffOrdreHover {
	border:1px solid #666666;
	color:#000000;
}
.result {
	float:none;
	clear:both;
	width:980px;
}
.resultLigne {
	border:1px solid #DDDDDD;
	cursor:pointer;
	margin-bottom:1px;
}
.resultLigneHover {
	background-color:#FFE0E0;
}
.resultTitre {
	/*border:1px solid #FFBBBB;*/
	color:#8c0a22;
	font-size:10px;
	font-weight:bold;
}
.resultPhoto {
	/*border:1px solid #BBFFBB;*/
}
.resultTexte {
	/*border:1px solid #BBBBFF;*/
	font-size:10px;
	color:#994444;
	margin-left:1px;
}
.resultInfos {
	/*border:1px solid #BBFFFF;*/
	color:#BB7777;
	font-size:10px;
	font-style:italic;
}
.resultPag {
	float:none;
	clear:both;
}
.resultListe {
	float:none;
	clear:both;
	height:58px;
	width:925px;
}
.resultListe > div.resultTitre {
	position:absolute;
	height:14px;
	width:915px;
	margin:2px 0px 0px 82px;
}
.resultListe > div.resultPhoto {
	position:absolute;
	height:54px;
	width:72px;
	margin:2px 0px 0px 2px;
}
.resultListe > div.resultPhoto > img {
	height:54px;
	width:72px;
}
.resultListe > div.resultTexte {
	position:absolute;
	height:25px;
	width:833px;
	margin:14px 0px 0px 82px;
	overflow:hidden;
}
.resultListe > div.resultInfos {
	position:absolute;
	height:16px;
	width:833px;
	margin:42px 0px 0px 82px;
}
.resultDetail {
	float:none;
	clear:both;
	height:19px;
	width:900px;
}
.resultDetail > div.resultTitre {
	position:absolute;
	height:14px;
	width:300px;
	margin:3px 0px 0px 26px;
	overflow:hidden;
}
.resultDetail > div.resultPhoto {
	position:absolute;
	height:15px;
	width:20px;
	margin:2px 0px 0px 2px;
}
.resultDetail > div.resultPhoto > img {
	height:15px;
	width:20px;
}
.resultDetail > div.resultTexte {
	position:absolute;
	height:14px;
	width:300px;
	margin:3px 0px 0px 328px;
	overflow:hidden;
}
.resultDetail > div.resultInfos {
	position:absolute;
	height:14px;
	width:250px;
	margin:3px 0px 0px 632px;
	overflow:hidden;
}
.resultMini {
	float:left;
	height:140px;
	width:160px;
	margin:0px 5px 5px 0px;
}
.resultMini > div.resultTitre {
	position:absolute;
	height:14px;
	width:160px;
	margin:122px 0px 0px 0px;
	overflow:hidden;
}
.resultMini > div.resultPhoto {
	position:absolute;
	height:120px;
	width:160px;
	margin:0px 0px 0px 0px;
}
.resultMini > div.resultPhoto > img {
	height:120px;
	width:160px;
}
.resultMini > div.resultTexte {
	display:none;
}
.resultMini > div.resultInfos {
	display:none;
}
.resultExpo {
	border:1px solid #ecc030;
}
.resultExpo > div.resultTitre {
	color:#d1900f;
}
.resultExpo > div.resultTexte {
	color:#d1900f;
}
.resultExpo > div.resultInfos {
	color:#d1900f;
}
.resultExpoHover {
	background-color:#ffffbe;
}

/* Pagination ****************************/
.resultPag {
	float:none;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	height:20px;
}
.resultPagVide {
	float:left;
	height:18px;
	padding-top:3px;
	margin-right:2px;
}
.resultPagNum {
	float:left;
	width:18px;
	height:18px;
	text-align:center;
	border:1px solid black;
	padding-top:2px;
	margin-right:2px;
	cursor:pointer;
}
.resultPagNumTmp {
	float:left;
	width:18px;
	height:18px;
	text-align:center;
	border:1px solid black;
	padding-top:2px;
	margin-right:2px;
	cursor:pointer;
}
.resultPagNumHover {
	background-color:#CCCCCC;
	font-weight:bold;
}
/* Connexion ****************************/
#connexAff {
	cursor:pointer;
}
.connexBloc {
	width:255px;
	height:72px;
	border:1px solid #666666;
	display:none;
	position:absolute;
	background-color:white;
	margin: -40px 0px 0px 750px;
}
.connexBlocEnTete {
	background-color:#666666;
	font-weight:bold;
	color:white;
	padding:5px;
}
.connexBlocContenu {
	padding:5px;
}
.connexBlocClign {
	border:1px solid red;
}
.connexLigne {
	float:none;
	clear:both;
}
.connexNom {
	float:left;
	width:120px;
	padding-top:2px;
}
.connexInput {
	float:left;
	width:75px;
	margin-bottom:1px;
}
.connexInput > input {
	width:70px;
}
.connexBt {
	position:absolute;
	border:1px solid red;
	margin:4px 0px 0px 210px;
	width:30px;
	height:30px;
	display:none;
	cursor:pointer;
}