

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**======================================================
    General
=========================================================*/

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
letter-spacing:0.2px;
margin: 0;
padding: 0;
}
a:link{color: #000;text-decoration: underline;}
a:visited{color: #000;text-decoration: underline;}
a:hover{color: #000;text-decoration: none;}
a:focus{color: #000;text-decoration: underline;}
em{font-style: italic;}
p{text-align: justify;line-height: 20px;}
strong{font-weight: bold; font-family: Verdana; }

/**======================================================
    Layout. 

header + menu bar. En dessous 3 colonnes de largeur fixe, 
gauche et droite flottantes. Colonne centrale divis&#233;e en
deux colonnes pour le cas des offres d'emploi

=========================================================*/

#container {
margin: 0;
padding: 0;
float:left;
width:1850px;
background:transparent;

}

.separation /**spacer*/
{
clear:both;
visibility:hidden;
}

#header {
background-image:url('/img/GHexecutive-LargeHD.jpg');
background-repeat: no-repeat;
position:absolute;/*positioning from body*/
top:10px;
left:8px;
width:100%;
margin: 0;
padding: 0;
height:75px;

}

#header_title span{
display:none;
}

#header .soustitre1{
color:#666666;
position:relative;
top:40px;
left:160px;
display:inline;
margin-right:10px;
font-size:15px;
font-family:arial;
font-weight:bold;
letter-spacing:0.2em;
}
#header .soustitre2{
position:absolute;
top:7px;
left:194px;
display:block;
height:70px;
width:400px;
font-size:1em;
color:#66CCFF;
letter-spacing:0.1em;
background-image:url('/img/groupe.png');
background-repeat: no-repeat;

}

#menubar {
display:none;
position:absolute;/*positioning from body */
top:70px;
left:0px;
background:transparent;
width:1837px;
padding:0;
margin:0;
height:40px;
}

#content {
position:relative;/*positioning from body . relative  pour rentrer dans le flux du document et faire englober le conteneurs enfants*/
width:1850px;
top:124px;
margin-top:0px;
background:transparent;
}

#content img{
padding:0;
margin:0;
}


#bloc_gauche{
float:left;
width:120px;
margin:0;
padding:0;
margin-top:0;
margin-bottom:0;
}


#bloc_droite{
float:right;
width:1119px;
margin-top:0;
margin-bottom:0;
}

#html_content{
text-align:justify;
padding:0;
width:540px;
height:500px;
margin-left:174px;
margin-right:0px;
background:#E6F3FF;
margin-top:0;
margin-bottom:0;
overflow-y:auto;
overflow-x:hidden;
}
#html_content p{
margin-left:20px;
margin-right: 20px;
margin-top:10px
}

#html_content img {
padding-left:20px;
padding-right:309px;
padding-bottom:30px;
background:url(/img/fond.png);
}

#html_content h2 {
margin: 0;
background:url(/img/fond.png);
padding-top:20px;
padding-bottom:10px;
text-indent: 20px;
color:#fff;
width: 439px;
font-weight:bold;
letter-spacing:0.1em;
font-size:1.7em;
}

#html_content h3 {
margin: 15px 0 5px 0;
font-weight:bold;
text-indent: 20px;
}

#html_content h2:first-letter{
font-size: 120%;
}

#html_content li,ol,ul
{
list-style-type: circle;
margin-left:30px;
margin-right:20px;
margin-top:10px
}


/** Le cas des offres d'emploi, deux colonnes dans le div html_content**/
.offer {
clear:left;
}

#html_content .offer h2 {
width: 540px;
}

#html_content .offer img{
    padding:0;
    margin-left:20%;
    margin-right:20%;
    margin-top: 20px;
    padding-bottom: 40px;
    background: transparent;    
}

#html_content .offer p{
background-color: #e6f3ff;
padding: 10px 10px;
margin: 0 0;
} 

.row {
background-color: #fff;    
}

.row a:link{
display: block;

background-color: #e6f3ff;
padding: 10px 0 20px 10px;
}

.row .left {
float:left;
width:50%;
background: #E6F3FF;      

}

.row .right {
float:left;
width:50%;
background: #E6F3FF;
overflow: hidden;
}
.row .right img{
overflow: hidden;
}


/**======================================================
    Messages
=========================================================*/

.message {
    border: 1px solid;
    margin: 12px 0;
    background: no-repeat 8px 10px;
}
.mssg_txt {
    font-size: .8em;
    line-height: 1.4;
    color: #333;
    margin: 8px 8px 8px 48px;
}
.mssg_error {
    border-color: #e01616;
    background-color: #fdf3f3;
    background-image: url('/img/admin/forbidden.gif');
}
.mssg_notice {
    border-color: #f57900;
    background-color: #fef8f2;
    background-image: url('/img/admin/exclamation.gif');
}
.mssg_success {
    border-color: #47c518;
    background-color: #f6fcf3;
    background-image: url('/img/admin/success.gif');
}
.mssg_error strong {
    color: #e01616;
}
.mssg_notice strong {
    color: #f57900;
}
.mssg_success strong {
    color: #47c518;
}
#authMessage {
    font-size: .9em;
    padding: 1em;
    border-color: #f57900;
    background-color: #fef8f2;
}

/**======================================================
    Footer
=========================================================*/
#footer{
color:white;
    text-align: center;
    height: 20px;
    line-height: 20px;
    display:none;
}
#footer p{
    text-align: center;
}

#menubar{display:none;
height:32px;
margin: 7px 0;

}
#lavaLamp {
	    background-color: #66CCFF;            
	    position: relative;
            top:-10px;
            height: 12px;
            width: 100%;
            padding: 10px;
            margin: 10px 0 0px 0px;
            overflow: hidden;
            border: 0px solid #66CCFF;
        }
                #lavaLamp li {
                    float: left;
                    list-style: none;

                }
                    #lavaLamp li.back {
                        border-bottom: 5px solid #fff;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;

                    }
                    #lavaLamp li a {
                        font: bold 12px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: -1px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 15px;
                        position: relative;
                        overflow: hidden;
                        margin:-3px 15px 0px 10px;

                    }   
                        #lavaLamp li a:hover, #lavaLamp li a:active, #lavaLamp li a:visited {
                            border: none;


                        }      