/* feuille de style section 'accueil SNEL' */


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
* { padding: 0; margin: 0; }
body {
    font-family: Arial, Sans-serif;
    font-size: 11px;
    color: #4C4C4C;
    background: #516A71;
    margin: 0;
}

img {border: none;}
p {padding-top: 10px;}
.hide {display: none;}

/* --- fond de la page --- */
#fd {
    position : absolute;
    z-index:0;    
    top: 0px;
    left: 0px;
    background: left top url(../images/fd_util.gif) no-repeat;
    width:1010px;
    height: 309px;
   }

/* --- Logo SNEL --- */
#snel {
    position : absolute;
    z-index:10;    
    top: 0px;
    left: 0px;
    background: url(../images/log_page.gif) no-repeat;
    width:124px;
    height: 113px;
   }

/* --- navigation de niveau 1 --- */
#menu_1_content{
    position : absolute;
    z-index:3;
    top: 14px;
    left: 172px;
    width: 825px;
    height: 59px;
}
#menu_1{
    padding-left: 0px;
}
#menu_1 li{
    padding-left: 3px;
    list-style-type: none;
    text-align: left;
    display: inline;
}

/* --- navigation de niveau 2 --- */
#menu_2_content{
		background: left top url(../images/cartH_news.gif) no-repeat;
    position : absolute;
    z-index:5;
    top: 78px;
    left: 0px;
    width: 192px;
    height: 59px;
    padding-top:62px;
}

/* --- cartouche news letter --- */
#newsL {
		font-family: Trebuchet MS, Arial, Sans-serif;
    font-weight: normal;
    color: #FFF;
    font-size: 12px;
    padding-bottom:10px;
    background-color: #85A5CC;
    padding-left:20px;
    padding-top:10px;  
}
.recher {
    text-decoration: none;
    font-weight: normal;
    color: #44534E;
    font:11px Arial, Sans-serif;
}
#bouton_recher {
    background: url(../images/ico-ok_news.gif) no-repeat;
    width: 26px;
    height: 17px;
		border-width: 0px;
}
#basCart_news {
		background: url(../images/basCart_news.gif) no-repeat;
		width:192px;
		height:30px;
		}

/* --- zone de contenu --- */

.chapo{
    font-family: arial, Sans-serif;
    font-size: 11px;
    color: #FD9800;
    font-weight: bold;
}

.pptexte{
		font-family: Arial, Sans-serif;
    font-weight: normal;
    color: #435151;
    font-size: 9px;
}

.txt{
		font-family: Arial, Sans-serif;
    font-weight: normal;
    color: #435151;
    font-size: 11px;
    text-align: left;
}

#content{
    position : absolute;
    z-index:3;
    top: 95px;
    left: 192px;
    width: 775px;
    background:#FFF;
}

#content_txt{
		font-family: Arial, Sans-serif;
    font-weight: normal;
    color: #435151;
    font-size: 11px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 30px;
    padding-right: 30px;
    background: #FFF;
    text-align: left;
}
#content_txt a{
    color: #85A5CC;
    text-decoration: none;
}
#content_txt a:hover{
    text-decoration: underline;
}
#content_txt h1{
		font-family: Trebuchet MS, Arial, Sans-serif;
    font-weight: bold;
    color: #FD9800;
    font-size: 20px;
    padding-bottom:10px;
}
#content_txt h2{
		font-family: Arial Narrow, arial, Sans-serif;
    font-weight: normal;
    color: #FD9800;
    font-size: 13px;
    margin-bottom:-13px;
}

#content_txt h4{
		font-family: Arial, Sans-serif;
    font-weight: bold;
    color: #435151;
    font-size: 13px;   
}


#content_txtProg {
		font-family: Arial, Sans-serif;
    font-weight: normal;
    color: #435151;
    font-size: 11px;
    padding-left: 30px;
    padding-right: 20px;
    background: #FFF;
    text-align: left;
}
#signature {
		font-family: Arial, Sans-serif;
    font-weight: normal;
    color: #435151;
    font-size: 12px;
    text-align: right;
}
#content_gauche_aut {
		float : left;
		width:500px;
		padding-right: 30px;
		background:#FFF;
}

#content_gauche {
		float : left;
		width:230px;
}
#content_central {
		float : left;
		width:250px;
		padding-top: 55px;
		padding-left: 50px;
		padding-left: 30px;
}
#content_droite {}

/* --- image du bas de la zone de texte --- */
#basp {
clear:left;
    background: bottom url(../images/basp_util.gif) no-repeat;
    height:33px;   
}
/* --- rubriques utilitaires --- */
#util {
    text-align: right;
    background-color: #516A71;
}
#util li{
    list-style-type: none;
    display: inline;
    background: right top url(../images/pixBlanc.gif) repeat-y;
    font-weight: normal;
    color: #FFF;
    font-family: Arial, Sans-serif;
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
}
#util li a {
    color: #FFF;
    text-decoration: none;
   padding-left: 5px;
    padding-right: 5px;
}
#util li a:hover {
		color: #FFF;
    background-color: #516A71;
    text-decoration: none;
    font-weight: none;
    padding-left:5px;
    padding-right:5px;
}

