/* Annonce-emploi.fr */
/* box */
@import url("http://www.annonce-emploi.fr/css/tpl/box.css");


/* General styles */
html, body {
margin:0;
padding:0;
border:0;			/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#fff;
min-width:770px;    /* Minimum width of layout - remove line if not required */
font-family: Helvetica,Arial,Verdana,sans-serif;
font-size:0.9em;
color: #333333;
}


img 
{
border:none;
}

a
{
color: #ff3333;
}

h1
{
color: #2852b1;
font-family:Arial,Verdana,Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
margin: 0;
}

h2
{
color: #ff6633;
font-family:Arial,Verdana,Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
margin: 0;
}

.barre_head
{
width: 100%;
font-size: 12px;
}
.barre_head hr
{
clear: both;
width: 100%;
border: 1px solid #3d65af;
margin: 0;
padding: 0;
}
.barre_headG
{
color: #3d65af;
font-size: 12px;
float: left;
font-weight: bold;
}

.barre_headD
{
color: #ff3333;
font-family: Verdana,Trebuchet MS,Arial;
font-weight: bold;
font-size: 14px;
float: right;
}

.header
{
background: url(http://www.annonce-emploi.fr/img/tpl/bgHeader.png);
background-repeat: repeat-x;
width: 100%;
height: 120px;
margin: 0;
}
.barre_tab
{
clear:both;
margin-bottom:2px;
}
.barre_tab a
{
background: url(http://www.annonce-emploi.fr/img/tpl/bgTab.png);
background-repeat: repeat-x;
margin-left: 5px;
padding: 2px 8px 2px 8px;
height: 27px;
border: 1px solid #819aca;
font-size: 14px;
font-weight: bold;
color: #07519a;
text-decoration: none;
}

.barre_tab a:hover
{
background: #809acb;
color: #ffffff;
}

.txt_blueTitre
{
color: #3d65af;
font-size: 12px;
font-weight: bold;
margin-bottom: 5px;
}
.chercher 
{
float: left;
}


.chercher_bt
{
background: #819aca url(http://www.annonce-emploi.fr/img/tpl/bt_chercher.gif) no-repeat;
width: 90px;
height: 26px;
cursor: pointer;
border: 0;
vertical-align:middle;
}

.chercher_bt:hover
{
opacity: 0.8;
filter : alpha(opacity=80);
-moz-opacity : 0.8; 
}
.inputBG
{
background: #edf2f5 url(http://www.annonce-emploi.fr/img/tpl/icon/loupe.png) no-repeat;
color: red;
height: 20px;
padding-left:21px;
border: 2px solid #819aca;
border-right: 0;
vertical-align:middle;
}
.inscription
{
background: url(http://www.annonce-emploi.fr/img/tpl/inscription.gif);
background-repeat: no-repeat;
width: 292px;
height: 96px;
font-family: Verdana,Trebuchet MS,Arial;
color: #3d65af;
font-weight: bold;
vertical-align: middle;
}

.inscription_field
{
padding-top:10px;
padding-right: 20px;
padding-left: 40px;
vertical-align: middle;
font-size: 11px;
}
.bt_inscription
{
background: url(http://www.annonce-emploi.fr/img/tpl/bt_go.gif);
background-repeat: no-repeat;
width: 33px;
height: 40px;
cursor: pointer;
color: #FFFFFF;
border-color: red;
}

.bt_inscription:hover
{
opacity: 0.9;
filter : alpha(opacity=90);
-moz-opacity : 0.9; 
}


/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:auto !important;				/* width of whole page */
        width: 770px;
        min-width: 770px;
        max-width: 1200px;
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#f8fafb;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#ffffff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background: #ffffff url(http://www.annonce-emploi.fr/img/tpl/cluster_border.gif) 100% 0 repeat-y;
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:0em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px 0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
        padding: 3px;
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
        padding: 3px;
    }
    

/* Footer styles */
.footer {
clear:both;
float:left;
width:100%;
border-top:3px solid #f6faf8;
}
.footer a {
color: #165ba0;
}
.footer a:hover {
color: #ff3333;
}
.footer_titre {
background: #e9f4fd;
height: 30px;
width:100%;
border-top:1px solid #1e4079;
border-bottom:1px solid #333333;
}
.footer_titre span {
background: url(http://www.annonce-emploi.fr/img/tpl/icon/flechBig.png) left;
background-repeat: no-repeat;
padding-left: 26px;
height: 24px;
padding-top: 3px;
font-weight: bold;
font-size: 14px;
color: #165ba0;
}

.footer_bottom {
clear:both;
background: #ebf5fd;
min-height: 26px;
width:100%;
margin: 10px 0 0 0;
color: #165ba0;
}

.bnTcol
{
color: #3d65af;
font-weight: bold;
font-size: 14px;
width: 175px;
border-right: 1px solid #819bcb;
}
.bnT1
{
padding-left: 10px;
}
.barre_nav {
background: #f8fafb;
height: 38px;
border-top: 2px solid #819bcb;
border-bottom: 1px solid #819bcb;
margin: 0;
}
.barre_nav table
{
padding:6px 15px !important;
margin: 0;
}

.barre_nav h1
{
margin: 0;
}


/* Hx */
.hr1_rouge { 
background:url(http://www.annonce-emploi.fr/img/tpl/hr2_rouge.jpg) bottom left no-repeat;
border:0;
color:#990000;
font-size: 16px;
}
.hr1_orange { 
background:url(http://www.annonce-emploi.fr/img/tpl/hr2_orange.jpg) bottom left no-repeat;
border:0;
color:#cc6600;
font-size: 16px;
}

.hr2_rouge { 
background:url(http://www.annonce-emploi.fr/img/tpl/hr2_rouge.jpg) bottom left no-repeat;
width:350px;
border:0;
color:#990000;
font-size: 16px;
}
.hr2_orange { 
background:url(http://www.annonce-emploi.fr/img/tpl/hr2_orange.jpg) bottom left no-repeat;
width:350px;
border:0;
color:#cc6600;
font-size: 16px;
}

/* Box */
.box {
background: #F5F9FD;
border: 1px solid #CBDBFC;
padding:5px;
}
.box:hover {
background-color: #fef4f4;
}

.boxRes {
clear: both;
background: #FFFFFF;
border-bottom: 1px solid #999999;
padding:5px;
padding-bottom: 20px;
}
.boxRes:hover {
background-color: #fffff6;
}
.boxRes_titre {
color: #3d65af;
}
.boxRes_titre a {
color: #3d65af;
font-weight: bold;
font-size: 14px;
}
.boxRes_titre a:hover {
color: red;
}

.boxRes_tools a {
color: #333333;
font-size: 12px;
margin-right: 20px;
text-decoration: none;
opacity: 0.4;
filter : alpha(opacity=40);
-moz-opacity : 0.4; 
}
.boxRes_tools a > img{
margin-right: 3px;
}

.boxRes_tools :hover{
color: #999999;
opacity: 1;
filter : alpha(opacity=100);
-moz-opacity : 1;
background: #F5F9FD;
}

/* Divers */
.pencarte {
background: url(http://www.annonce-emploi.fr/img/tpl/pencarte.gif) no-repeat;
width: 350px;
height: 256px;
border: 0;
}
