/* SVI 30/07/2007 */

/* --------------- POSITIONNEMENT --------------- */
@import url("Positionnement.css");

/* ------------------ FOND MAIN ----------------- */
@import url("Background.css");


/* --------------- DEFAULT --------------- */
body {
	background-color:black;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin:0;
	padding:0;
	color:#444;
	height:100%;
}
html {
	height:100%;
}
a {text-decoration:underline;}
a:hover {text-decoration:none;}
img {
	border:0;
}
p, em {
	margin:0 0 5px 5px;
	padding:0;
	line-height:1.3em;		
}

h1, h2, h3, h4, h5, h6 {
	padding:8px 5px 0 0px;
	margin:0 0 8px 5px;	
}

h2 {
	font-size:180%;
	color:#CD0F0F;
	border-bottom:1px solid #D9D9D9;
	background:url(../_Pictures/bg_h2.gif) no-repeat top right;
}
h2 span {
	background:url(../_Pictures/bg_h2_span.gif) no-repeat bottom left;
	padding-right:5px;
}
h3 {
	font-size:125%;
	color:black;
	font-variant:small-caps;
	border-bottom:1px dotted #A4A4A4;
	letter-spacing:.15em;
}
ol, ul {
	margin:10px 0 0 0;
	padding:0;
}
ol li span.h6, ul li span.h6 {
	display:block;
	background:url(../_Pictures/bg_h6.gif) no-repeat bottom right;
	font-weight:bold;
	line-height:19px;
	padding:0 0 0 5px;
	border-left:3px solid #A4A4A4;
}
ol li {
	list-style:decimal;
	margin:0 0 0 28px;
	padding:5px 0 10px 0px;
}
ul li {
	list-style:circle;
	margin:0 0 0 20px;
	padding:5px 0 10px 0px;
}
ol li ol li {
	list-style:lower-alpha;
	margin:-5px 0 0 22px;
	padding:0 0 10px 0;
}
ul li ul li {
	list-style:disc;
	margin:-5px 0 0 15px;
	padding:0 0 10px 0;
}

/* --------------- PERSO --------------- */
#header table.button {
	margin:5px 45px;
	font-size: 10px;
	font-weight:bold;
	padding:0;
}
#header table.button td {
	background:url(../_Pictures/cornerLeft_button.gif) no-repeat top left;
	height:19px;
	line-height:19px;
	padding:0 0 0 20px;
	text-align:left;
	white-space:nowrap;
}
#header table.button td a {
	float:right;
	text-decoration:none;
	color:#444444;
	margin:0;
	padding:0 10px 0 0;
	background:url(../_Pictures/cornerRight_button.gif) no-repeat top right;
}
#header table.button td a:hover {
	color:#CD0F0F;
}
/* */
#footer ul#navigation {
	margin:0 85px;
	padding:0;
	height:100%;
}
#footer #navigation li {
	font-size:90%;
	display:inline;
	list-style-type:none;
	color:white;
	padding:0 25px 0 0;
	line-height:1.9em;
}
#footer #navigation li a {
	text-decoration:none;
	color:white;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
}
#footer #navigation li a:hover {
	color:#CD0F0F;
}

/* --------------- BACKGROUNDS --------------- */
.bgC1 {
	background-color:white;
}
/* --------------- COLORS --------------- */
.alert {
	color:#CD0F0F;
}

/* --------------- OTHERS --------------- */
#footer #navigation li img.cards {
	float:right;
	margin:0;
	padding:7px 0 0 0;
}
.buttonGo, .buttonBack {
	display:block;
	background:url(../_Pictures/cornerRight2_button.gif) no-repeat top right;
	height:19px;
	line-height:20px;
	margin:20px 5px 0 5px;
	padding:0 10px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
.buttonGo a, .buttonBack a {
	float:right;
	text-decoration:none;
	color:#CD0F0F;
	padding:0 20px 0 35px;
	background:url(../_Pictures/cornerLeft2_button.gif) no-repeat top left;
	white-space:nowrap;
}
.buttonBack a {
	color:#444;
}
.buttonGo a:hover, .buttonBack a:hover {
	text-decoration:underline;
}

.border1 {
	border:4px solid #C0BEC0;
}
.bgImg {
	 background:url(../_Pictures/bg_asia.gif) no-repeat center; 
	 height:135px;
}
.pad {padding:5px;}
.small {font-size:80%;}
.fieldError {
	background:url(../_Pictures/picto_error.gif) no-repeat top;
	padding:0 5px;
}
.justify {text-align:justify;}
.floatRight {float:right; padding: 0 0 5px 10px;}

.enHaut {
	text-align:center;
}
.enHaut a {
	color:#A4A4A4;
	text-decoration:underline;
}
.enHaut a:hover {
	color:#B50008;
	text-decoration:none;
}
/* --- FAQ --- */
#list {padding: 0 10px 20px 15px; margin:0; font: bold;}
#list li {background:url("../_Pictures/picto_Faq.gif") center left no-repeat; list-style-position:outside; list-style-type:none; padding: 0 0 0 20px; margin: 0; line-height: 1em;  border-bottom: 1px dotted #D9D9D9;}
#list li a { display:block; color:#444; text-decoration:none; line-height: 1.5em;}
#list li a:hover {color: #B50008; background-color:white; font-weight:bold;}

/* opacity */
.opacity {
	background:transparent url(../_Pictures/monpix.png) repeat;
	min-height:100%;
	padding:0 20px;
}
