/*Titre*/
.CrpAcc_h2{
	margin-left:5%;
}

/*Entete annonce*/
.DivAnnMin_Entete{
	width:90%;
	margin:auto;
	margin-top:15px;
}
.DivAnnMin_Entete table{
	width:100%;
	margin:auto;
}
.DivAnnMin_Entete td{
	width:33%;
	margin:auto;
}
.DivAnnMin_Entete img{
	width:80%;
	height:180px;
	border:0;
}

/*Div global de la création de la miniature de l'annonce*/
#DivAnnMin_Table{
	width:90%;
	height:35%;
	margin:auto;
	/*background-color:red;*/
}
#DivAnnMin_Table tr{
	height:20%;
	width:100%;
	/*background-color:yellow;*/
}
#DivAnnMin_Table td{
	width:20%;
	min-width:300px;
	min-height:250px;
	height:100%;
	/*background-color:yellow;*/
}

/*Div de l'annonce min a la UNE*/
#DivAnnMin{
	margin:auto;
	width:95%;
	height:95%;
	min-height:150px;
	/*background-color:purple;*/
}
#DivAnnMin label{
	/*padding:0em;*/	
}

/*Div du header de la miniature de l'annonce*/
#DivAnnMin_Header{	
	border: 1px solid black;
	/*background-color:#FFFFCC;*//*Redefini en global*/
}
.DivAnnMin_LiensDetails{
    /*color:yellow;*//*Redefini Global*/
	font-weight:bold;
	margin-left:3%;
	/*background-color:#FFFFCC;*//*Redefini Global*/
	font-size:small;
	text-decoration:none;
	border:none;
}
.DivAnnMin_LiensDetails:hover{
    cursor:pointer;
	/*color:red;*//*Redefini Global*/
}
.DivAnnMin_LbMarque{
	font-weight:bold;
	/*color:yellow;*//*Redefini Global*/
}
.DivAnnMin_LbModele{
	font-weight:bold;
	/*color:yellow;*//*Redefini Global*/
}

/*Div du corp de la miniature de l'annonce*/
#DivAnnMin_Corps{
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color:white;
	height:80%;
}
#DivAnnMin_CorpsPh{
	float:left;
	height:100%;
	width:65%;
}
.DivAnnMin_ImgTof{
	border: 0px solid black;
	border-right: 1px solid black;
	width:100%;
	height:100%;
}
.DivAnnMin_ImgTof:hover{
	cursor:pointer;
}
#DivAnnMin_CorpsDetail{
	float:right;
	height:100%;
	width:34%;
}
#DivAnnMin_CorpsDetail01{
	height:30%;
	width:100%;
}
.DivAnnMin_ImgAcc{
	margin:auto;
	height:90%;
	width:100%;
	border:0;
}
#DivAnnMin_CorpsDetail02{
	height:40px;
	width:100%;
}
.DivAnnMin_LogoAnnAff{	
	margin:auto;
	height:90%;
	width:100%;
	border-style:none;
}
#DivAnnMin_CorpsDetail03{
	height:12%;
	width:95%;
}
.DivAnnMin_Details{
	font-size:X-small;
    color:yellow;
	background-color:#FFFFFF;
	border-style:none;
}

/*Div du footer de la miniature de l'annonce*/
#DivAnnMin_Footer{	
	border: 1px solid black;
	/*background-color:#FFFFCC;*//*Redefini en global*/
}
#DivAnnMin_Footer label{
	margin-left:3%;
	margin-right:3%;
}
.DivAnnMin_Prix{
	font-weight:bold;
	color:red;
}
.DivAnnMin_LbDroite{
	font-weight:bold;
	margin-right:3%;
	float:right;
}
.DivAnnMin_Prix{
	font-weight:bold;
	color:red;
}
.DivAnnMin_EtatBateau{
	margin-left:10px;
	font-weight:bold;
}

/*Pour les annonces gratuites 02*/
.DivAnnMinGrat02_LbPrix{
	float:right;
}
.DivAnnMinGrat02_Prix{
	color:yellow;
}
.DivAnnMinGrat02_LbCat{
	color:#97f4f7;
}
#DivAnnMinGrat02_Ph{
	width:30%;
}
.DivAnnMinGrat02_ImgTof{
	height:100%;
	width:98%;
}
#DivAnnMinGrat02_Caract{
	float:right;
	width:70%;
}
#DivAnnMinGrat02_Caract td{
	width:350px;
	color:white;
}
.DivAnnMinGrat02_FdsCat{
	width:100%;/*550px;*/
}
.DivAnnMinGrat02_FdsMot{
	width:68%;/*370px;*/
}
.DivAnnMinGrat02_FdsContact{
	float:right;
	width:28%;/*110px;*/
}
.DivAnnMinGrat02_LienContact{
	color:#97f4f7;
}
.DivAnnMinGrat02_txtgras{
	color:#44e8ee;
}

/*Effet accordeon*/
div#test-accordion{
    border: 1px solid #343230;
	background-color:#21201f;
	padding:10px;
}
div.accordion {
	/*position: relative;  required for bounding */
	width:97%;
}
div.accordion  h2{
	color:yellow;
}
div.accordion-toggle{
    /*position: relative;  required for effect */
    z-index: 10;		/* required for effect */
	background: #3f3c38;
	background-image:url(Images/Accordeon/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#ffffff;   
    cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	border-top:1px solid #5d5852;	
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(Images/Accordeon/on.jpg);
	background-color:#6d493a;
	border-top:1px solid #a06b55;
}
div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #302e2c;
	padding:9px 24px 6px 24px;
	color:#c4bab1;
	border-bottom:1px solid #000000;
	height:200px;
}

/*Ancrage de renvoi*/
.CrpsAccRch_P{
	margin-left:5%;
}
.CrpsAccRch_P h2{
	font-size:normal;
}
.CrpsAccRch_P a{
	font-size:normal;
}

/*Compteur de page*/
.DivCmpt_Acc{
	margin-left:40%;
}
.NbPage_Acc{
	color:white;
	font-size:large;
	text-decoration:none;
}
.NbPage_Acc:hover{
	color:yellow;
}
.NbPage_Fleches{
	text-decoration:none;
	font-size:large;
	color:white;
	font-weight:bold;
}
.NbPage_Fleches:hover{
	color:yellow;
}