/* -----------------------------------------------------------------------------
 * Feuille de style principale
 *
 * @autor AXAIDE Creation
 * @version 0.1
 * @date Mai 2009
 * -----------------------------------------------------------------------------*/

/* Parametres page */

html { font-size: 100%; }
html, body, form, div, table, p { margin: 0; padding: 0; }

body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Verdana, Helvetica, FreeSans, sans-serif;
    font-size: 0.8em;
    line-height: 1.4;
    color: #616161;
    background: white;
    text-align: center; /* centre main div IE */
}

img { border: 0; }
li { list-style-type: square; }
a { text-decoration: none; color: #7298b9; }
a:hover { text-decoration: underline; color: #94b5d2; }
a:focus, a:active {outline: 0;}
i { font-size: 11px; font-weight: normal; }
hr { }
table { border-collapse: collapse; }

.Bad { color: #98250b; }
.Notice { color: #bb5c1a; }
.Ok { color: #229522; }
.Blue { color: #94b5d2; }

/* Titres */

h1, h2, h3, h4, h5, h6 {
    margin: 0; /* Rapproach title with text */
    line-height: 1.2;
    font-style: normal;
    font-weight: normal;
}
h1 { font-size: 32px; line-height: 42px; }
h2 { font-size: 20px; margin-bottom: 8px; }
h3 { font-size: 16px; color: #276fbd; }
h4 { font-size: 16px; color: #535353; }
h5 { font-size: 13px; color: #2c86e7; }
h6 { }

/* Mise en forme principal */

/*debug layout
#Main, #Header #Footer, td
    { background: #eee; border: 1px solid red; }*/

#Main {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#Header {
    height: 130px;
    overflow: hidden;
}

#Footer {
    height: 90px;
    background: url(images/axstyle/logo_footer.gif) 16px 0 no-repeat;
    text-align: right;
    margin-top: 25px;
}

.Line {
    width: 1000px;
    height: 15px;
    background: url(line.gif) 0 0 no-repeat;
}

#Main, #Header #Footer, #Line { width: 1000px; }

/* Menu */

#Menu {
    width: 600px;
    height: 34px;
    position: absolute;
    margin: 96px 0 0 400px;
}

#Menu a {
    width: 149px;
    height: 34px;
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #555;
}

#Menu a:hover {
    background: url(bg_menu.gif) 0 0 no-repeat;
    color: #4f7a9f;
    text-decoration: none;
}

/* items principaux */

/* logo header */
.logo {
    display: block;
    width: 309px;
    height: 100px;
    background: url(logo.gif) 0 0 no-repeat;
    position: absolute;
    margin: 24px 0 0 12px;
}

/*mise en forme footer*/
.mentions { width: 670px; margin: 0 30px 0 300px; }

.hr01 {
    width: 956px;
    height: 1px;
    border: 0;
    background: url(hr.jpg) no-repeat;

    margin-bottom: 12px;
    clear: both;
}

/* ---------------------------------- style du switcher ---------------------*/

#Switcher {
	margin-left: 544px;
	position: absolute;
	width: 450px;
	height: 50px;
}

.SwitcherItem {
	display: block;
	width: 150px;
	height: 50px;
	float: left;
	line-height: 30px;
	font-size: 14px;
    color: #555;
    padding-top: 5px;
}

.SwitcherItem:hover {
	text-decoration: none;
    color: #555;
}

.Crea:hover { background: url(bg_switch_crea.gif) no-repeat; }
.Assist:hover { background: url(bg_switch_assist.gif) no-repeat; }
.Infra:hover { background: url(bg_switch_infra.gif) no-repeat; }

.CreaOn { background: url(bg_switch_crea.gif) no-repeat; }
.AssistOn { background: url(bg_switch_assist.gif) no-repeat; }
.InfraOn { background: url(bg_switch_infra.gif) no-repeat; }

.SwitcherItem img {
	margin-left: 16px;
	margin-right: 12px;
	float: left;
}

/*
-----------------------------------------------------------
Les style des element qui ne sont pas généraux au theme
(genre tout ce qui est spécifique a une page)

-> axaide_content.css
-----------------------------------------------------------
*/









