/*** WHITESPACE RESET ***/

* { padding:0; margin:0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
p { margin-left:0px; }

img { border:none; }
.png { behavior:url(/css/iepngfix.htc) }


/*** GENERAL LAYOUT ***/

body {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}

.bodyback { 
	background:#ffffff;
}

.bodymask { 
	background:#CCCCCC;
}

#PAGE {
	position:relative;
	width:990px;
	margin:0 auto;
	background:#fff;
}

/** HEADER **/
#HEADER { 
	height:80px;
	z-index:100;
}
#HEADER h1 {
	position:absolute;
	margin:0; padding:0;
	top:28px; left:10px;
}


#HEADER .actions{position:absolute;top:5px;left:310px;width:666px;text-align:right;font-size:8px;color:#666;text-transform:uppercase;font-weight:bold;}
#HEADER .actions input{font-weight:normal;}

#HEADER .text {
	padding:3px;
	margin:0;
	font-size:10px;
	color:#636363;
	font-family:Verdana,Arial,sans-serif;
}

#HEADER .actions label { margin:0; }
#HEADER .actions ul { margin:0; display:inline; }
#HEADER .actions li { margin:0; list-style:none; display:inline; }
#HEADER .actions a { 
	color:#666; text-decoration:none; 
	padding-left:5px;
	margin-left:5px;
	border-left:solid 1px #333;
}
#HEADER .actions a:hover { text-decoration:underline; }

#DIVPOPUP {
	top:0;
	left:0;
	width:0;
	height:0;
	position:absolute;
	overflow:hidden;
	z-index:102;
	background-color:#FFF;
	border-left:1px solid #e5e4e4;
	border-top:1px solid #e5e4e4;
	border-bottom:2px solid #d9d9d9;
	border-right:2px solid #d9d9d9;
	display:none;
}
#DIVPOPUP strong {
	color:#999;
	display:block;
	margin:10px;
}

#WHITEMASK {
	display:block;
	top:0px;
	background-color:#000;
	position:absolute;
	overflow:hidden;
	z-index:100;
	display:none;
}

#CONTENT {
	width:100%;
	/*position:relative; <- Adrien 27012009*/
	font-family:Verdana;
	font-size:10px;
	overflow:hidden;
	margin:20px 0 20px;
	z-index:1;
}

#CONTENT h3 {
	font-size:13px;
	padding-bottom:5px;
}

#CONTENT h4 {
	font-size:11px;
	margin-bottom:4px;
}

#CONTENT div.intro {
	font-size:10px;
	color:#0035AD;
}

#CONTENT a.btBase, #POPUP a.btBase,#NAV a.btBase {
	text-transform:uppercase;
	border:1px solid #b1b1b1;
	color:#666;
	background-repeat:no-repeat;
	background-position:right top;
	font-size:10px;
	text-decoration:none;
}

#CONTENT a.btBase:hover,#POPUP a.btBase:hover,#NAV a.btBase:hover {
	background-color:#0035AD;
	color:#FFF;
}

#CONTENT a.btBase span, #POPUP a.btBase span,#NAV a.btBase span {
	display:block;
	margin: 2px 20px 1px 5px;
}

#PERMA {
    z-index:200;
	position:absolute;
	top:30px; left:305px;
}

#PERMA li { margin:0; list-style:none; float:left; }
#PERMA li a {
	display:block;
	height:38px;
	cursor:pointer;cursor:hand;
}
#PERMA li a span {
	display:block;
	width:100%;
	height:38px;
	visibility:hidden;
}
#PERMA li a:hover, #PERMA li a.over { visibility:visible; }
#PERMA li a:hover span, #PERMA li a.over span { visibility:visible; }
#PERMA li a span span { display:none; font-size:1px; }

#HEADER .homelink {
	position:absolute; 
	top:71px;
	left:70px;
	font-size:10px;
	color:#BEBEBE;
	z-index:10;
}
#HEADER .breadcrumb {
	position:absolute; 
	top:72px; left:310px;
	width:670px;
	font-size:10px;
}
#HEADER .breadcrumb a { color:#0035AB; text-decoration:none; }
#HEADER .breadcrumb a:hover { text-decoration:underline; }

#PANEL {
	display:none;
	position:absolute;
	width:276px;
	border-top:solid 6px #0035AB;
	z-index:201; /* z-index set to value higher than #PERMA's z-index in order to fix dropdown menu error with IE6 */
	top:62px;
}
#PANEL .inner {
	background:#fff;
	border:solid 1px #ccc;
	height:300px;
}

/** FOOTER **/

#FOOTER {
    border-top:solid 1px #ddd;
	padding:4px;
	color:#666;
	font-size:10px;
	text-align:right;
}
#FOOTER a { color:#666; text-decoration:none; }
#FOOTER a:hover { text-decoration:underline; }
#FOOTER .left { position:absolute; left:4px; }

/* PAGES DANS LA NAVIGATION */

#NAV {
	width:274px;
	/*margin: 0 15px 10px 15px;*/
	font-family:Verdana;
	font-size:10px;
	overflow:hidden;
}

#NAV a {
	font-size:10px;
	font-family:verdana;
}

#NAV a:hover {
	text-decoration:none;
}

#NAV .blocTheme {
	width:248px;
	overflow:hidden;
	border-bottom:1px dotted #809ad7;
	padding:12px 0 14px;
	margin-left:13px;
}

#NAV .lastblocTheme {
	border:none;
	padding-bottom:20px;
}

#NAV .beforeNl {
	border:none;
	padding-bottom:5px;
}

#NAV .blocNewsLetter {
	background-color:#0035AD;
	color:#FFF;
	padding:0px 0px 10px 0px;
	margin:0px;
	border:none;
	width:100%;
}

#NAV .blocNewsLetter div {
	margin:10px;
}

#NAV h2, #NAV h3 {
	margin:0;
	padding:0;
	color:#0035AB;
	font-weight:bold;
}

#NAV h2 {
	font-size:12px;
	margin-bottom:13px;
}

#NAV h3 {
	font-size:11px;
	margin-bottom:4px;
}

#NAV a.alone {
	display:block;
	margin-top:10px;
	width:100%;
}

#NAV .blocTheme input.text {
	width:190px;
	font-size:10px;
	color:#636363;
	padding:3px;
	margin:0;
	float:left;
	border:1px solid #B4B4B4;
}

#NAV .blocTheme a.input {
	padding:4px;
	background-color:#FFF;
	color:#0035AD;
	margin-left:5px;
	text-decoration:none;
	border:1px solid #0035AD;
	position:relative;
	top:4px;
}

#NAV .blocTheme a.input:hover {
	background-color:#0035AD;
	color:#FFF;
	border:1px solid #FFF;
}

#NAV .blocTheme a {
	color:#0035AB;
}

#NAV .blocTheme ul {
	margin:0;
	padding:0;
	float:left;
	width:124px;
}

#NAV .blocTheme ul li {
	margin-bottom:5px;
	font-size:10px;
	list-style-type:none;
	background-image:url(/img/dash.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:7px;
	color:#8c8c8c;
}

#NAV .blocTheme ul li a {
	color:#8C8C8C;
	font-size:9px;
	text-decoration:none;
}

#NAV .blocTheme ul li a:hover {
	text-decoration:underline;
}

#NAV .blocTheme .ulimg {
	width:100%;
	overflow:hidden;
}

#NAV .blocTheme .ulimg ul {
	width:135px;
	
}

#NAV .blocTheme .ulimg img {
	margin:0;
	float:right;
	margin-right:20px;
}

#NAV .blocTheme .ulimg img.left {
	float:left;
}

#NAV .text {	
	color:#8c8c8c;
}

#NAV .textimg, #CONTENT .textimg {
	width:100%;
	overflow:hidden;
	margin-top:5px;
}

#NAV .textimg img, #CONTENT .textimg img {
	float:left;
}

#NAV .textimg .text, #CONTENT .textimg .text {
	float:right;
	margin-right:10px;
	width:134px;
}

#NAV .par {
	margin-top:20px;
}

#NAV .textimg .short {
	margin-right:0;
}

#NAV a.btnav {
	float:left;
	margin-top:10px;
	width:254px;
	background-color:#0035AD;
	color:#FFF;
	background-image:url(/img/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#NAV a.btnav:hover {
	background-color:#FFF;
	color:#0035AD;
	background-image:url(/img/arrow.gif);
}

#NAV a.btnav span {
	margin:4px;
}

#NAV .cliquable {
    cursor:pointer;
    cursor:hand;
}


/*CONTENUS*/

/*STRUCTURES*/

#CONTENT .collspan-3 {
	width:768px;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	clear:both;
	/*border:1px solid red;*/
}

.collspan-2 {
	width:512px;
	float:left;
	position:relative;
	overflow:hidden;
}

.collspan-smallmargin {
	margin-bottom:10px;
}

.line {
	width:775px;
	float:left;
}

#CONTENT .cell-1, .cell-2, .cell-3 {
	float:left;
	position:relative;
	overflow:hidden;
	/*margin-left:24px;*/
	display: inline;
}

.cell-1 { width:232px; }

.cell-2 { width:489px; }

.cell-3 { width:100%; margin-right:0;}


#CONTENT .nomargin 
{
    margin-left:0;
}


.collspanhr {
	width:100%;
	position:relative;
	overflow:hidden;
	font-size:1px;
	background:#CCC;
	height:1px;
	margin:-10px 0 10px;
	clear:both;
}

/*Gestions des encarts de mise en avant*/


.encart {
	background-color:#eff2f9;
	margin-bottom:5px;
}

.encartCtn {
	margin:12px;
	height:1%;
	overflow:hidden;
	position:relative;
}


.encart h4 { padding-bottom:4px; }

.encart p { color:black; }
.encart .cell-1, .encart .cell-2, .encart .cell-3 {	margin-left:13px; }

.miniEncart { padding:0; }

table.encart {
	margin:0 0 5px 24px;
	border:0;
	background-color:#FFF;
	height:1%;
	position:relative;
	overflow:hidden;
}

table.encart td {
	background-color:#eff2f9;
	width:232px;
	margin-right:24px;
}

/*Styles des elements interieurs aux cellules*/

.intro {
	color:#0035AD;
	font-size:10px;
}

.collspan-3 p {
	margin:0;
	padding:0;
	display:block;
	margin-bottom:15px;
}

.collspan-3 .lastItem {	margin-bottom:0; }

.collspan-3 ul li { margin:0; }


#CONTENT a.simpleBlackLink {	
	color:#000;
	text-decoration:none;
}

#CONTENT a.simpleBlackLink:hover {
	text-decoration:underline;
}

/*Liens avec petites fleches*/
#CONTENT a.blackLink, #CONTENT a.greyLink, #CONTENT div.greyLink {
	text-decoration:none;
	padding-left:12px;
	display:block;
	height:1%;
	overflow:hidden;
	position:relative;
	font-size:10px;
}

#CONTENT a.blackLink {
	color:#000;
	background:url(/img/black-link.gif) no-repeat;
}

#CONTENT a.greyLink, #CONTENT div.greyLink {
	color:#636363;
	background:url(/img/grey-link.gif) no-repeat;
}

#CONTENT a.blackLink:hover,#CONTENT a.greyLink:hover { text-decoration:underline; }

#CONTENT a.grosBt {
	background-color:#0035AD;
	color:#FFFFFF;
	float:left;
	text-align:center;
	font-size:12px;
}
#CONTENT a.grosBt span {
	margin:7px;
}
#CONTENT a.grosBt:hover {
	background-color:#FFFFFF;
}
#CONTENT a.grosBt:hover span {
	color:#0035AD;
}

#CONTENT a.pageTop {
	margin:0 0 10px;
	display:block;
	color:#000;
	text-decoration:none;
	font-size:9px;
	width:100%;
	float:left;
	background:url(/img/page-top.gif) no-repeat;
	padding-left:15px;
}

#CONTENT a.pageTop:hover {
	text-decoration:underline;
}

/*Bouton avec flèche en arriere plan*/

#CONTENT a.arrowBt, #CONTENT a.bigArrowBt {
	display:block;
	width:204px;
	
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	border:1px solid #FFF;
	cursor:pointer;
	cursor:hand;
}

#CONTENT a.arrowBt {
	margin:3px 3px 3px 22px;
	font-size:11px;
}

#CONTENT a.arrowBt:hover {
	background-color:#FFF;
	color:#0035AD;
	border:1px solid #0035AD;
}

#CONTENT a.arrowBt span.content {	
	display:block;
	margin:10px;
	margin-left:23px;
}

#CONTENT a.arrowBt span.png {
	display:block;
	width:100%;
	height:100%;
	background:url(/img/btn-arrow-off.png) no-repeat left;
}

#CONTENT a.arrowBt:hover span.png {
	background:url(/img/btn-arrow-on.png) no-repeat left;
}

#CONTENT a.bigArrowBt {
	width:225px;
	
	font-size:20px;
}

#CONTENT a.bigArrowBt:hover {
	background-color:#FFF;
	color:#0035AD;
	border:1px solid #0035AD;	
}

#CONTENT a.bigArrowBt span.png {
	display:block;
	width:100%;
	height:100%;	
	background:url(/img/btn-arrow-big.png) no-repeat;
	background-position:left;
	
}

#CONTENT a.bigArrowBt:hover span.png {
	background:url(/img/btn-arrow-big-on.png) no-repeat left;
}

#CONTENT a.bigArrowBt span.mini {
	font-size:13px;
}

#CONTENT a.bigArrowBt span.medium {
	font-size:16px;
}

#CONTENT a.bigArrowBt span.content {
	display:block;
	margin-left:50px;
}

#CONTENT a.blueBt {
	color:#FFF;
	background-color:#0035AD;
}

#CONTENT a.orangeBt {
	color:#FFF;
	background-color:#eb5322;
}

#CONTENT a.roseBt {
	color:#FFF;
	background-color:#d91b75;
}

/*------------------------------------------------*/


/*Structure page gauche */

/*Télécommande fin du diag*/

#CONTENT .commandCtn {	
	width:100%;
	position:relative;
	overflow:hidden;
	margin: 0 25px 0 0;
	float:left;
	display:inline;
}

#CONTENT .telecommande {
	width:188px;
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
	color:#9f9f9f;
	margin-bottom:10px;
}

#CONTENT .researchFrame .content {
	margin:10px;
	font-size:10px;
	width:168px;
}

#CONTENT .telecommande .content {
	margin:10px;
	font-size:10px;
	width:100%;
}

.telecommande .content .user, .researchFrame .content .user {
	color:#0035AD;
	margin-bottom:10px;
	font-size:10px;
	font-weight:bold;
	float:none;
}

.telecommande .content .diagState, .researchFrame .content .diagState {
    font-size:10px;
    color:#0035AD;
    float:none;
}


.telecommande .content .phases, .content .onephase {
	width:168px;
	position:relative;
	overflow:hidden;
}

.telecommande .content .phases { margin-top:12px; }

.telecommande .skinCapital {
	width:100%;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}

.skinCapital .deco {
	float:left;
	margin-right:10px;
	width:25px;
	display:inline;
}

.skinCapital .text {
	margin-top:2px;
	color:#b1b1b1;
	width:132px;
	position:relative;
	overflow:hidden;
}

.skinCapital .text span {
	color:#0035AD;
	font-size:11px;
	text-transform:uppercase;
}

.telecommande div.skinAtitude, .telecommande div.skinEnv {
	width:167px;
	height:9px;
	background-repeat:no-repeat;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
}

.telecommande div.allPicto {
	margin-bottom:15px;
}

.telecommande div.allPicto img {
	margin-right:3px;
}

.telecommande div.skinAtitude .arrow, .telecommande div.skinEnv .arrow {
	width:11px;
	height:7px;
	background-image:url(/img/diag/tele/arrow.png);
	position:absolute;
	top:3px;
}

.telecommande div.skinAtitude { background-image:url(/img/diag/tele/skin_att.gif); }

.telecommande div.skinEnv { background-image:url(/img/diag/tele/skin_env.gif); }

/*Bloc recherche*/
#CONTENT .researchFrame {
	width:188px;
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
	color:#9f9f9f;
	/*margin-top:10px;*/
	margin-bottom:10px;
	background-color:#FFF;
}

.researchFrame input.text, .researchFrame textarea.text {
	width:130px;
	font-size:10px;
	color:#636363;
	padding:3px;
	margin:0px;
	display:inline;
	border:1px solid #B4B4B4;
}

.researchFrame input.longtext, .researchFrame textarea.longtext {
	width:160px;
	margin-bottom:5px;
}

.logline {
	width:100%;
	position:relative;
	overflow:hidden;
}

.logline div.password {
	position:relative;
	height:1%;
	overflow:hidden;
	float:left;
}

.logline div.submitBt {
	float:left;
}

.researchFrame div.legalNotice {
    background: #F2F5FC;
    font-size: 10px;
    width:100%;
    margin-bottom:15px;
}

input.submit {
	color:#FFF;
	border:1px solid #0035AD;
	background-color:#0035AD;
	text-transform:uppercase;
	margin-left:2px;
	padding:2px;
}

input.submit:hover {
	border:1px solid #636363;
	background-color:#FFF;
	color:#0035AD;
}

.researchFrame div {
	color:#000;
	font-size:9px;
}

.researchFrame div a {
	color:#000;
	font-size:9px;
}

.researchFrame ul { margin-bottom:0; }

/*Etats des sliders*/

.telecommande div.level0 { left:0px; }
.telecommande div.level1 { left:31px; }
.telecommande div.level2 { left:62px; }
.telecommande div.level3 { left:93px; }
.telecommande div.level4 { left:124px; }
.telecommande div.level5 { left:156px; }

/*Menu des dossiers*/


#CONTENT .leftMenus {
	width:200px;
	margin-right:30px;
	float:left;
	overflow:hidden;
}

.leftMenus .leftMenu {
    /*border:1px solid #ccc;
	width:186px;
	margin-bottom:10px;*/
    width:188px;
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
	margin-bottom:10px;
}

#CONTENT .leftMenus .leftMenu .contentMenu {
	margin:10px;
	color:#0035AD;
	font-size:10px;
}

.contentMenu .title {
	font-size:12px;
	margin-bottom:20px;
	font-weight:bold;
}

ul {
	margin:5px 0 20px 0;
	padding:0;
}

ul li {
	margin:0;
	padding:0;
	list-style:none;
	padding-bottom:2px;
}

.contentMenu ul li a {
	color:#000;
	font-size:10px;
	text-decoration:none;
}

.contentMenu ul li a:hover {
	text-decoration:underline;
}

ul li a.dashed {
	background-image:url(/img/list-link.gif);
	background-repeat:no-repeat;
	padding-left:8px;
	display:block;
}

#CONTENT div.listImg {
	width:150px;
	overflow:hidden;
	position:relative;
	float:left;
	margin-left:5px;
}

#CONTENT img.listImg {
	float:left;
}

#CONTENT div.folders {
	width:750px;
	position:relative;
	overflow:hidden;
	color:#808080;
}

/*Elements de formulaire*/
input, select {
    font-family:Verdana;
	font-size:10px;
	color:#636363;
	/*padding:4px;*/
}

/*Mise en page des DOSSIERS*/

/*titres*/
.folders h1, .folders h2, .folders h3, .folders h4, .folders h5 {
	margin:0;
	padding:0;
	color:#0035AD;
	font-weight:bold;
	display:block;
}

.folders h1 {
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:15px;
}


.folders h2 {
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:10px;
}

.folders h3 { 
	margin-bottom:3px;	
}

.folders h5 {
	font-size:10px;
	margin-bottom:20px;	
}


/*Blocs de mise en avant*/

#CONTENT .highLightBloc {
	position:relative;
	overflow:hidden;
	height:1%;
	background-color:#f2f5fb;
}

#CONTENT .highLightBloc .content {
	margin:10px;
}

/*POPUP LAYOUT*/

#POPUP a {
	font-size:10px;
	color:#666;
}

#POPUP .footer a {
	text-decoration:none;
	margin-left:25px;
}
#POPUP .footer a img {
	position:relative;
	top:4px;
}

#POPUP .close { text-align:right; }
#POPUP .close a {
	text-decoration:none;
	text-transform:uppercase;
}
#POPUP a:hover { text-decoration:none; }
#POPUP .close a:hover, #POPUP .footer a:hover { text-decoration:underline; }

#POPUP .title {
    color:#0035AD;
    font-weight:bold;
    font-size:11px;
}

#POPUP .text {
    color:#787878;
    font-size:11px;
}

/* EDIT: 22/10/2007 it-it **********************/
	/* brand.html */
	.spacerLeft { width:23px; float:left; }
	*html .spacerLeft { width:19px; }
	
	/* capire-la-propria-pelle.html */
	div.folders div.collspan-3 .cell-2 { margin:0 0 0 10px; }
	div.folders div.collspan-3 .cell-1 { margin:0 0 0 10px; }
	
	#spacerBottom { margin-bottom:10px; }
	
	/* il-capitale-solare.html */
	.cell-3 .rub1 { width:300px; float:left; } 
	.cell-3 .rub2 { width:300px; float:left; }
/* EDIT: 22/10/2007 **********************/

/* Subscribe Form */
#CONTENT div.subscribe {
	width:100%;
	position:relative;
	overflow:hidden;
}

div.subscribe .leftform .title, #CONTENT div.subscribe .rightform .title {
	font-size:11px;
	font-weight:bold;
	color:#0035AD;
	margin-bottom:20px;
}

div.subscribe .leftform {
	width:350px;
	float:left;
	margin-top:20px;
	margin-right:10px;
}

div.subscribe .rightform {
	width:350px;
	float:left;
	margin-top:20px;
}

div.subscribe .leftform div.label, div.subscribe .rightform div.label {
	width:131px;
	float:left;
	padding-right:2px;
}

div.subscribe .leftform div.line2, div.subscribe .rightform div.line2{
	display:block;
	margin-bottom:8px;
	float:left;
	width:350px;
}

div.subscribe .middleform div.label {
	width:131px;
	float:left;
	padding-right:2px;
}

div.subscribe .middleform div.line2 {
	display:block;
	margin-bottom:8px;
	float:left;
	width:750px;
}

div.subscribe .leftform div.news, div.subscribe .rightform div.news {
	margin-top:10px;
	color:#0035AD;
	/*padding-bottom:7px;*/
	width:330px;
}

/* added for Advanced Newsletter usercontrol */
div.subscribe .leftform div.line2 div.logline div.password {
	float:left;
}

div.subscribe .subtitle {
    color:#0035AD;
    font-size:11px;
}

div.subscribe .offres { background-color:#edf0f8; padding:3px; }
div.subscribe .offres label { color:#0035AD; }

div.subscribe .leftform div.news div.content { margin:7px; }
div.subscribe .rightform div.news div.content { margin:7px; }

div.news ul {
	font-size:10px;
	color:#787878;
	margin:10px 0 0 5px;
}

div.news input { margin-right:3px; }
div.news li { list-style:none; margin:4px 0; }

div.news div.content div.checkbox {
	float:left;
}

div.news div.content div.text {
	width:237px;
}

div.subscribe .leftform div.fields, div.subscribe .rightform div.fields { float:left; }

div.subscribe .leftform div.fields { width:215px; }

div.subscribe .rightform div.fields { width:215px; }

div.subscribe .rightform div.fields div { float:left;margin-right:10px; }

div.subscribe label {
	font-size:11px;
	color:#787878;
	margin:0 5px 0 0px;
	padding:0;
}

div.subscribe input.text {
	border:1px solid #b4b4b4;
	font-size:11px;
	padding:3px;
	color:#636363;
}

div.subscribe select {
	border:1px solid #b4b4b4;
	font-size:11px;
	padding:2px;
	width:207px;
	color:#636363;
}

div.subscribe div.button {
	float:right;
	margin-top:0px;
}

div.subscribe .franchisesList{
    height:70px;
    width:205px;
    border:1px solid #ccc;
    overflow-x:hidden;
    overflow-y:scroll;
}

div.subscribe input.bigField { width:200px; display:inline; }

div.subscribe input.tinyField { width:40px; margin-right:10px; }

div.subscribe div.adress input { margin-bottom:2px; }

div.subscribe .warning { font-size:9px; }


/* UserAccount */
#CONTENT .accountMenu div.areaOnglet {
	position:relative;
	overflow:hidden;
	float:left;
	clear:left;
	width:745px;
	padding-bottom:10px;
}

#CONTENT .accountMenu .menuOnglet {
	border-bottom:none;
	position:relative;
	overflow:hidden;
	float:left;
	clear:left;
	border-left:1px solid #D8D8D8;
	border-top:1px solid #D8D8D8;
	border-right:2px solid #D8D8D8;
	background-color:#f1f6fc;
	top:2px;
	z-index:3;
}

#CONTENT .accountMenu .menuOnglet a.onglet {
	float:left;
	padding:6px 12px;
	background-image:url(/img/ongletsep.gif);
	background-repeat:no-repeat;
	background-position:top right;
	border-bottom:2px solid #D8D8D8;
	font-size:10px;
	color:#0035AD;
	text-decoration:none;
	font-weight:bold;	
}

#CONTENT .accountMenu .menuOnglet a.onglet:hover {
	text-decoration:underline;
}

#CONTENT .accountMenu .menuOnglet a.active {
	background:#FFF;
	border-bottom:2px solid #FFF;
	border-right:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
}

#CONTENT .accountMenu .menuOnglet a.right {
	background-image:none;
	border-right:2px solid #D8D8D8;
}

#CONTENT .accountMenu .menuOnglet a.left {
	border-left:none;
}

#CONTENT .accountMenu .menuOnglet a.noImage { background:#f1f6fc; }

#CONTENT .accountMenu .onglet span {
	text-transform:none;
	font-size:10px;
}

#CONTENT .accountMenu div.part {
	border-top:2px solid #D8D8D8;
	padding:0;
	z-index:1;
}

#CONTENT .accountMenu div.part .contentOnglet {	
	margin: 10px 0px 20px 5px;
	width:725px;
	position:relative;
	overflow:hidden;
}

#CONTENT .accountMenu div.part .contentOnglet div.text {
	margin-left:10px;
}

#CONTENT .accountMenu div.titleOnglet {
	color:#0035AD;
	font-weight:bold;
	font-size:11px;
}

#CONTENT .tabOnglet {
	background-color:#88B9E4;
	font-weight:bold;
	font-size:10px;
	padding:5px;
	color:#FFFFFF;
}

#CONTENT .tabOngletItem {
	font-size:10px;
	padding:2px;
	color:#666666;
}


/*
Adrien 27012009
Home page
*/
/* Logo */

/* Flash */
#flashmovie{width:990px;height:467px;background:white;margin:0;text-align:left;position:relative;}
/* Identification */
#PAGE{position:relative;z-index:0;}
