* {
    margin: 0;
    padding: 0;
}

html, body, img, p, div, span, form, h1, h2, h3, h4, table, tr, td, select {
    border: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    color: #000;
    background-color: #4A6373;
    width: 100%;
    height: 100%;
}

a {
    color: #508AC5;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #F86414;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/****************************************************************************/
/***                                                                      ***/
/***  STRUCTURE                                                           ***/
/***                                                                      ***/
/****************************************************************************/

#bandeau {
    position: relative;
    width: 900px;
    height: 196px;
    background: url('images/bandeau.gif');
}

#pub_bandeau {
    position: absolute;
    top: 88px;
    left: 424px;
}

#entete {
    width: 900px;
    color: #FFF;
    height: 40px;
    line-height: 35px;
}

#menu_gauche, #menu_droite {
    width: 180px;
    background-color: #9CBDD6;
    text-align: center;
	font-size: 90%;
}

#contenu {
    width: 530px;
    background-color: #FFF;
    padding: 5px;
    text-align: justify;
}

#pied_page {
    background-color: #9CBDD6;
    font-size: 90%;
    color: #C00;
}

/****************************************************************************/
/***                                                                      ***/
/***  STYLES                                                              ***/
/***                                                                      ***/
/****************************************************************************/

h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 105%;
    color: #4A6373;
    margin-bottom: 15px;
	text-align: center;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #EDF3F8;
    font-size: 75%;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.homepage_texte {
    margin-bottom: 10px;
}

.menu_prevision {
    padding-top : 5px;
    padding-bottom : 15px;
	color: #5a2963;
}

#entete a {
    color: #FFF;
    border-bottom: 1px dotted #EDF3F8;
	font-size: 90%;
	margin-left: 32px;
	margin-right: 32px;
}

#entete a:hover {
    color: #9CBDD6;
    border-bottom: 1px dotted #9CBDD6;
}

#menu_gauche a, #menu_droite a {
    color: #5a2963;
    border-bottom: 1px dotted #000;
    font-size: 90%;
}

#menu_gauche a:hover, #menu_droite a:hover {
    color: #EDF3F8;
    border-bottom: 1px dotted #EDF3F8;
}

#contenu p, .bulletin {
    font-size: 80%;
    margin-bottom: 10px;
}

.bulletin {
    width: 100%;
}

.bulletin th {
    background-color: #F5F9FC;
    height: 30px;
    text-align: center;
}

.bulletin .commentaire {
    border-top: 1px solid #9CBDD6;
    border-bottom: 1px solid #9CBDD6;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bulletin .prevision_matin {
    border-right: 1px solid #9CBDD6;
}

.ligne, .colonne_1, .colonne_3 {
    font-size: 90%;
    border: 1px solid #000;
    vertical-align: top;
}

.colonne_1, .colonne_3 {
    border-bottom: 0;
}

.colonne_1 {
    width: 200px;
}

.colonne_2 {
    width: 20px;
}

.colonne_3 {
    width: 307px;
}

.titre_colonne_1 {
    color: #FFF;
    background-color: #638CB5;
    font-weight: bold;
    font-size: 90%;
    padding: 5px;
}

.titre_colonne_2 {
}

.titre_colonne_3 {
    color: #FFF;
    background-color: #5A2953;
    font-weight: bold;
    font-size: 90%;
    padding: 5px;
}

.contenu {
    padding: 5px; 
}

.homepage_important {
    color: #F00;
}

.pub_horizontal {
    text-align: center;
    padding: 5px;
}

.pub_centree {
    font-size: 90%;
    border: 1px solid #000;
    border-bottom: 0;
    vertical-align: center;
    text-align: center;
    padding: 5px;
}

.formadmin {
width:100%;
}

.formadmin th {
background:#4a6373;
color:#ffffff;
font-family:arial;
font-weight:bold;
font-size:13px;
}
.formadmin td {
background:#9cbdd6;
color:#993300;
font-family:arial;
font-weight:bold;
font-size:11px;
}

#bjradmin {
font-family:arial;
font-size:12px;
font-weight:bold;
}
#enteteadmin {
    width: 900px;
    color: #FFF;
    height: 40px;
    line-height: 35px;
}
#enteteadmin a {
    color: #FFF;
    border-bottom: 1px dotted #EDF3F8;
	font-size: 90%;
	margin-left: 20px;
	margin-right: 20px;
}
#enteteadmin a:hover {
    color: #9CBDD6;
    border-bottom: 1px dotted #9CBDD6;
}