/* Graphisme général de la page hors éléments centraux */
body {
	background: #EFEFEF;
	margin: 0;
	padding: 0;
	font: 80% "Lucida Grande", Lucida, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 160%;
	text-align: center; /* pour corriger le bug de centrage IE */
}

.global {
	margin-left: auto;
	margin-right: auto;
	width: 945px; /* largeur obligatoire pour être centré */
}

/* Barre de synergies */
#synergies {
	width: 100%;
	height: 25px;
}

/* Header */
#header {
	margin: 0px;
	background: url('../img/2011/header_fond.png') repeat-x center;
	width: 100%;
	height: 111px;
}

#logo {
	width: 311px;
}

#header_droite {
	background: url('../img/2011/header_droite.png') no-repeat;
	width: 634px;
	height: 111px;
}

#invite_synergie {
	margin: 18px 0px 0px 118px;
	width: 282px !important; width:286px;
	height: 75px;
}

#invite_synergie_on {
	background: url('../img/2011/infobulle.png') no-repeat;
	padding: 6px 0px 0px 4px;
	width: 282px !important; width:286px;
	height: 75px;
	text-align: left;
}

#invite_login {
	width: 224px;
	height: 111px;
	text-align: left;
	margin: 0px 0px 0px 6px;
	padding: 12px 0px 0px 0px;
}

/* Onglets et sous onglets */
#onglets {
	background: url('../img/2011/header_bas_1pix.png') repeat-x;
	width: 100%;
	height: 42px;
}

#onglets_conteneur {
	width: 945px;
	height: 42px;
}

#onglets_conteneur_non_loggue {
	background: url('../img/2011/header_bas.png') no-repeat;
	width: 945px;
	height: 42px;
}

.onglet1 {
	background: url('../img/2011/onglet_01.png') no-repeat;
	width: 235px;
	height: 53px;
}

.onglet4 {
	background: url('../img/2011/onglet_04.png') no-repeat;
	width: 235px;
	height: 53px;
}

.onglet5 {
	background: url('../img/2011/onglet_05.png') no-repeat;
	width: 235px;
	height: 53px;
}

.titre_onglet_bloc {
	position: relative;
	margin: 24px 0px 0px 0px;
	width: 235px;
	text-align: center;
}

a.titre_onglet {
	color: #fd6e01;
	font-size: 16px;
}

a.titre_onglet_off {
	color: #FFF;
	font-size: 16px;
}

#sous_onglet {
	margin: 0px;
	background: url('../img/2011/sous_onglet.png') no-repeat;
	width: 945px;
	height: 31px;
	text-align: left;
}

.sous_onglet_actuel {
	font-weight: bold;
}

/* Contenu de la page */
#contenu {
	text-align: left;
}

/* Plan */
#plan {
	background: #FFFFFF;
	margin: 24px 0px 0px 0px;
	width:947px;
	text-align: left;
}

/* arrondi */
.arrondi {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
