@import "custom.css";

body
{
	background-color: #42b0e1;
	font-size: 77%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #58585a;
    text-align: center;
    margin: 0px;
}
a
{
	color: #e57126;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, form, fieldset, img, p, div
{
	padding : 0px;
	margin: 0px; 
	border: 0px;
}
table, td, h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}
input
{
	font-size: 100%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}


/*  MISE EN PAGE */
.invisible { display: none; }
.left { float: left; }
.right { float: right; }
.middle { vertical-align: middle; }
.center { text-align: center; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.overflow { overflow: auto; }
.hidden { position: absolute; height: 0px; width: 0px; overflow: hidden; }

/* erreur, confirmation, etc... */
#content .error
{
	font-weight: bold;
	color: #e57126;
	border: solid 1px #e57126;
	padding-left: 36px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url("../img/fr/error.gif");
	background-repeat: no-repeat;
	background-position: 8px center;
}
.success
{
	font-weight: bold;
}
.disabled
{
	color: #666666;
}

/*  STRUCTURE GENERALE */
#global
{
	width: 970px;
	margin: 0px auto;
	background-color: #73c1e8;
	text-align: left;
}

/* menu d'évitement */
#navaccess
{
	font-size: 92%;
	width: 970px;
	margin: 0px auto 2px auto;
	padding: 15px 0px 0px 0px;
	list-style: none;
	background-color: #42b0e1;
    color: #ffffff;
    text-align: left;
}
#navaccess li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navaccess span
{
}
#navaccess a
{
    color: #ffffff;
}
#navaccess a:hover
{
}

/* En-tête */
div.head
{
    height: 86px;
    margin-bottom: 15px;
}
div.logo
{
    float: left;
    width: 320px;
    height: 86px;
}
#header
{
    float: right;
    width: 650px;
    height: 86px;
	background-image: url("../img/fr/header_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#header ul
{
	font-size: 92%;
	margin: 0px auto 2px auto;
	padding: 68px 20px 0px 0px;
	list-style: none;
    color: #ffffff;
    text-align: right;
}
#header li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#header li.pmr
{
	background: url('../img/fr/picto-access.gif') no-repeat;
	background-position: center left;
	padding-left: 18px;
}
#header a
{
    color: #ffffff;
}

/* Pied de page */
#foot
{
	text-align: center;
	font-size: 92%;
	padding: 2px;
	color: #ffffff;
}
#foot a
{
	color: #ffffff;
}
#foot img.icon
{
	margin: 2px 3px;
	vertical-align: middle;
}

/* Zone principale */
#main
{
	background-image: url("../img/fr/base_bleue.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 18px;
}
#content
{
    margin-left: 200px;
	width: 560px;
	background-image: url("../img/FR/bg_centre.gif");
	background-repeat: repeat-y;
}
#content .top
{
	height: 18px;
	background-image: url("../img/fr/top_centre.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#content .bottom
{
    clear: both;
	height: 18px;
	background-image: url("../img/fr/base_centre.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* Contenu */
#content div.contenu
{
	margin: 10px 20px;
}
#content h2
{
	font-size: 143%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #e57126;
}
#content h3
{
	font-size: 123%;
	font-weight: bold;
	color: #e57126;
}
#content img 
{
    margin: 5px;
	padding : 0px;
	border: 0px;
}
#content img.icon
{
	margin: 2px 3px;
	vertical-align: middle;
}
#content p
{
	margin: 5px 0px 10px 0px;
}
#content ul
{
	margin: 5px 0px 10px 20px;
	padding: 0px;
}
#content ul li
{
}

/* page d'accueil */
#content div.home
{
    padding: 0px 10px 0px 20px;
}
#content .home a
{
    font-weight: bold;
}
#content .home .etapes
{
    overflow: auto;
    width: 250px;
    float: left;
}
#content .etapes div
{
}
#content .etapes img
{
    float: left;
    margin: 0px;
    padding-bottom: 10px;
}
#content .etapes div.rechargement img
{
    padding-bottom: 9px;
}

/* Menu de navigation principal */
#navprinc
{
	width: 195px;
	float: left;
}
#navprinc .top
{
    margin-left: 5px;
	height: 12px;
	background-image: url("../img/fr/top_menu_gauche.gif");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #edf7fc;
}
#navprinc .bottom
{
    margin-left: 5px;
	height: 12px;
	background-image: url("../img/fr/base_menu_gauche.gif");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #edf7fc;
}
#navprinc .menu
{
    margin-left: 5px;
	background-color: #edf7fc;
	font-size: 110%;
	font-weight: bold;
}
#navprinc .menu ul
{
    margin: 0px 10px 0px 10px;
    padding: 0px;
    list-style: none;
}
#navprinc .menu li
{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 30px;
    border-bottom: solid 1px #E57126;
}
#navprinc .menu li.last
{
    border-bottom: none;
}
#navprinc .menu li:hover, #navprinc .menu li.on
{
	background-image: url("../img/fr/hover_menu_gauche.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
#navprinc a
{
    color: #58585a;
    text-decoration: none;
}
#navprinc a:hover, #navprinc .menu li.on a
{
    color: #E57126;
    text-decoration: none;
}

/* Menu secondaire (outils à droite) */
#navsec 
{
	width: 195px;
	float: right;
}

#navsec .box
{
	margin-top: 10px;
	width: 190px;
	padding-top: 8px;
	background-image: url("../img/fr/top_menu_droite.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #edf7fc;
}
#navsec .box .bottom
{
	height: 12px;
	background-image: url("../img/fr/base_menu_droite.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#navsec .box .title
{
	color: #E57126;
	font-size: 110%;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 5px;
}
#navsec .box img.stan
{
}
#navsec .box img.sub
{
	border-left: 2px solid #E57126;
	padding-left: 9px;
}

#navsec img.mixcites
{
	margin-top: 10px;
}


/* Navigation */
div.navigation 
{
	font-weight: bold;
	font-size: 92%;
	margin-left: 20px;
}
div.navigation span {
	font-weight: normal;
}
div.navigation a {
	font-weight: normal;
}

