﻿* { margin: 0;
	padding: 0;
}
html {
	min-width: 800px;
}
body{
	min-width: 800px;
}
body#body {
	font: 100% Arial, Verdana, sans-serif;;
	background: url('images/menubg.gif') repeat-y -50px 0;
	min-width: 800px;
}

#content img {
	margin: 5px;
}

form input {
	border: 1px groove #aaa;
	margin-left: 2px;
}
p, h5 {
	margin: 0 0 0.5em 0;
}

#top {
	padding: 0;
	border-bottom: 1px solid gray;
	background-image: url(images/top6.png);
	height: 110px;
	min-width: 1110px;
}

#topleft{

	width: 510px;
	float: left;
       
}

#topright{

	height: 104px;
	width: 600px;
	float: right;

}

.fondu{

	 position:absolute; 
	 margin-left: 0px;
	 width:29px;
	
	
}

.diaporama{
    width: 600px;
    height: 104px;  
	position:absolute; 
	margin-top: 6px;
	border-bottom: 1px solid gray;
}
 
.diaporama li{
    list-style-type:none;
    overflow:hidden;
    position:absolute;  /*Les images seront positionnées toutes au même endroit */

}

.imageDiapo {
	width: 600px;
    height: 104px; 
}


#esquisse {
	position: absolute;
	right: 0px;
	margin-top: 4px;
}

#newGen{
	float:left;
	height: 300px;
}

#introDroite{
	float: right;
	height: 300px;
}

#ligneActuAccueil{
	width: 100%;
	border-spacing: 20px;
}

#actugauche{

	padding: 10px;
	border: 1px solid #BFC1C1;
	width: 48%;
	float: left;
	
	-moz-border-radius-topright : 15px 15px; 
	-moz-border-radius-bottomright : 15px 15px; 
	-moz-border-radius-bottomleft : 15px 15px;
	
	-webkit-border-radius-bottomright : 15px 15px; 
	-webkit-border-radius-bottomleft : 15px 15px; 
	-webkit-border-radius-topright : 15px 15px; 
	
	height: 75%;

}

.suiteActu {
	float: right;
}


#lol{
	clear: both;
}

#accueildroite{
	float: right;
	width: 48%;
}

#photoActuPrincipale{
	width: 100%;
}


*:first-child+html #photoActuPrincipale{
        max-width: 200px;
}



#photoActuDroite{
	/* max-width: 100%; */
}


*:first-child+html #photoActuDroite{
       max-width: 170px;
}


#actudroite{
	padding: 5px;
	border: 1px solid #BFC1C1;
	margin-bottom: 10px;
	
	-moz-border-radius-topright : 15px 15px; 
	-moz-border-radius-bottomright : 15px 15px; 
	-moz-border-radius-bottomleft : 15px 15px; 
	
	-webkit-border-radius-bottomright : 15px 15px; 
	-webkit-border-radius-bottomleft : 15px 15px; 
	-webkit-border-radius-topright : 15px 15px; 
	
	
}

.titre{
	color: #ED5F00;
	font-size: medium;
	font-weight: bold;
}

.sous_titre{
	color: #ED5F00;
	font-size: small;
	font-weight: bold;
}

#accueil{
	height:100%;
}
#hier a {
	text-decoration: none;
	color: black;
}
#hier a:hover {
	text-decoration: underline;
}
#contenu {
	margin-left: 180px;
	margin-right: 12em;
	margin-top: 10px;
	
	}
/************** GAUCHE *******************/
#gauche {
	float: left;
	width: 150px;
}
#espace {
	border-top: 10px solid white;
	color: white;
}
#espace h4 {
	padding: 5px;
}
#espace a, .rubrique div a {
	display: block;
	font-size: smaller;
	text-decoration: none;
	padding-left: 11px;
	line-height: 1em;
	padding-top: .3em;
	padding-bottom: .1em;
}
#espace a {
	color: white;
}
#espace a:hover {
	background: url(images/puce_t.gif) no-repeat center left;
}

#menu {
	border-top: 11px solid white;
	background: url(images/menubg.gif) repeat-y top right;
}
#menu ul {
	list-style-type: none;
}
.rubrique {
	border-left: 1px solid #ccc;
	padding: 0.5em 0 0.5em 5px;
	background: url('images/borduremenut.gif') no-repeat top right;
}

.rubrique a {
	text-decoration: none;
	color: black;
}
.rubrique div a {
	margin-left: -5px;
}
.rubrique div a:hover {
	background: url(images/puce.gif) no-repeat center left;
}
#content #ssrub a {
	text-decoration: none;
	border-bottom: none;
	color: black;
}
#ssrub li {
	font-size: 120%;
	display: inline;
	margin: .5em;
	line-height: 2em;
	border-bottom: 3px solid #ccc;
}
#active {
/*	font-weight: bold; */
	}
#ssrub_active {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin-top: .3em;
	margin-bottom: .3em;
	padding-top: .3em;
	padding-bottom: .3em;

}
/************** FIN GAUCHE ****************/


#droite {
	overflow: hidden;
	position: absolute;
	right: 0px;
	margin: 10px;
	width: 10em;
	height: 30em;
	list-style-type: none;
}
#droite li {
	padding: 0.2em;
}
.actualite {
	display: block;
	margin-right: 1px;
	font-size: smaller;
	padding: 0.4em 0.3em 0.4em 1em;
	text-decoration: none;
	border-top: 1px dotted #ccc;
	color: black;
}
.actualite:hover {
	background: #ccc url(images/puce2.gif) no-repeat center left;
	border-top: 1px dotted #fff;
}

.box, .box_a {
	position: relative;
}
#div_actualites {
	right: 0;
}
.box_a {
	width: 99% ; /* bug IE */
}
.box h4 {
	padding: 0.5em 0 0 0.5em;
}
.actu, .actu_active {
	background-color: #eee;
	margin: .5em;
	margin-bottom: 1em;
	padding: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
}
.actu_active {
	background: #fed url(images/bg_actus.png) no-repeat bottom right;
}

#content .actu h2, #content  .actu_active h2 {
	color: #3399ff;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content {
	font-size: 80%;
	padding: 1em;
	background: url(images/background.png) no-repeat bottom right;
	
}
#content table {
	font-size: 100%;
}
#content p {
	margin-bottom: 0.5em;
}
#content h4 {
	margin-top: 0.5em;
}
#content h1, #content h2 {
	color: #ED5F00;
}
#content ul, #content ol {
	margin-left: 1.5em;
}
#content li {
	margin-bottom: 0.5em;
/*	clear: right; */
}
#content dt {
	font-weight: bold;
	margin-top: 1em;
}
#content dd {
	margin-left: 1em;
}
#content h3 {
	font-size: 120%;
	margin-top: .5em;
	margin-bottom: 0;
}
#content h5 {
	font-size: 100%;
}

th {
	background-color: #ff9c00;
}
tr.tr1 {
	background-color: #ffdba4;
}

a img {
	border: 0;
}
#espaces {
	margin-top: 2em;
	text-align: center;
	color: #aaa;
	font-size: smaller;
}
#espaces a {
	text-decoration: none;
	color: #aaa;
}
#espaces #e_candidat { color: #e1af8a; }
#espaces #e_entreprise { color: #94d070; }
#espaces #e_presse { color: #6fbdd9; }
#espaces #e_intranet { color: #d27879; }

#espaces #e_candidat:hover { color: #f5832f; }
#espaces #e_entreprise:hover { color: #62be2e; }
#espaces #e_presse:hover { color: #00aae8; }
#espaces #e_intranet:hover { color: #cd2f31; }

#mentions {
	margin-top: .5em;
	text-align: center;
	color: #aaa;
	font-size: smaller;
}
#mentions p {
	margin-left: auto;
	margin-right: auto;
	width: 30em;
	padding-top: 0.3em;
	background: url(box/hb.gif) repeat-x top center;
}


/* bordures */ 

.box_a {
	background: url(box/bd_default.gif) repeat-x bottom right;
}
.trc, .blc, .brc, .brct, .trct, .blct
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.trc
	{
	background-image:url(box/hd.gif);
	background-position: 100% 0%;
	}
.trct
	{
	background-image:url(box/hdt.gif);
	background-position: 100% 0%;
	}
	
.blc
	{
	background-image:url(box/bg.gif);
	background-position: 0% 100%;
	}

.blct
	{
	background-image:url(box/bgt.gif);
	background-position: 0% 100%;
	}

.brc
	{
	background-image:url(box/bd.gif);
	background-position: 100% 100%;
	}
.brct
	{
	background-image:url(box/bdt.gif);
	background-position: 100% 100%;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb
	{
	background-image:url(box/hb.gif);
	background-position: 0% 0%;
	}

.bb
	{
	background-image:url(box/hb.gif);
	background-position: 50% 100%;
	}
	
.rb
	{
	background-image: url(box/vb.gif);
	background-repeat: repeat-y;
	background-position: 100% 0%;
	}

.lb
	{
	background-image:url(box/vb.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
.rb2
	{
	background-image:url(images/menubg.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

	
.lienPartenaire {
	text-align: center;
}	
