/* --- STYLES DE BASE --- */

/* Page #F4FFDF ../img/Background/Bg_Fade_Blue_01.png
../img/Background/test3x.jpg */

html, body {
	height: 100%; 
}
body {
	padding: 0;
	margin: 0px;
	background-color: #2D3559;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #73737D;
	background-image: url(../img/Background/BG_AO_1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
	font-size: 1.75em;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #51008C;
}
a:hover, a:focus, a:active {
	color: #E0143D;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}


/* HOSTING PAGE */


#HostingDIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#HostingDIV .deco {
	background-image: url(../img/product-bg.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	color: #616161;
	margin-left: 10px;
	margin-right: 10px;
}
#HostingDIV .deco .descript {
	height: 100px;
	line-height: 1.2em;
}
#HostingDIV hr {
	margin-bottom: 5px;
	width: 90%;
}
#HostingDIV ul {
	padding-left: 2px;
	padding-top: 8px;
}
#HostingDIV A:link {
	color: #0066FF;
	text-decoration: underline;
	}
#HostingDIV A:hover {
	color: #0066FF;
	text-decoration: underline;
	}
#HostingDIV A:visited {
	color: #0066FF;
	text-decoration: underline;
}
#HostingDIV .deco .HosTitle {
	color: #666666;
	font-size: 20px;
	font-weight: normal;
}
#HostingDIV .deco .HosTitleSmall {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
#HostingDIV .Detitle {
	font-weight: bold;
	color: #FD4102;
	padding-left: 10px;
}
#HostingDIV .price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 10px;
}


/* - */