/*Petit commentaire pour forcer l'enregistrement en UTF8.
/*  --------------------------------------------------
/*  Body & principal elements.
/*  --------------------------------------------------
*/
body {
	background-color: #ffffff;
	background-image: url(images/globals/page_background.png);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center
}
h1, h2, h3, h4, h5, h6, p, ul, ul li, dl, dl dt, dl dd {
	margin: 0;
	padding: 0
}
a {
	color: #cc0000;
	text-decoration: underline
}
a:hover {
	text-decoration: none
}
a img {
	border: 1px solid #dbdbdb;
	padding: 1px
}
a:hover img {
	border-color: #333333
}
.txt_bold {
	font-weight: bold
}
.txt_center {
	text-align: center
}
.txt_italic {
	font-style: italic
}
.txt_left {
	text-align: justify
}
.txt_little {
	font-size: 0.85em
}
.txt_price {
	color: #cc0000;
	font-size: 1.2em;
	font-weight: bold
}
.txt_right {
	text-align: right
}
/*  --------------------------------------------------
/*  Forms.
/*  --------------------------------------------------
*/
form fieldset {
	background-color: #dbdbdb;
	border-top: 2px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	margin: 15px 25px 5px 25px;
	padding: 5px
}
form fieldset legend {
	background-color: #ffffff;
	color: #cc0000;
	border-top: 2px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 10px;
	padding: 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal
}
form fieldset p {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 2px 5px;
	padding: 5px 10px;
	clear: both
}
form fieldset p label {
	width: 25%;
	margin-right: 5px;
	float: left
}
form fieldset p input, textarea {
	color: #cc0000;
	border: 1px solid #b8b8b8;
	padding: 1px 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
form fieldset p select {
	color: #cc0000;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
form fieldset p select:focus {
	color: #000000;
	border-color: #cc0000
}
form fieldset p select option {
	padding: 2px 5px
}
form fieldset p textarea {
	width: 70%
}
form fieldset p input:focus, textarea:focus {
	color: #000000;
	border: 1px solid #cc0000
}
form fieldset p.input_submit {
	border: none;
	text-align: center
}
form fieldset p.input_submit input {
	background-color: #ffffff;
	color: #cc0000;
	border-top: 1px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 3px solid #000000;
	padding: 2px 10px;
	cursor: pointer
}
form fieldset p.input_submit input:hover {
	background-color: #cc0000;
	color: #ffffff
}
/*  --------------------------------------------------
/*  Tables.
/*  --------------------------------------------------
*/
table {
	width: 100%;
	border: 1px solid #333333;
	margin: 15px 0
}
table caption {
	background-color: #333333;
	background-image: url(images/globals/background_black.png);
	background-repeat: repeat-x;
	color: #ffffff;
	border: 1px solid #333333;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase
}
table tr.tr_dbdbdb {
	background-color: #dbdbdb
}
table tr.tr_ffffff {
	background-color: #ffffff
}
table tr th {
	background-color: #333333;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	font-weight: bold;
	text-align: center
}
table th.tr_th_95 {
	width: 95%
}
table th.tr_th_90 {
	width: 90%
}
table th.tr_th_85 {
	width: 85%
}
table th.tr_th_80 {
	width: 80%
}
table th.tr_th_75 {
	width: 75%
}
table th.tr_th_70 {
	width: 70%
}
table th.tr_th_65 {
	width: 65%
}
table th.tr_th_60 {
	width: 60%
}
table th.tr_th_55 {
	width: 55%
}
table th.tr_th_50 {
	width: 50%
}
table th.tr_th_45 {
	width: 45%
}
table th.tr_th_40 {
	width: 40%
}
table th.tr_th_35 {
	width: 35%
}
table th.tr_th_30 {
	width: 30%
}
table th.tr_th_25 {
	width: 25%
}
table th.tr_th_20 {
	width: 20%
}
table th.tr_th_15 {
	width: 15%
}
table th.tr_th_10 {
	width: 10%
}
table th.tr_th_5 {
	width: 5%
}
table tr td {
	border-bottom: 1px solid #dbdbdb;
	padding: 5px
}
table tr td a {
	text-decoration: none
}
table tr td a:hover {
	color: #999999;
	text-decoration: underline
}
/*  --------------------------------------------------
/*  Div » box.
/*  --------------------------------------------------
*/
#page .box {
	background-color: #dbdbdb;
	color: #333333;
	border: 1px solid #cccccc;
	margin: 5px 10px;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}
#page .box h3, #page .box h4 {
	color: #333333;
	border: none;
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 1.1em;
	text-align: center
}
#page .box dl {
	border-color: #999999;
	margin-left: 85px;
}
#page .box p.box_p_alone {
	margin: 5px 0;
	text-align: center
}
/*  --------------------------------------------------
/*  Div » box_assistance.
/*  --------------------------------------------------
*/
#box_assistance {
	color: #ffffff;
	border: 1px solid #333333;
	padding: 10px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
#box_assistance.box_assistance_false {
	background-color: #cc0000
}
#box_assistance.box_assistance_true {
	background-color: #009900
}
#box_assistance a {
	color: #ffffff;
	text-decoration: none
}
#box_assistance a:hover {
	color: #ffffff;
	text-decoration: underline
}
/*  --------------------------------------------------
/*  Div » box_black.
/*  --------------------------------------------------
*/
#page .box_black {
	width: 400px;
	background-color: #dbdbdb;
	color: #333333;
	border: 1px solid #cccccc;
	margin: 10px auto 0 auto;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}
#page .box_black form fieldset {
	width: 95%;
	border: none;
	margin: 0 auto
}
#page .box_black form fieldset legend {
	width: 100%;
	background-color: transparent;
	border: none;
	margin: 0;
	font-style: normal;
	text-align: center
}
#page .box_black form fieldset p label {
	width: 40%
}
#page .box_black h4 {
	margin-bottom: 10px;
	font-size: 1.1em;
	text-align: center
}
/*  --------------------------------------------------
/*  Div » box_features.
/*  --------------------------------------------------
*/
#box_features {
	background-image: url(images/globals/box_features.png);
	border-bottom: 1px solid #cccccc;
	margin: -10px -10px 0 -10px;
	padding: 5px 10px;
}
#box_features .box_left {
	margin-right: 15px
}
#box_features .box_left .box_feature, #box_features .box_right .box_feature {
	background-color: #dbdbdb;
	border: 1px solid #cccccc;
	margin: 5px 0;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
#box_features .box_feature h3 {
	color: #333333;
	border: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase
}
#box_features .box_feature p {
	color: #666666;
	font-size: 0.9em;
	text-indent: 15px
}
#box_features .box_feature p#box_feature_p_terminal {
	background-color: #333333;
	background-image: url(images/globals/feature_terminal_background.png);
	background-repeat: repeat-x;
	color: #ffffff;
	border: 1px solid #000000;
	margin: 5px;
	padding: 5px;
	font-size: 0.85em;
	text-align: center;
	text-indent: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
#box_features .box_feature p#box_feature_p_widjoo {
	background-color: #0099ff;
	background-image: url(images/globals/feature_widjoo_background.png);
	background-repeat: repeat-x;
	color: #ffffff;
	border: 1px solid #000000;
	margin: 5px;
	padding: 5px;
	font-size: 0.85em;
	text-align: center;
	text-indent: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
#box_features .box_feature p.box_feature_link {
	color: #333333;
	font-size: 0.85em;
	font-style: italic;
	text-align: right
}
#box_features p.box_featuresA{
	margin-top: 5px;
	font-size: 1.4em;
	font-style: italic;
	text-align: right
}
/*  --------------------------------------------------
/*  Div » box_presentation.
/*  --------------------------------------------------
*/
#page  #box_presentation {
	margin: 10px -10px 0 -10px
}
#page  #box_presentation div {
	padding: 0 10px
}
#page #box_presentation h2, #page #box_presentation h3 {
	background-color: #dbdbdb;
	color: #cc0000;
	border: none;
	margin: 10px 0;
	padding: 5px 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	text-align: center
}
#page #box_presentation h4 {
	color: #999999;
	margin: 10px 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	text-indent: 25px;
	text-transform: lowercase
}
#page  #box_presentation ul#box_presentation_imgs {
	text-align: center
}
#page  #box_presentation ul#box_presentation_imgs li {
	display: inline
}
#page  #box_presentation ul#box_presentation_imgs li a img {
	border: 5px solid #cccccc;
	margin: 2px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity = 70)
}
#page  #box_presentation ul#box_presentation_imgs li a:hover img {
	border: 5px solid #999999;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100)
}
#page #box_presentation ul#box_presentation_menu {
	height: 50px;
	background-color: #cc0000;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0;
	text-align: center
}
#page #box_presentation p {
	color: #666666
}
#page #presentation_menu {
	background-image: url(images/globals/box_features.png);
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 -10px 0 -10px;
	padding: 5px 10px;
	font-size: 0.9em
}
#page #presentation_menu a {
	color: #666666
}
/*  --------------------------------------------------
/*  Div » box_prices.
/*  --------------------------------------------------
*/
#page #box_prices {
	min-height: 300px;
	background-image: url(images/globals/box_price.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0 -10px 10px -10px;
	padding-bottom: 15px
}
#page #box_prices div {
	width: 204px;
	min-height: 280px;
	border-right: 1px solid #cccccc;
	margin-bottom: 5px;
	padding: 5px 10px;
	float: left
}
#page #box_prices div.no_border {
	border-right: none
}
#page #box_prices div  h3 {
	color: #cc0000;
	border: none;
	margin: 5px 0 10px 0;
	font-size: 1.1em;
	text-align: center
}
#page #box_prices div h4 {
	color: #333333;
	margin-bottom: 10px;
	text-align: center
}
#page #box_prices div ul {
	color: #333333;
	margin: 10px 0 10px 20px;
	font-size: 0.85em
}
#page #box_prices div ul li {
	margin-bottom: 2px;
	list-style-type: square
}
#page #box_prices div p.title {
	color: #333333;
	font-size: 0.9em;
	font-style: italic
}
#page #box_prices div p.price {
	font-style: italic;
	text-align: right
}
#page p#box_prices_p_bottom {
	color: #666666;
	margin: 0 10px;
	text-align: center;
	font-style: italic
}
#page p#box_prices_p_bottom2 {
	color: #cc0000;
	margin: 0 10px 5px 0;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold
}
/*  --------------------------------------------------
/*  Div » box_red.
/*  --------------------------------------------------
*/
#page .box_red {
	background-color: #333333;
	color: #ffffff;
	border-top: 1px solid #990000;
	border-right: 3px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 3px solid #990000;
	margin: 5px 25px 10px 25px;
	padding: 5px;
	font-size: 0.85em
}
#page .box_red h4 {
	background-color: #990000;
	border: none;
	color: #ffffff;
	margin: 0;
	padding: 2px 5px;
	font-size: 1.3em;
	text-align: center
}
#page .box_red ul {
	margin: 5px 20px
}
#page .box_red p {
	margin: 5px 20px
}
#page .box_red a {
	color: #ffffff
}
/*  --------------------------------------------------
/*  Div » container.
/*  --------------------------------------------------
*/
#container {
	background-image: url(images/globals/container.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: justify
}
#container_2 {
	background-image: url(images/globals/container2.png);
	background-repeat: repeat-x;
	border-top: 1px solid #000000;
	margin-top: 10px
}
/*  --------------------------------------------------
/*  Div » footer.
/*  --------------------------------------------------
*/
#footer {
	background-color: #333333;
	background-image: url(images/globals/footer.png);
	background-repeat: repeat-x;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	font-size: 0.8em;
	text-align: right
}
#footer a {
	color: #ffffff
}
/*  --------------------------------------------------
/*  Div » header.
/*  --------------------------------------------------
*/
#header {
	background-image: url(images/globals/header.png);
	background-repeat: repeat-x;
	margin: 0 10%
}
#header h1 {
	height: 60px;
	color: #ffffff;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: italic;
	font-weight: normal;
	text-align: justify
}
#header h1 a img {
	border: none
}
/*  --------------------------------------------------
/*  Div » header_menu.
/*  --------------------------------------------------
*/
#header_menu {
	background-color: #333333;
	background-image: url(images/globals/header_left.png);
	background-position: bottom left;
	background-repeat: no-repeat
}
#header_menu ul {
	background-image: url(images/globals/header_right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
	text-align: center;
	text-transform: uppercase
}
#header_menu ul li {
	display: inline
}
#header_menu ul li a {
	color: #dbdbdb;
	border-left: 1px solid #999999;
	padding: 0 10px;
	text-decoration: none
}
#header_menu ul li a#header_menu_1 {
	border: none
}
#header_menu ul li a:hover {
	color: #ffffff
}
/*  --------------------------------------------------
/*  Div » menu_top.
/*  --------------------------------------------------
*/
#menu_top {
	background-color: #333333;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase
}
#menu_top ul li {
	margin: 0;
	padding: 0;
	display: inline
}
#menu_top ul li a {
	width: 150px;
	background-color: #ffffff;
	color: #cc0000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 2px;
	padding: 3px 5px;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	text-decoration: none
}
#menu_top ul li a.active, #menu_top ul li a:hover {
	background-color: #cc0000;
	color: #ffffff
}
/*  --------------------------------------------------
/*  Div » page.
/*  --------------------------------------------------
*/
#page {
	width: 880px;
	min-height: 320px;
	background-color: #ffffff;
	color: #000000;
	border-top: 1px solid #ffffff;
	margin: 15px auto 0 auto;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}
#page.no_margin_top {
	margin-top: 0
}
#page h2 {
	color: #999999;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	text-align: right
}
#page h3 {
	color: #cc0000;
	border-left: 10px solid #cc0000;
	margin: 20px 0 5px 15px;
	padding: 2px 5px;
	font-size: 1.1em
}
#page ul {
	margin: 10px 0 10px 20px
}
#page ul li {
	margin-bottom: 2px;
	list-style-type: square
}
#page ul.ul_big {
	color: #666666;
	margin: 10px 10px 20px 50px;
	font-size: 1.2em
}
#page ul.ul_big li {
	padding: 2.5px 0
}
#page ul.ul_grey {
	color: #666666
}
#page dl {
	border-left: 3px solid #dbdbdb;
	margin: 10px 0 10px 20px;
	padding: 5px 0 5px 5px
}
#page dl dt {
	margin-right: 5px;
	margin-bottom: 0;
	padding: 0;
	float: left;
	font-weight: bold
}
#page dl dd {
	margin-bottom: 5px;
	padding: 0
}
#page p {
	margin-bottom: 5px
}
#page p.p_indent {
	text-indent: 25px
}
#page p.p_confirmation {
	background-color: #cc0000;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 5px 0 10px 0;
	padding: 2px 5px;
	text-align: center
}
#page img.img_left {
	margin: 10px;
	float: left
}
/*  --------------------------------------------------
/*  Div » javascript.
/*  --------------------------------------------------
*/
#carrousel {
	width: 900px;
	height: 300px;
	background-color: #333333;
	background-repeat: repeat-x;
	color: #ffffff;
	margin: 0 auto;
	position: relative
}
#carrousel .carrousel_slide {
	width: 1050px;
	height: 300px;
	background-repeat: no-repeat;
	margin: 0 auto 0 -150px;
	top: 0;
	left: 0;
	position: absolute
}
#carrousel .carrousel_view {
	width: 900px;
	margin-left: 150px;
	padding: 10px
}
#carrousel .carrousel_view a img {
	border: none;
	margin: -10px;
	padding: 0
}
#carrousel .carrousel_view a img:hover {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity = 50)
}
#carrousel .carrousel_view img {
	margin: -10px
}
#carrousel #carrousel_slide1 {
	background-image: url(images/presentation/home_large_background-1.png)
}
#carrousel #carrousel_slide2 {
	background-image: url(images/presentation/home_large_background-2.png)
}
#carrousel #carrousel_slide3 {
	background-image: url(images/presentation/home_large_background-3.png)
}
#carrousel .carrousel_navigation {
	left: 900px;
	position: absolute;
	display: none;
	font-size: 1.2em;
	font-weight: bold
}
#carrousel .carrousel_navigation span {
	background-color: #cccccc;
	color: #000000;
	border: 1px solid #000000;
	margin: 10px;
	padding: 5px;
	display: block;
	cursor: pointer;
	text-transform: lowercase
}
#carrousel .carrousel_navigation span:hover, #carrousel .carrousel_navigation span.active {
	background-color: #cc0000;
	color: #ffffff
}
#jBox #jBox_aplat {
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9998;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity = 70)
}
#jBox #jBox_loader {
	width: 100%;
	height: 100%;
	background-image: url(/images/globals/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9998
}
#jBox #jBox_container {
	background-color: #ffffff;
	top: 50px;
	left: 50px;
	position: absolute;
	z-index: 9999
}
#jBox #jBox_relative {
	position: relative
}
#jBox #jBox_contenu {
	padding: 10px;
	text-align: justify
}
#jBox #jBox_contenu h3 {
	text-align: center
}
#jBox #jBox_close {
	width: 30px;
	height: 30px;
	background-image: url(images/globals/close.png);
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer
}
/*  --------------------------------------------------
/*  Others div.
/*  --------------------------------------------------
*/
.both {
	clear: both
}
.box_left {
	width: 50%;
	float: left;
	margin-right: 5px
}
.box_right {
	width: auto;
	margin-left: 5px;
	overflow: hidden;
	zoom: 1;
}
.hide {
	display: none
}
