
/* struture page wysiwyg */

#content div.txt,
#content div.txtxt,
#content div.txtimg,
#content div.imgtxt,
#content div.imgimg {
	clear: both;
}

#content div.bloc,
#content div.bloc div,
#content div.init,
#content div.init div {
	cursor: pointer;
}

#content div.txtxt div.txtlft {
	float: left;
	width: 47%;
}
#content div.txtxt div.txtrgt {
	float: right;
	width: 47%;
}

#content div.txtimg div.imgrgt {
	float: right;
}
#content div.txtimg div.imgrgt img {
	display: block;
}

#content div.imgtxt div.imglft {
	float: left;
}
#content div.imgtxt div.imglft img {
	display: block;
}

#content div.imgimg {
	text-align: center;
}

#content .selimg {
	border: solid 1px #8B4513;
}

#content .edit {
	border: dashed 1px #DCDCDC;
}
#content #iedit {
	border: solid 1px #999;
}

/* page */

#content div.bloc,
#content div.bloc div {
	border: dashed 1px #ccc;
}

#content div.txt.init,
#content div.imgimg.init,
#content div.init div{
	border: solid 1px #ccc;
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: #111;
	line-height: 20px;
}
#content h2{	
	padding:  7px 0 15px 33px;
	font-size: 16px;
	color: #9a2a98;
	background: url(/img/bulle-titre1.png) no-repeat;
}
#content h3{
	padding: 5px 0;
	font-size: 12px;
	color: #9c1b98;
}
#content h4{
	padding: 5px 0;
	font-size: 12px;
	color: #666;
}

#content ul,
#content ol{
	padding: 5px;
}
#content div ul li{
	padding: 0 0 3px 13px;
	list-style: none;
	background: url(/img/puce-fleche-rose.png) 0 6px no-repeat;
}
#content div ul li ul li{
	margin: 0 0 0 10px;
	padding: 0 0 3px 0;
	list-style: disc;
	background: none;
}

#content a{
	color: #fff;
	line-height: 20px;
	padding: 2px 4px;
	background: #737271;
}
#content div.imgimg a{
	padding: 0;
	background: none;
}

#content table{
	border-collapse: collapse;
	border: solid 1px #ccc;
}
#content table tr td{
	border: solid 1px #ccc;
	padding: 5px;
	vertical-align: middle;
}

/* formules */

#content div h3.fmini,
#content div h3.fmaxi,
#content div h3.fcrazy{
	float: left;
	margin: 0 3px;
	width: 142px;
}
#content div h3.fmini em,
#content div h3.fmaxi em,
#content div h3.fcrazy em{
	display: none
}
#content div h3.fmini a,
#content div h3.fmaxi a,
#content div h3.fcrazy a{
	display: block;
	height: 270px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/img/site/formules/mini.png) no-repeat;
}
#content div h3.fmaxi a{
	background: url(/img/site/formules/maxi.png) no-repeat;
}
#content div h3.fcrazy a{
	background: url(/img/site/formules/crazy.png) no-repeat;
}

#content div.imgtxt div h3 em{
	font-style: normal;
	font-size: 16px;
	color: #7c7c7c;
}

/* services */

#content div.services{
	padding: 15px;
	color: #fff;
	background: url(/img/formules/bg-services-inclus.png) no-repeat;
}
#content div.services h3{
	color: #fff;
}
#content div.services ul{
	padding: 10px 0 5px 30px;
}
#content div.services ul li{
	background: url(/img/formules/puce-fleche-blanche.png) 0 3px no-repeat;
}

#content div.services a{
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url(/img/formules/bg-a-services-inclus.png) no-repeat;
}

/* num rio */

#content div.numrio{
	height: 332px;
	background: url(/img/services/numrio-bottom.png) 0 bottom no-repeat;
}
#content div.numrio h3{
	height: 30px;
	padding: 16px 0 0 20px;
	font-size: 14px;
	color: #fff;
	background: url(/img/services/numrio-top.png) no-repeat;
}
#content div.numrio div{
	float: left;
	width: 180px;
	height: 200px;
	padding: 10px 20px;
}
#content div.numrio span{
	display: block;
	clear: both;
	height: 10px;
	background: url(/img/services/numrio-bottom.png) no-repeat;
}
#content div.numrio div div{
	float: none;
	width: auto;
	height: 20px;
	padding: 0;
	background: url(/img/services/numrio-bg.png) 0 8px repeat-x;
}
#content div.numrio div strong{
	display: block;
	float: left;
	padding: 0 2px;
	color: #555;
	background: #fff;
}
#content div.numrio div em{
	display: block;
	float: right;
	padding: 0 5px;
	font-style: normal;
	color: #9A2A98;
	background: #fff;
}
