﻿
/* 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:  5px 0 15px 33px;
	font-size: 16px;
	color: #D6139B;
	background: url(/img/titre1-bulle.gif) 0 2px no-repeat;
}
#content h3{
	padding: 5px 0;
	font-size: 14px;
	color: #6d135f;
}
#content h4{
	padding: 5px 0;
	font-size: 13px;
	color: #749917;
}

#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;
}

/* astuce / important / attention*/

#content div.astuce,
#content div.important,
#content div.attention{
	position: relative;
	padding: 45px 25px 0 25px;
	background: url(/img/astuce-bg.png) left bottom no-repeat;
}
#content div.astuce h4,
#content div.important h4,
#content div.attention h4{
	position: absolute;
	top:0;
	left:0!important;
	left:-25px;
	width: 446px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/img/astuce.png) no-repeat;
}
#content div.important h4{
	background: url(/img/important.png) no-repeat;
}
#content div.attention h4{
	background: url(/img/attention.png) no-repeat;
}

/* formules */

#content div.txt ul.formules{
	width: 444px;
	height: 212px;
	padding: 0;
	list-style: none;
	background: url(/img/site/formules/formules-newdef.png) no-repeat;
}
#content div.txt ul.formules li{
	display: inline;
	float: left;
	padding: 0;
	background: none;
}
#content div.txt ul.formules li a{
	display: block;
	width: 148px;
	height: 212px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
}

/* 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{
	width: 550px;
	height: 535px;
	border-bottom: solid 3px #54085c;
}
#content div.numrio h3{
	margin: 0 0 10px 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #54085c;
}
#content div.numrio div{
	float: left;
	width: 270px;
	height: 200px;
}
#content div.numrio div.right{
	float: right;
}
#content div.numrio div div{
	float: none;
	margin: 0 0 2px 0;
	width: auto;
	height: 28px;
	padding: 0;
	line-height: 28px;
	color: #54085c;
	background: #f3f3f5;
}
#content div.numrio div div.pair{
	background: #fff;
}
#content div.numrio div strong{
	display: block;
	float: left;
	width: 170px;
	text-align: center;
}
#content div.numrio div em{
	display: block;
	float: right;
	padding: 0 5px;
	font-style: normal;
	color: #363636;
}

/* maxi */

#content div.txt div.borderh70{
	padding: 15px 20px 15px 15px;
	background: url(/img/formules/border-h70-bg.png) no-repeat;
}
#content div.txt div.borderh110{
	padding: 15px 20px 15px 15px;
	background: url(/img/formules/border-h110-bg.png) no-repeat;
}
#content div.txt div.borderh120{
	padding: 15px 20px 15px 15px;
	background: url(/img/formules/border-h120-bg.png) no-repeat;
}

