body{
	margin: 0;
	padding: 0;
	background-color: #0f6ad9;
	font: 11px verdana;
	color: #fff;
}

table{
	font: 11px verdana;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

a, a:visited{
	color: #fff;
}

a:hover{
	color: #ede9a0;
}

ul{
list-style-image: url('../images/listimage.gif');
text-align: justify;
}

.link{
	color: #fff;
	text-decoration: none;
}

.link: hover{
	color: #ede9a0;
}



.spacer{
	clear: both;
}

table td a{
	color: #fff;
}

table td a:hover{
	color: #ede9a0;
}


#contentCnt{
	position: relative;
	background: url('../images/bgcontent.jpg') no-repeat bottom left;
	width: 944px;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 160px;

	/*border: 1px solid red;*/

}


#content{
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 5px;

	/*border: 1px solid blue;*/
}

#soinscarte td{

	padding: 5px;
	border-bottom: 1px dotted #2f8cfb;
}


.prixsoin{
	float: right;
	padding-right: 15px;
	margin-bottom: 10px;
	vertical-align: top;
	font-weight: bold;
}

.boldlink{
	font-weight: bold;
	color: #ede9a0;
}

/* Colonnes Pages */

#leftCol{
	float: left;
	display: block;
	width: 45%;
	margin-right: 70px;
}

#rightCol{
	display: inline;
	width: 475px;
}

#leftColTar{
	display: block;
	width: 45%;
	margin-right: 70px;
}

#rightColTar{
	float: right;
	display: inline;
	width: 475px;
}

.imgbug{
	display: none;
}

#leftColtxt{
	width: 420px;
	margin-right: 70px;
}

#rightColtxt{
	float: right;
	display: inline;
	width: 475px;
	height: 350px;
}

#bottomCol{
	position: relative;
	float : left !important!;
	text-align: center;
	font: 13px verdana;
	font-weight: bold;
	text-decoration: none;
	color: #ede9a0;
	width: 900px;
	margin: 35px auto -15px auto;

}

#carteCol{
	/*border: 1px solid #000;*/
	display: compact;
}

/* IIEE IE IIIEEE */

* html #bottomCol{
	float : left;
}

* html #carteCol{
}



/* IIEE IE IIIEEE */

/* MENU PERMANENT ADMIN */



#menuadmin li{
	display: block;
}

.ssmenuadmin li{

	margin: 5px;
}



/* HACK IE Pour liens Images */
* html .linkImg{
	margin-bottom: -2px;
}
/**/
.linkImg{
	margin-bottom: 0px;
}

#test{
	padding: 1px 0 0 1px;
	background: url('../images/cadrephotojpg.jpg') no-repeat !important!;

}


* html #imgbug{
	margin-right: 30px;
}


/*---------------------------*/


/* Elements liste */

.paragraphe{
	list-style-image: url('../images/listimage.gif');
}

.ssparagraphe{
	list-style-type: none;
	list-style-image: none;
}



.active{
	color: #ede9a0;
	font-weight: bold;
}




.slide {
    height:  265px;
    width:   395px;
}

.slidepetit {
    height:  220px;
    width:   350px;

}



.slide img {
    top:  14px;
    left: 0;
    z-index: 1;
}

*html .slide img {
    top:  15px;
    left: 20px;
}



*html .imagedef{
	margin-left: 28px;
}





.basic  {
	font-family: verdana;
	margin-bottom: 35px;
	/*border: 1px solid #0d48b7;*/
}
.basic .onglet {
	background-color: #0f6ad9;
	padding: 0 0 30px 15px;
	margin-bottom: 10px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}



.toggler{
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #0e59c8;
	margin-bottom: 3px;
	height: 17px;
}



.toggler:hover {
	background-color: #2f8cfb;
	cursor: pointer;
}


/* ADMINISTRATION */

#menuCol{
	position: absolute;
	width: 250px;
	height: 100%;
}

#contentCol{
	position: absolute;
	margin-left: 260px;
	padding: 5px;
	overflow: auto;
}

.adminobjcartesoin{
	border: 1px dotted white;
	margin-bottom: 5px;
	padding: 5px;

}

/* Message BOX */

.alertBox{
	position: fixed;
	top: 33%;
	left: 33%;
	padding: 25px;
	text-align:center;
	background-color: #DDD;
	color: #000;
	border: 3px solid #F00;
	font: 16px verdana;
	font-weight: bold;
}

.warningBox{
	position: fixed;
	top: 33%;
	left: 33%;
	padding: 25px;
	text-align:center;
	background-color: #FDD;
	color: #F00;
	border: 3px solid #F00;
	font: 16px verdana;
	font-weight: bold;
}

/* PROMO */

	#popup
	{
		z-index: 400;
		position: absolute;
		top: 50px;
		left: 20%;
		height:666px;
		width:471px;
		border: 1px solid #98380C;
		background-color:#0e59c8;
		filter:alpha(opacity=95);
		-moz-opacity:.95;
		opacity:.95;
	}

	* html #popup{
		z-index: 1;
	}

	#close
	{
		position:absolute;
		margin-left:340px;
		color:#24B5E0;
	}

	#close a
	{
		text-decoration:none;
		font-weight:bold;
		color:#24B5E0;
		font-family:Arial, Helvetica, sans-serif;
	}

	#close a:hover
	{
		text-decoration:none;
		font-weight:bold;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
	}