* {
	padding: 0;
	margin: 0;
}

html,body {
	font-family: trebuchet,verdana, arial, sans-serif;
	font-size: 11px;
}

html {
	background-color: #8b2080;
	background-image: url(../image/bkg_page.png);
	background-repeat: repeat-x;
}

body {
	margin: 0 50px 0 50px;
	color: black;
	padding: 0em 0 1em 1em;
	min-width: 1000px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #006699;
}
li {
	list-style: none;
}

h1 {
	background-repeat: repeat-x;
	padding-top: 2px;
	text-indent: 21px;
	text-align: left;
	font-size: 18px;
	min-height: 24px;
	border-style: solid;
	border-width: 1px;
	color: #89197d;
	margin-bottom: 10px;
}

.delimiter {
	clear: both;
	height: 1px;
}
.delimiterleft {
	clear: left;
	height: 0px;
}
#header {
	height: 110px;
}

#header img {
	float: left;
	padding-top: 1em;
}


div#header ul#onglets_right {
	height: 21px;
	width: 315px;
	float: right;
}
div#header ul#onglets_right li {
	width: 76px;
	text-align: center;
	float: left;
	margin-right: 2px;
}
div#header ul#onglets_right li a {
	background-image: url('../image/onglet_droite.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	display: block;
	height: 18px;
	color: white;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	padding-top: 3px;
}
div#header ul#onglets_right li a:hover {
	padding-top: 4px;
	height: 20px;
}
div#header ul#onglets_right li a.selected {
	padding-top: 4px;
	height: 20px;
}



#contenu{
	background-color: white;
	border-top: 1px solid #B94FAB;
	border-left: 1px solid #B94FAB;
}

#corp{
	margin: 1em 303px 4.5em 1em;
	border: 2px solid #89197d;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;

}

#content {
	width: auto;
	margin-left: 180px;
	max-height: 320px;
	min-height: 320px;
	overflow-y: auto;
	width: auto;
	padding: 0 0.7em;
}

#menuD {
	float: right;
	width: 276px;
	max-width: 256px;
	min-width: 256px;
	padding: 1em;
	margin-top: -20px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #B94FAB;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	min-height: 460px;
	background: white;
}

#menuG {
	float: left;
	width: 170px;
	max-width: 170px;
	min-width: 180px;
	min-height: 200px;
	border-right: 2px solid #89197d;
}

#menuG .menu{
	border-bottom: 2px solid #89197d;
}
#menuG .menu p{
	padding: 3em 1em;
	background-color: #C7ADC6;
	text-align: center;
}

#menuG .menu p:hover,
#menuG .menu p.current{
	background-color: #ebb7ea;
}

#menuG .menu p.menuTitle{
	-moz-border-radius-topleft: 2em;
	-webkit-border-radius-topleft: 2em;
}
#menuG .menu.menuFooter{
	border-bottom: 0px;
}
#menuG .menu.menuFooter p{
	-moz-border-radius-bottomleft: 2em;
	-webkit-border-radius-bottomleft: 2em;
}
#menuG .menu a{
	color: #89197d;
	font-weight: bold;
	font-size: 1.5em;
}



ul.ssmenu{
	padding: 0.5em 1em 0pt;
	height: 4em;
	margin-left: 180px;
	text-align: center;
}
ul.ssmenu li{
	float: left;
	background-color: #C7ADC6;
	margin-right: 0.5em;
	padding: 0.5em;
}
ul.ssmenu li.current{
	background-color: #89197d;
}

ul.ssmenu li.m4{ width: 22%; }
ul.ssmenu li.m3{ width: 30%;}
ul.ssmenu li.m2{ width: 47%;}
ul.ssmenu li.m1{ width: 97%;}

ul.ssmenu li a{
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}


#footer {
	text-align: right;
	background-color: #8b2080;
	margin: -2.5em -1.5em -1.5em -1.5em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-right: 330px;
	color: white;
	font-size: 11px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

#footer a:visited {
	color: white;
	text-decoration: underline;
}

.ie6nomore-1 { border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative; margin-top: 250px; margin-bottom: 20px; padding-bottom: 0.5em; }
.ie6nomore-2 { position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold; }
.ie6nomore-3 { width: 700px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black; }
.ie6nomore-4 { width: 75px; float: left; }
.ie6nomore-5 { width: 300px; float: left; font-family: Arial, sans-serif; }
.ie6nomore-6 { font-size: 14px; font-weight: bold; margin-top: 12px; }
.ie6nomore-7 { font-size: 12px; margin-top: 6px; line-height: 12px; }
.ie6nomore-8 { width: 75px; float: left; }


.form_err {
	color: red;
	background-image: url('../image/form_err.png');
	background-repeat: no-repeat;
	padding-left: 15px;
}

/*#menuG .menu .menuTitle , #menuG .menu .menuTitle a{
	color:white;
	background-color:#89197d;
}
.menuTitle {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0.6em;
	-moz-border-radius-topleft: 0.8em;
	-moz-border-radius-topright: 0.8em;
	min-height: 16px;
	max-height: 16px;
	font-weight: bold;
	color:white;
}*/
.menuContent a {
	display: block;
	text-align: left;
	font-size: 12px;
	min-height: 17px;
	color: #89197d;
	background-color:#c7adc6;
	padding-top: 3px;
	padding-left: 0.6em;
	font-weight: bold;
	border: 1px solid #89197d;
	border-top: none;
}


#content p {
	margin-left: 10px;
	font-size: 11px;
	text-align: justify;
}



/*** PAGE AVANTAGES **/
ul#page_avantages_avantages {
	margin-left: 70px;
}
ul#page_avantages_avantages li {
	list-style-image: url('../image/cross.jpg');
	font-size: 12px;
	color: #164658;
	margin-bottom: 15px;
	font-weight: bold;
}
p#page_avantages_fonct {
	font-size: 11px;
	color: #59595b;
	margin-bottom: 15px;
}
ul#page_avantages_fonct_1 {
	background-image: url('../image/avantages_sep.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding-right: 5%;
	width: 44%;
}
ul#page_avantages_fonct_1 li {
	list-style-type: disc;
	color: #17465b;
	font-size: 11px;
	margin-left: 40px;
	margin-bottom: 15px;
}
ul#page_avantages_fonct_2 {
	background-image: url('../image/avantages_sep.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 5%;
	width: 45%;
}
ul#page_avantages_fonct_2 li {
	list-style-type: disc;
	color: #17465b;
	font-size: 11px;
	margin-bottom: 15px;
}
/* FIN PAGE AVANTAGES */

/*** PAGE TARIFS ***/
table#tarifs {
	width: 98%;
	margin: auto;
	font-size: 12px;
	border-bottom-width: 0;
	border-collapse: collapse;
}
table#tarifs th#th_1 {
	background-color: #8d1880;
	color: white;
	height: 25px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-topleft: 0.5em;
}
table#tarifs th#th_2 {
	background-color: #8d1880;
	color: white;
	height: 25px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-topright: 0.5em;
	border-left: 2px solid white;
}
table#tarifs tr td {
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #17475c;
	text-indent: 3px;
}
table#tarifs tr.tr_1 {
	background-color: #f0f0f0;
}
table#tarifs tr.tr_2 {
	background-color: #d9dadc;
}
table#tarifs tr td.rose {
	color: #8d1585;
	text-align: center;
	border-left: 2px dashed #8d1585;
}
/* FIN PAGE TARIFS */

#content p.img_title {
	color: #17465b;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.alert {
	color: red;
}

H2 {
	font-style: underline;
}


.box2{
	float: left;
	width: 50%;
}

.box3{
	float: left;
	width: 32%;
}
.box4{
	float: left;
	width: 25%;
}

.boxphone{
	text-align: center;
	border: 1px solid #8d1585;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin: 0.5em;
}
.boxphone .icon{
	min-height : 85px;
}
.boxphone .detail{
	min-height : 5em;
}
.boxphone .title{
	font-weight: bold;
}
.boxphone .desc{
	font-style: italic;
	font-size: 0.9em;
}

.msgdll{
	font-size: 1.5em;
	font-weight: bold;
}
