html{	
	height:100%;
	width:100%;
}

/*Body*/
body, div, form, fieldset, ul, ol, table {
	margin: 0;
	padding: 0;
}
body{
	background-color:#000000;
	font-family:"arial", serif;
	font-size:small;
	height:100%;
	width:100%;
	font-size:0.8em;
	color:white;
	overflow:auto;
}
a{
	color:yellow;
	font-size:X-small;
    cursor:pointer;
}
h1{
	font-size:X-large;
}
legend{
	margin-left:50px;
	font-weight:bold;
	text-align:left;
}
fieldset{
	margin-bottom:10px;
}
	
/*Global de la page*/
#Page_Entiere{
	width:98%;
	min-width:900px;
	height:100%;
	margin:auto;
	/*background-color:#122E3D;*/
}

/*Corps des pages web*/
#Corps{
	/*padding:5px;
    float:right; */
	background-color:black;
	margin:auto;
	margin-bottom:2px;
	height:94%;
	width:100%;
}

/*Moteur de recherche*/
#MotRch_DivMot{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:2%;
	height:180px;
	width:90%;
	min-width:600px;
	max-width:1000px;
	border: 1px solid black;
	background-color:#0A1D2B;
}
#MotRch_Container{
	margin:auto;
	width:98%;
	min-width:600px;
	max-width:1000px;
}
#MotRch_Container table{
}
#MotRch_Container td{
	width:200px;
}
#MotRch_Container select{
	width:130px;
}
.MotRch_TblCP{
	float:right;
	margin-right:5%;
}
.MotRch_CodePostal{
	width:100px;
}
.MotRch_AnnoncesGratuite{
    color:red;
	font-size:large;
	background-color:#FFFFCC;
	border-style:none;
}
.MotRch_AnnoncesGratuite:hover{
	cursor:pointer;
	color:green;
}
.MotRch_Recherche{
	float:right;
}
.MotRch_Alert{
	float:right;
	height:25px;
	width:165px;
}
.MotRch_InputPrix{
	width:80px;
}
.MotRch_ModEmpl{
	float:right;
}
/*Recherche rapide*/
#RchRap{
}
#RchRap img{
	border:0;
	margin-top:-8px;
}

/*

		ATTENTION, ici le design est reprit d'un peu tout les fichiers design pour interagir en fonction des sites et pour eviter la duplicata

*/

/*Div du corp de la miniature de l'annonce*/
#DivAnnMin_Corps{
   background-color:#122E3D;
}

/*Div du header de la miniature de l'annonce*/
#DivAnnMin_Header{	
	background-color:#0A1D2B;
}
.DivAnnMin_LiensDetails{
    background-color:#0A1D2B;
}

/*Div du footer de la miniature de l'annonce*/
#DivAnnMin_Footer{	
	background-color:#0A1D2B;
}
.DivAnnMin_LiensDetails{
    color:white;
}
.DivAnnMin_LiensDetails:hover{
    color:yellow;
}
.DivAnnMin_LbMarque{
    color:white;
}
.DivAnnMin_LbModele{
    color:white;
}
.DivAnnMin_Prix{
	font-weight:bold;
	color:white;
}

/*Div global de la création du details de l'annonce*/
#DivAnnDetails{
	background-color:#122E3D;
}

/*Div du header de la miniature de l'annonce*/
#DivAnnDetails_Header{	
	background-color:#0A1D2B;
}
.DivAnnDetails_LbTitre{
	/*color:yellow;*/
}
.DivAnnDetails_LbPrix{
	/*color:red;*/
}

/*Div de la description*/
#DivAnnDetails_CorpsDesc fieldset{
	background: #0A1D2B;
}
#DivAnnDetails_CorpsDesc td{
	color: #FFFF99;
}

/*Div des photos*/
.DivAnnDetails_PhPrinc{
	background-color:#0A1D2B;
}
.DivAnnDetails_PhMin{	
	background-color:#0A1D2B;
}

/*Div des autres elements*/
.DivAnnDetails_FieldsetContact{
	/*background-color:#0A1D2B;*/
}

/*Fieldset de l'annonce global*/
#FieldsetAnnonce{
	background-color:#122E3D;
}
#FieldsetAnnonce fieldset{
	color:white;
	background-color:#0A1D2B;
}

/*Fieldset du type de l'annonce*/
#FieldsetTypeAnnonce p{
	color:yellow;
}

/*Fieldset de la description*/
#FieldsetDescAnnonce p{
	color:yellow;
}

/*Fieldset des photos*/
#FieldsetPhotos p{
	color:yellow;
}