﻿@import "preferences.css";
@import "authentification.css";
@import "services_payants.css";

	div#footer {
		border: 0px solid red;
		height: 145px;
		width: 100%;
		position: absolute;
		background: #fff url('../images/footer.png') repeat-x;
		bottom: 0px;
		z-index: -1;
	}


@media only screen and (max-width: 1023px) and (orientation:landscape) {
	div#footer {
		border: 0px solid red;
		height: 145px;
		width: 100%;
		position: relative;
		background: #fff url('../images/footer.png') repeat-x;
		z-index: -1;
	}
}

body {
	color:black;
	background-color: #5b7aca;
	margin: 0px;
	font:12px Arial;
	height: 100%;
/*
	background: #fff url('../images/background_aad_2.jpg') repeat-x;
	background-size: auto 630px;
*/
}

html {
	border: 0px solid red;
	height: 80%;
	margin: 0;
}

div#header {
	border: 0px solid blue;
	margin-top: -15px;
	height: 129px;
	background: #fff url('../images/header.png') repeat-x;
}

div.erreur {
	border: 0px solid black;
	color: #a41e1e;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

div.info {
	border: 0px solid black;
	color: #1a661a;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

div.fonctionnement {
	padding-left: 50px;
	margin-top: 40px;
	border: 0px solid blue;
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

div.accueil {
	border: 0px solid black;
	text-align: center;
	margin-left: 170px;
	font: 17px Georgia;
	width: 840px;
	height: 300px;
	overflow: auto;
}

div.accueil_annonces_auth {
	border: 0px solid red;
	margin-left: 170px;
	width: 840px;
	height: 345px;
	overflow: auto;
}

div.accueil_filtres {
	border: 0px solid blue;
	margin-left: 170px;
	width: 820px;
	height: 40px;
}

div.accueil_filtres div.bloc {
	border: 0px solid blue;
	/*width: 340px;*/
	width: auto;
	height: 25px;
	padding-top: 15px;
	margin: 0px 5px;
}

label#label_mot_cle {
	vertical-align: bottom;
}

input#mot_cle {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	height: 20px;
	width: 80px;
	margin-top: -16px;
}

div.accueil_annonces {
	border: 0px solid red;
	margin-left: 170px;
	margin-top: 10px;
	width: 840px;
	height: 245px;
	overflow: auto;
}

div.detail_annonceur {
	border: 1px solid #b2b2b2;
	height: 80px;
	margin: 5px 15px 0px 15px;
	padding: 0px 30px;
	overflow: auto;

	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
}

a.lien:hover, a.lien:visited, a.lien:link, a.lien:active {
	border: 0px solid green;
	display: inline;
	width: 100%;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #b2b2b2;
	font-weight: bold;
}

div.detail_annonceur span.item {
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;
	color: black;
}

span.erreur {
	font-weight: bold;
	color: #a41e1e;
}

div#legal {
	border: 0px solid green;
	margin-top: 70px;
	margin-left: 200px;
	width: 50px;
	float: left;
}

div#contact {
	border: 0px solid green;
	margin-top: 77px;
	margin-left: 190px;
	width: 50px;
	float: left;
}

div#liens {
	border: 0px solid green;
	margin-top: 65px;
	margin-left: 200px;
	width: 50px;
	float: left;
}

div#guide {
	border: 0px solid green;
	margin-top: 70px;
	margin-left: 130px;
	width: 70px;
	float: left;
}

div#legal img, div#contact img, div#guide img, div#liens img {
	display: block;
	border: 0px solid black;
}

div#legal a:hover, div#legal a:visited, div#legal a:link, div#legal a:active,
div#liens a:hover, div#liens a:visited, div#liens a:link, div#liens a:active,
div#guide a:hover, div#guide a:visited, div#guide a:link, div#guide a:active,
div#contact a:hover, div#contact a:visited, div#contact a:link, div#contact a:active {
	border: 0px solid green;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

div#legal_txt {
	border: 0px solid red;
	margin-top: 0px;
	width: 70%;
	max-width: 700px;
	height: 75%;
	min-height: 350px;
	margin-left: 220px;
	overflow: auto;
}

div#legal_txt span.title {
	font-weight: bold;
}

div#mains {
	border: 0px solid orange;
	display: block;
	width: 75px;
	height: 101px;
	float: left;
}

div#titre {
	border: 0px solid blue;
	width: 80%;
	max-width: 740px;
	height: 120px;
	padding-top: 5px;
	text-align: center;
	float: left;
}

div#terre {
	border: 0px solid red;
	height: 120px;
	float: left;
}

h3#header {
	border: 0px solid black;
	text-align: center;
}

div.liens {
	border: 0px solid black;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 170px;
	text-align: left; /* Utile pour que IE n'étende pas les "sous_menus" de manière centrée. */
}

div.liens a {
	display: block;
	text-decoration: none;
	color: #b2b2b2;
	font-size: 18px;
	font-weight: bold;
	border: 0px solid red;
	text-align: center; /* Utile pour que IE n'étende pas les "sous_menus" de manière centrée. */
}

div.menu {
	border: 0px solid blue;
	margin-top: 30px;
}


/* Pour les formulaires du site */
form label, form input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form label, select {
	font-weight: bold;
	background: linear-gradient(#f1f1f1, #e2e2e2);
	padding: 3px 10px;
	margin-top: 3px;
	color: #444;

	border: 1px solid #d4d4d4;
	/* lets remove the right border */
	border-right: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;

	line-height: 16px;
	width: 170px;

	/* takes the width properly now and also the
	spacing between the label and input field got removed. */

	float: left;
	text-align: center;
	cursor: pointer;
}

select {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	width: auto;
	margin: 0px 1px;
	padding: 2px 3px;
}

form input {
	width: 200px;
	padding: 3px;
	margin-top: 3px;
	border: 1px solid #d4d4d4;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 4px;

	line-height: 15px;

	/* some box shadow sauce :D */
	box-shadow: inset 0px 2px 2px #ececec;
}

form input.erreur {
	background-color: #ff8590;
	font-weight: bold;
}

option.erreur {
	background: #ff8590;
}

form input#submit {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;

}

/* CSS spécifique à la page contact.php */
div#contact_txt {
	border: 0px solid red;
	margin-left: 180px;
	margin-top: -10px;
	width: 830px;
	height: 390px;
}

div#contact_txt h3 {
	text-align: center;
}

div.contact_form {
	border: 0px solid green;
	margin-bottom: 15px;
	width: 430px;
	float: left;
}

div.contact_form label.contact {
	width: 200px;
}

div#img_captcha_contact {
	border: 0px solid green;
	width: 80px;
	height: 30px;
	float: left;
}

h4.contact {
	border: 0px solid blue;
	width: 490px;
	color: #444;
	margin-top: -15px;
	text-align: right;
}

/* css pour la page de liens */
div#liens_txt {
	border: 0px solid red;
	margin-left: 180px;
	margin-top: -10px;
	width: 830px;
	height: 390px;
}

div#liens_txt h3 {
	text-align: center;
}

div#liens_txt a:hover, div#liens_txt a:visited, div#liens_txt a:link, div#liens_txt a:active {
	border: 0px solid green;
	display: block;
	width: 730px;
	text-align: left;
	padding-left: 100px;
	padding-top: 10px;
	font-size: 14px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	margin-top: 20px;
}

div#liens_txt a:hover {
	color: #b2b2b2;
}

/* CSS spécifique pour la page de notation */

div.notation {
	border: 1px solid #b2b2b2;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	margin: 10px 15px 0px 15px;
	height: 105px;
	font-weight: bold;
	padding: 0px 30px;
}

div.stars {
	border: 0px solid blue;
	width: 140px;
	margin-top: 30px;
	margin-left: 20px;
	float: left;
}

div.notation_comment {
	border: 0px solid orange;
	height: 70px;
	width: 530px;
	margin-top: 10px;
	margin-left: 40px;
	float: left;
}

div.notation_comment textarea {
	margin-left: 10px;
}
