/* feuille de style générale */

html {
	font-family:Arial, Time new roman, sans-serif;
	font-size:0.9em;
	min-height:100%;
}

body {
	margin:0px;
	min-height:100%;
	background:#818181 url('/Ressources/images/defaut/bg_degrade.jpg') repeat-x top center;
	background:#818181 url('/Ressources/images/defaut/background.jpg') no-repeat top center;
}

.cont {
	margin:0px;
}

a {color:#333;text-decoration:none;}
a:hover {text-decoration:underline;}

hr {
	border:0px;
	color:#333;
	background:#333;
	height:2px;
	width:95%;
	margin:auto;
	margin-bottom:35px;
}

form {padding:0px;margin:0px;}
input,textarea,select {
	font-size:1em;
}
a img {border:0px;}

h2 {text-align:center;padding:5px;margin:0px;color:#bf0104;font-size:1.3em;}

.rel {position:relative;display:inline;}
.cb {clear:both;}
.cl {clear:left;}
.cr {clear:right;}
.cn {clear:none;}
.fr {float:right;}
.fl {float:left;}
.m10 {margin:0px 10px;}
.m10x {margin:40px 0px 0px 80px;}
.dn {display:none;}
.ma {margin:auto;}
.pr {position:relative;display:block;}
.centre {margin:auto;text-align:center;}
.ml50 {margin-left:20px;}
.m5 {padding:5px;}
.font {font-size:0.8em;}

p, li {
	font-size:0.8em;
}

.sim {
	width:982px;
	margin:auto;
}

#bandeau {
	height:106px;
	position:relative;
}

img.icone {
	position:absolute;
	top:14px;
	left:16px;
}

/* feuille de style personnalisé */

#bandeau h1 {
	display:none;
}

/* Liens rapides */

#bandeau .LRapide {
	position:absolute;
	top:0px;
	right:10px;
	width:190px;
	height:30px;
	padding-left:15px;
	font-size:0.8em;
	background:transparent url('/Ressources/images/defaut/lnkRapide.bg.jpg') no-repeat top left;
}

#bandeau .LRapide span {
	padding:0px 5px;
	color:#fff;
}

#bandeau .LRapide a {
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
}

#bandeau .LRapide a:hover {
	text-decoration:underline;
}

/* Authentification */

#bandeau .Auth,#bandeau .AuthLoad {
	position:absolute;
	bottom:5px;
	right:20px;	
	height:50px;
	font-size:0.8em;
	width:255px;
	padding:10px 10px 0px 45px;
	background:transparent url('/Ressources/images/defaut/authentification.bg.jpg') no-repeat top left;
}

#bandeau .Auth .mPerso a {
	display:block;
	text-align:right;
	font-size:1.1em;
	font-weight:bold;
}

#bandeau .logo {float:left;margin-top:10px;margin-bottom:-10px;}

#bandeau a {
	font-size:0.9em;
	color:#333;
	text-decoration:none;
	padding-left:5px;
}

#bandeau div.droite {
	float:right;
	margin-right:15px;
}

#bandeau .AuthLoad img.load {
	float:left;
	margin:0px 10px;
}

#bandeau .AuthLoad a {
	float:right;
	font-weight:bold;
}

#bandeau a:hover {
	text-decoration:underline;
}

/* Menu */

.LMenu {
	margin:0px;
	padding:0px;
	float:right;
	height:25px;
	padding:0px 35px 0px 0px;
	z-index:10;
	position:relative;
	list-style-type:none;
	background:transparent url('/Ressources/images/defaut/haut.bg.jpg') no-repeat top right;
}

.LMenu li {position:relative;text-align:left;float:left;margin:0px;padding:0px;}

.LMenu li.esp{
	padding:4px 0px 0px 0px;
	_padding:5px 1px 0px 1px;
}

.LMenu li.ElemMenu{
	display:block;
	height:23px;
	padding:2px 0px 0px 0px;
	background:transparent url('/Ressources/images/defaut/haut.bg.jpg') no-repeat -280px 0px;
	z-index:8;
}

.LMenu li.bord {
	width:12px;
	background-position:-264px 0px;
}

.LMenu a {
	height:16px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:4px 2px 4px 2px;
	_padding:4px 1px 4px 1px;
	display:block;
	_display:inline-block;
}

.LMenu li.hov a {
	color:#fff;
	background:#890507;
	text-decoration:none;
}
.LMenu div {display:none;}
.LMenu li.hov div {
	position:absolute;
	left:0px;
	top:25px;
	_top:26px;
	background:#a40a0d;
	display:block;
	border-top:0px;
	padding:0px;
	width:auto;
	min-width:200px;
	_width:200px;
	z-index:10;
}


.LMenu li.hov div a {
	display:block;
	margin:0px;
	padding:2px 2px 2px 5px;
	background:#a40a0d;
	border:2px solid #890507;
	border-left:20px solid #890507;
	color:#fff;
	height:auto;
	text-decoration:none;
	font-weight:normal;
}
.LMenu li.hov div a:hover {
	border-color:#890507;
	background:#c00508;
}

/* Menu de langue */

.langch {
	position:absolute;
	top:4px;
	right:220px;
}

.langch a {
	float:left;
}

.langch a img {
	border:2px solid transparent;
	display:block;
	margin-right:1px;
}

.langch a.sel img {
	border-color:#fff;
}

.langch a:hover img {
		border-color:#555;
}

/* Contenu */

div.HautG {
	background:transparent url('/Ressources/images/defaut/haut.bg.jpg') no-repeat bottom right;
	height:304px;
	position:relative;
}

div.HautAccueil {
	background:transparent url('/Ressources/images/defaut/haut.bgAccueil.jpg') no-repeat bottom right;
	height:304px;
	position:relative;
}

/* accueil */
.pann {
	margin:3px;
}

.pann a {
	font-size:0.8em;
	display:block;
	width:134px;
	height:190px;
	text-align:center;
	border:1px solid #ccc;
	padding:3px;
	color:#333;
}

.pann a:hover {
	border:1px solid #333;
	color:#333;
}

.pann span {
	display:block;
	height:90px;
	vertical-align:middle;
}

div.HautM {
	background:transparent url('/Ressources/images/defaut/haut.bg2.jpg') no-repeat bottom right;
	height:86px;
}

.ariane {
	padding:2px 10px;
	font-size:0.9em;
}

div.Bas {
	clear:both;
	padding-top:10px;
}


div.MGauche
{
	float:left;
}

div.MDroite
{
	float:right;
}

/* BOXs */

.Box {
	border:0px solid;
	position:relative;
	border:1px solid #818181;
}

/* boite moyenne fixe */
.mid {
	width:610px;
	height:382px;
	padding:0px 10px;
	background:#818181 url('/Ressources/images/defaut/box_moyenne.jpg') no-repeat top left;
}

.mid h3,.minv h3,.midv h3,.highv h3,.fichev h3 {
	font-size:1.1em;
	background:#fff;
	color:#bf0104;
	float:left;
	margin:5px 0px 15px 0px;
	padding:0px 5px;
}

.mid .text {
	margin-top:50px;
}

.mid .lnk,.midv .lnk {
	position:absolute;
	bottom:10px;
	right:15px;
	font-size:0.8em;
}

/* boite moyenne fixe */
.midv {
	width:630px;
}

.midv .h {
	background:#818181 url('/Ressources/images/defaut/box_moyenne.jpg') no-repeat top left;
	height:30px;
	width:610px;
	padding:0px 10px;
	float:left;
}

.midv .b {
	background:#818181 url('/Ressources/images/defaut/box_moyenne.jpg') no-repeat bottom left;
	height:30px;
	width:610px;
	padding:0px 10px;
	clear:left;
}

.midv .c {
	background:#818181 url('/Ressources/images/defaut/box_moyenne_centre.jpg') repeat-y bottom left;
	width:610px;
	padding:0px 10px;
	float:left;
}

.midv h3 {
	font-size:1.1em;
	background:#fff;
	color:#bf0104;
	float:left;
	margin:5px 0px 15px 0px;
	padding:0px 5px;
}

.midv .text {
}

.midv .lnk {
	position:absolute;
	bottom:15px;
	right:15px;
}

/* boite grande variable */

.highv {
	width:982px;
}

.highv div.h {
	width:962px;
	height:35px;
	display:block;
	float:left;
	padding:0px 10px;
	background:#818181 url('/Ressources/images/defaut/box_grande.jpg') no-repeat top left;
}

.highv div.c {
	width:962px;
	display:block;
	background:#818181 url('/Ressources/images/defaut/box_grande_centre.jpg') repeat-y top left;
	padding:0px 10px;
}

.highv div.b {
	width:982px;
	height:40px;
	display:block;
	background:#818181 url('/Ressources/images/defaut/box_grande.jpg') no-repeat bottom left;
}

/* petite boite fixe */

.min {
	width:323px;
	height:254px;
	background:#818181 url('/Ressources/images/defaut/box_petite.jpg') no-repeat top left;
	padding:0px 10px;
}

.min h3,.minv h4, .margev h3 {
	font-size:1.1em;
	color:#333;
	text-align:center;
	margin:5px 0px 5px 0px;
	padding:0px 5px;
}

.margev h3 {	
	padding-top:5px;
	margin-top:0px;
}

/* petite boite variable */

.minv {
	width:343px;
}

.minv div.h {
	width:323px;
	height:35px;
	display:block;
	float:left;
	padding:0px 10px;
	background:#818181 url('/Ressources/images/defaut/box_petite_mod.jpg') no-repeat top left;
}

.minv div.c {
	width:323px;
	display:block;
	background:#818181 url('/Ressources/images/defaut/box_petite_centre.jpg') repeat-y top left;
	padding:0px 10px;
}

.minv div.b {
	width:323px;
	height:40px;
	display:block;
	padding:0px 10px;
	background:#818181 url('/Ressources/images/defaut/box_petite.jpg') no-repeat bottom left;
}
/* marge (produits) */

.margev div.h {
	width:190px;
	height:35px;
	display:block;
	float:left;
	padding:0px 10px;
	background:#818181 url('/Ressources/images/defaut/marge.jpg') no-repeat top left;
}

.margev div.c {
	font-size:0.8em;
	width:195px;
	display:block;
	background:#818181 url('/Ressources/images/defaut/marge_centre.jpg') repeat-y top left;
	padding:0px 10px 0px 5px;
}

.margev div.b {
	width:210px;
	height:40px;
	display:block;
	background:#818181 url('/Ressources/images/defaut/marge.jpg') no-repeat bottom left;
}

/* fiche (produits) */

.fichev div.h {
	width:744px;
	height:35px;
	display:block;
	float:left;
	padding:0px 10px;
	background:#818181 url('/Ressources/images/defaut/fiche.bg.jpg') no-repeat top left;
}

.fichev div.c {
	width:744px;
	display:block;
	background:#818181 url('/Ressources/images/defaut/fiche_centre.bg.jpg') repeat-y top left;
	padding:0px 10px;
}

.fichev div.c ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px
}

.fichev div.c ul li {font-size:1em}

.fichev div.b {
	width:764px;
	height:40px;
	display:block;
	background:#818181 url('/Ressources/images/defaut/fiche.bg.jpg') no-repeat bottom left;
}


.fichev img.principal {
	margin:5px 10px 5px 20px;
}


.fichev .detail {
	width:705px;
	margin-top:20px;
	clear:both;
}

.fichev .detail .onglet {
	width:189px;
	height:20px;
	float:left;
	background:#fff url('/Ressources/images/defaut/fiche_onglet.jpg') no-repeat top left;
	margin-bottom:-2px;
	border-bottom:2px solid #d4d4d4;
	cursor:pointer;
	position:relative;
	text-indent:45px;
	padding-top:8px;
}

.fichev .detail {
	font-size:0.8em;
}

.fichev .detail .onglet .tete {
	position:absolute;
	top:4px;
	left:10px;
}

.fichev .detail .first{
	margin-left:20px;
}

.fichev .detail .activ{
	border-color:#e9e9e9;
}

.fichev .reference {
	color:#bf0104;
	font-weight:bold;
	font-style:italic;
	font-size:0.8em;
}


.fichev .detail .contenu {
	width:705px;
	clear:left;
}

.fichev .detail .contenu .h {
	height:25px;
	width:705px;
	padding:0px;
	background:#e9e9e9 url('/Ressources/images/defaut/fiche_add.jpg') no-repeat top left;
}

.fichev .detail .contenu .b {
	height:25px;
	width:705px;
	padding:0px;
	background:#e9e9e9 url('/Ressources/images/defaut/fiche_add.jpg') no-repeat bottom left;
}

.fichev .detail .contenu .c {
	width:685px;
	padding:0px 10px;
	background:#e9e9e9 url('/Ressources/images/defaut/fiche_add_centre.jpg') repeat-y center left;
}

/* mise en page des boites */

.text {
	display:block;
}

.text p {
	text-indent:15px;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.text p:first-letter {
	font-weight:bold;
}


.text a, .mid .lnk a {
	text-decoration:none;
	color:#bf0104;
	font-weight:bold;
}

.text a:hover, .mid .lnk a:hover {
	text-decoration:underline;
}

/* signature */
.sign {
	clear:both;
	width:900px;
	margin:auto;
	text-align:center;
	color:#ccc;
	font-size:0.7em;
}

.sign a {
	color:#ccc;
	text-decoration:none;
}

.sign a:hover {
	color:#fff;
	text-decoration:underline;
}

#Dialog {display:none;padding:5px;}

#Dialog H1 {
	font-size:1em;
	color:#333;
	font-weight:bold;
	margin:0px;
	padding:5px;
}

#Dialog p {
	font-size:0.8em;
	text-align:center;
}

.pw2 {
	position:absolute;
	top:5px;
	left:270px;
	display:block;
	width:700px;
	height:55px;
}

.FormContainer {
	background:#e5e5e5;
	border:1px solid #818181;
	width:410px;
	margin:auto;
	position:relative;
	padding-top:10px;
	display:block;
}

.FormContainer .coin {
	width:10px;
	height:10px;
	display:block;
	background-color:#818181;
	background-image:url('/Ressources/images/defaut/form_coin.jpg');
	background-repeat:no-repeat;
	position:absolute;
}

.FormContainer .hg {
	background-position:top left;
	top:-1px;
	left:-1px;
	font-size:0px;
}

.FormContainer .hd {
	background-position:top right;
	top:-1px;
	right:-1px;
	font-size:0px;
}

.FormContainer .bg {
	background-position:bottom left;
	bottom:-1px;
	left:-1px;
	font-size:0px;
}

.FormContainer .bd {
	background-position:bottom right;
	bottom:-1px;
	right:-1px;
	font-size:0px;
}


/* page deja équipés */

#MapMonde {
	float:left;
	padding-left:15px;
	margin-right:15px;
}

div.listePays {
	float:left;
}

/* Pages de listing elements */

.listeElement {
	padding:3px;
	border:1px solid #890507;
	margin-right:10px;
	background:#fff;
}

.listeElement h4,.listeElement p {
	position:relative;
	border-right:1px solid #fff;
}

.imgVide {
	width:100px;
	height:100px;
	background:#eee;
	border:#333;
	display:block;
	margin:2px 5px 2px 2px;
	float:left;
}

.imgRemp {
	width:100px;
	height:100px;
	background:#fff;
	border:#333;
	display:block;
	text-align:center;
	vertical-align:center;
	margin:2px 5px 2px 2px;
	float:left;
}

.listeElement a {
	float:right;
	margin-right:10px;
}

/* plan du site */

dl.plan {
	margin:0px;
	padding:20px;
}

dl.plan a {
	font-size:0.9em;
}

dl.plan dt {
	padding-top:10px;
}

/* divers */

.encar {
	text-align:center;
	width:50%;
	margin-left:100px;
}

.encar2 {
	text-align:center;
	width:80%;
	margin:auto;
	padding:10px;
}

div.expli {
	font-size:0.8em;
	padding:25px 25px 0px 0px;
	color:#890507;
}

div.expli2 {
	padding:3px;
	color:#890507;
}

.article {
	padding:0px;
	margin-bottom:0px;
	border:1px solid #890507;
	border-top:5px solid #890507;
	border-left:15px solid #890507;
	font-size:0.8em;
	margin:0px 25px;
	font-size:0.8em;
}

.article b {
	float:right;
}

.article a.revue {
	display:block;
	padding:5px;
}

.article a.revue:hover {
	background:#ffcccc;
}

div.retrait {
	margin-left:25px;
	margin-top:0px;
	padding:5px 3px 3px 3px;
}

div.dl a {
	display:block;
	width:85px;
	text-align:center;
	border:2px solid #ccc;
	float:left;
	margin:3px 3px 0px 0px;
}

div.dl a:hover {
	border-color:#890507;
}

div.dl a.large {
	width:173px;
	padding:2px 5px 2px 5px;
}

div.dl ins {
	padding-left:5px;
}

div.dl a.large2 {
	width:173px;
	padding:2px 5px 2px 5px;
	text-align:left;
}

div.dl a.large2 span {
	display:block;
	float:right;
	width:90px;
	margin-right:5px;
}

div.dl img.mini {
	width:168px;
	height:100px;
}


/* tooltips */

.popup{
	position:absolute;
	display:none;
	margin:50px 0px 0px -20px;
	-margin-top:45px;
	padding:6px 15px 10px 15px;
	width:190px;
	height:35px;
	background:url(/Ressources/images/jQuery/popup_bg.png) center center no-repeat;
	_background:url(/Ressources/images/jQuery/popup_bg.gif) center center no-repeat;
	z-index:50;
}

.popup span {
	float:left;
	font-size:1.2em;
	padding:2px 5px;
	margin:3px 3px 45px 0px;
	border:1px solid #333;
	color:#333;
	font-weight:bold;
}

/*
 * SimpleModal Basic Modal Dialog
 */

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:100px; width:200px; left:50%; top:15%; margin-left:-50px; background-color:#fff; border:3px solid #ccc;}
#modalContainer a.modalCloseImg {background:url("/Ressources/images/jQuery/x.png") no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}

#goog-wm li{
	margin-bottom:10px;
}
#goog-wm h3 {
	color:#000;
}

#goog-wm h3:first-letter {
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

#goog-wm ul {
	margin-left:28px;
	padding-left:20px;
	list-style-type:auto;
}

#goog-wm li.search-goog {
	clear:both;
	margin:auto;
}

/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles - NOT really related to the forms*/

div.line {
	clear:left;
	text-align:right;
}

div.line div {
	text-align:left;
}

img {border:0;}

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
label {
	color:#333;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
	display:block;
	float:left;
}

div.text {
	color:#333;
	margin-top:10px;
	clear:both;
}

.niceform {
	padding:0px 10px;
}

.niceform .centre {
text-align:center;
}

.niceform .right {
text-align:right;
}

.niceform .centre label {
	display:inline;
	margin-right:15px;
}

.niceform .right label {
	float:right;
	margin-left:15px;
}

label.chosen {color:#000;font-weight:bold;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
	float:right;
}
.radioArea {background:url(/Ressources/images/formulaires/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(/Ressources/images/formulaires/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(/Ressources/images/formulaires/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(/Ressources/images/formulaires/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(/Ressources/images/formulaires/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea {float:right;}
.txtarea .tr, .txtarea .tr_xon {background:url(/Ressources/images/formulaires/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(/Ressources/images/formulaires/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(/Ressources/images/formulaires/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(/Ressources/images/formulaires/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(/Ressources/images/formulaires/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(/Ressources/images/formulaires/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(/Ressources/images/formulaires/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(/Ressources/images/formulaires/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	float:right !important;
	background:url(/Ressources/images/formulaires/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(/Ressources/images/formulaires/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(/Ressources/images/formulaires/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#333;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:7px;
	margin-left:3px;
	width:172px;
	background:#fff;
	font-size:1em;
	z-index:20;
	border:2px solid #ccc;
	height:120px;
	overflow-y:auto;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#333;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #fff;
}
.optionsDivVisible a:hover {
	color:#000;
	background:#eee;
	border-color:#333;
	text-decoration:none;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	margin:0px;
	padding:0px;
	font-weight:bold;
	background:url(/Ressources/images/formulaires/button_bg.gif) repeat-x center top;
	cursor:pointer;
	border:none;
}

.Auth .buttonSubmit,.Auth .buttonSubmitHovered {
	*position:relative;
	*top:5px;
}

.buttonSubmitHovered {background-position:center bottom;}
.buttonImg {vertical-align:bottom;}
