/****************************************************************************
    Général
****************************************************************************/
a {
    color: #fff;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

body {
    background: #0e115a;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    border: 0;
}

#conteneur {
    height: 568px;
    left: 50%;
    margin: -284px 0 0 -434px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 868px;
}

#logo {
	left: 27px;
	position: absolute;
	top: 19px;
}

#support-illustration {
   	height: 245px;
    left: 150px;
    overflow: auto;
    position: absolute;
    top: 253px;
    width: 670px;
}

#liste_illustrations {
    left: 690px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 500px;
    width: 120px;
}

#liste_illustrations li {
    float: right;
    list-style: none;
    margin-left: 8px;
}

#liste_illustrations a {
    display: block;
    height: 10px;
    width: 10px;
}

#liste_illustrations a:link,
#liste_illustrations a:visited {
    background: url(../../images/interface/carre_inactif_bleu.gif) top left no-repeat;
}

#liste_illustrations a:hover,
#liste_illustrations a:active {
    background: url(../../images/interface/carre_actif_bleu.gif) top left no-repeat;
}

#mentions-legales {
    font-size: 11px;
    text-align: center;
}


/****************************************************************************
    Accueil
****************************************************************************/
body.site-accueil #conteneur {
    background: url(../../images/interface/accueil.png) top left no-repeat;
}

body.site-accueil #logo {
	left: 210px;
	position: absolute;
	top: 65px;
}

body.site-accueil #decouvrir-rousseau {
    background: url(../../images/interface/grande_puce.png) top left no-repeat;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 31px;
    left: 500px;
    line-height: 31px;
    padding-left: 40px;
    position: absolute;
    top: 47px;
}

body.site-accueil #texte {
    font-size: 14px;
    font-weight: bold;
    left: 500px;
    position: absolute;
    top: 110px;
}

body.site-accueil #activites {
    font-size: 13px;
    left: 500px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 170px;
    width: 300px;
}

body.site-accueil #activites li {
    background: url(../../images/interface/petite_puce.png) left center no-repeat;
    height: 31px;
    list-style: none;
    margin: 0 0 3px 0;
    padding: 0 0 0 35px;
}

body.site-accueil #activites li a {
    display: block;
    height: 31px;
    line-height: 31px;
}

body.site-accueil #espace-client {
    background: url(../../images/interface/petite_puce.png) top left no-repeat;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    left: 500px;
    line-height: 24px;
    padding-left: 35px;
    position: absolute;
    top: 320px;
}

body.site-accueil #mentions-legales {
	margin: 0;
	position: absolute;
	right: 10px;
	bottom: 5px;
}


/****************************************************************************
    Pages profil et mentions légales
****************************************************************************/
body.site-acheteur,
body.site-technicien,
body.site-responsable-de-communication,
body.site-designer,
body.site-mentions-legales {
	background: #aab0d1;
}

body.site-acheteur #conteneur {
    background: url(../../images/interface/fonds/acheteur.png) top left no-repeat;
}

body.site-technicien #conteneur {
    background: url(../../images/interface/fonds/technicien.png) top left no-repeat;
}

body.site-responsable-de-communication #conteneur {
    background: url(../../images/interface/fonds/responsable_de_communication.png) top left no-repeat;
}

body.site-designer #conteneur {
    background: url(../../images/interface/fonds/designer.png) top left no-repeat;
}

body.site-mentions-legales #conteneur {
    background: url(../../images/interface/fonds/mentions_legales.png) top left no-repeat;
}

body.site-acheteur #menu,
body.site-technicien #menu,
body.site-responsable-de-communication #menu,
body.site-designer #menu {
    position: absolute;
    top: 55px;
    left: 100px;
    list-style: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

body.site-acheteur #menu li,
body.site-technicien #menu li,
body.site-responsable-de-communication #menu li,
body.site-designer #menu li,
body.site-mentions-legales #menu li {
    float: left;
    margin-right: 10px;
}

body.site-acheteur #menu li.selectionne {
    color: #998e91;
}

body.site-technicien #menu li.selectionne,
body.site-designer #menu li.selectionne {
    color: #10125A;
}

body.site-responsable-de-communication #menu li.selectionne {
    color: #00A8EA;
}

body.site-acheteur h2,
body.site-technicien h2,
body.site-responsable-de-communication h2,
body.site-designer h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    left: 150px;
    position: absolute;
    top: 110px;
}

body.site-acheteur .texte,
body.site-technicien .texte,
body.site-responsable-de-communication .texte,
body.site-designer .texte {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 90px;
    left: 150px;
    overflow: auto;
    position: absolute;
    top: 150px;
    width: 670px;
}

body.site-mentions-legales .texte {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 390px;
    left: 145px;
    overflow: auto;
    position: absolute;
    top: 110px;
    width: 680px;
}

body.site-acheteur #retour,
body.site-technicien #retour,
body.site-responsable-de-communication #retour,
body.site-designer #retour,
body.site-mentions-legales #retour {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #998e91;
    left: 75px;
    position: absolute;
    top: 105px;
}

body.site-acheteur #mentions-legales,
body.site-technicien #mentions-legales,
body.site-responsable-de-communication #mentions-legales,
body.site-designer #mentions-legales,
body.site-mentions-legales #mentions-legales {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    left: 133px;
    position: absolute;
    top: 540px;
}


/****************************************************************************
    Histoire
****************************************************************************/
body.site-histoire #conteneur {
    background: url(../../images/interface/fonds/histoire.png) top left no-repeat;
}

body.site-histoire #menu {
    font-size: 13px;
    font-weight: bold;
	left: 100px;
    list-style: none;
    position: absolute;
    text-transform: uppercase;
    top: 55px;
}

body.site-histoire #menu li {
    float: left;
    margin-right: 10px;
}

body.site-histoire #menu li.selectionne {
    color: #fff;
}

body.site-histoire #menu li a {
    color: #7a79a5;
}

body.site-histoire .texte {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 210px;
    left: 150px;
    overflow: auto;
    position: absolute;
    top: 120px;
    width: 670px;
}

body.site-histoire #retour {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #998e91;
    left: 75px;
    position: absolute;
    top: 105px;
}

body.site-histoire #sous-menu {
    height: 100px;
    left: 132px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 347px;
    width: 703px;
}

body.site-histoire #sous-menu li {
    float: left;
    list-style: none;
}

body.site-histoire #sous-menu li a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    height: 90px;
    padding: 10px 0 0 10px;
    text-decoration: none;
    width: 224px;
}

body.site-histoire #sous-menu li a:hover,
body.site-histoire #sous-menu li a:active {
	color: #000;
}

body.site-histoire #sous-menu li.mobilier-urbain a:link,
body.site-histoire #sous-menu li.mobilier-urbain a:visited {
    background: #14baee;
}

body.site-histoire #sous-menu li.mobilier-urbain a:hover,
body.site-histoire #sous-menu li.mobilier-urbain a:active {
    background: #000 url(../../images/interface/activite_mobilier_urbain.jpg) no-repeat top left;
}

body.site-histoire #sous-menu li.enseigne a:link,
body.site-histoire #sous-menu li.enseigne a:visited {
    background: #5d699a;
}

body.site-histoire #sous-menu li.enseigne a:hover,
body.site-histoire #sous-menu li.enseigne a:active {
    background: #000 url(../../images/interface/activite_enseigne.jpg) no-repeat top left;
}

body.site-histoire #sous-menu li.auvents a:link,
body.site-histoire #sous-menu li.auvents a:visited {
    background: #88746a;
}

body.site-histoire #sous-menu li.auvents a:hover,
body.site-histoire #sous-menu li.auvents a:active {
    background: #000 url(../../images/interface/activite_auvents.jpg) no-repeat top left;
}

body.site-histoire #mentions-legales {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    left: 133px;
    position: absolute;
    top: 540px;
}


/****************************************************************************
    Pages activité
****************************************************************************/
body.site-mobilier-urbain,
body.site-enseigne,
body.site-auvents {
    background: #b6b9d2;
}

body.site-mobilier-urbain #conteneur {
    background: url(../../images/interface/fonds/activite_mobilier_urbain.png) top left no-repeat;
}

body.site-enseigne #conteneur {
    background: url(../../images/interface/fonds/activite_enseigne.png) top left no-repeat;
}

body.site-auvents #conteneur {
    background: url(../../images/interface/fonds/activite_auvents.png) top left no-repeat;
}

body.site-mobilier-urbain #menu,
body.site-enseigne #menu,
body.site-auvents #menu {
    position: absolute;
    top: 55px;
    left: 100px;
    list-style: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

body.site-mobilier-urbain #menu li,
body.site-enseigne #menu li,
body.site-auvents #menu li {
    float: left;
    margin-right: 10px;
}

body.site-mobilier-urbain #menu li.selectionne,
body.site-enseigne #menu li.selectionne,
body.site-auvents #menu li.selectionne {
    color: #10125A;
}

body.site-mobilier-urbain #sous-menu,
body.site-enseigne #sous-menu,
body.site-auvents #sous-menu {
    font-size: 12px;
    font-weight: bold;
    left: 240px;
    list-style: none;
    position: absolute;
    text-transform: lowercase;
    top: 110px;
}

body.site-mobilier-urbain #sous-menu li,
body.site-enseigne #sous-menu li,
body.site-auvents #sous-menu li {
    float: left;
}

body.site-mobilier-urbain #sous-menu li.selectionne span,
body.site-enseigne #sous-menu li.selectionne span,
body.site-auvents #sous-menu li.selectionne span {
    color: #c1b4ad;
}

body.site-mobilier-urbain .texte,
body.site-enseigne .texte,
body.site-auvents .texte {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 90px;
    left: 150px;
    overflow: auto;
    position: absolute;
    top: 150px;
    width: 670px;
}

body.site-mobilier-urbain #retour,
body.site-enseigne #retour,
body.site-auvents #retour {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #998e91;
    left: 75px;
    position: absolute;
    top: 105px;
}

body.site-mobilier-urbain #liste_illustrations a,
body.site-enseigne #liste_illustrations a,
body.site-auvents #liste_illustrations a {
    background: url(../../images/interface/carre_inactif_beige.gif) top left no-repeat;
}

body.site-mobilier-urbain #liste_illustrations a:hover,
body.site-enseigne #liste_illustrations a:hover,
body.site-auvents #liste_illustrations a:hover {
    background: url(../../images/interface/carre_actif_beige.gif) top left no-repeat;
}

body.site-mobilier-urbain #mentions-legales,
body.site-enseigne #mentions-legales,
body.site-auvents #mentions-legales {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    left: 133px;
    position: absolute;
    top: 540px;
}


/****************************************************************************
    Références
****************************************************************************/
body.site-references #conteneur {
    background: url(../../images/interface/fonds/references.png) top left no-repeat;
}

body.site-references #menu {
    position: absolute;
    top: 55px;
    left: 100px;
    list-style: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

body.site-references #menu li {
    float: left;
    margin-right: 10px;
}

body.site-references #menu li.selectionne {
    color: #fff;
}

body.site-references #menu li a {
    color: #7a79a5;
}

body.site-references #retour {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #998e91;
    left: 75px;
    position: absolute;
    top: 105px;
}

body.site-references #mentions-legales {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    left: 133px;
    position: absolute;
    top: 540px;
}

body.site-references #bloc-1,
body.site-references #bloc-2,
body.site-references #bloc-3,
body.site-references #bloc-4,
body.site-references #bloc-5,
body.site-references #bloc-6,
body.site-references #bloc-7,
body.site-references #bloc-8,
body.site-references #bloc-9 {
	float: left;
	font-size: 11px;
}

body.site-references #bloc-1 ul,
body.site-references #bloc-2 ul,
body.site-references #bloc-3 ul,
body.site-references #bloc-4 ul,
body.site-references #bloc-5 ul,
body.site-references #bloc-6 ul,
body.site-references #bloc-7 ul,
body.site-references #bloc-8 ul,
body.site-references #bloc-9 ul {
	color: #87746A;
	line-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.site-references #bloc-1 h2,
body.site-references #bloc-2 h2,
body.site-references #bloc-3 h2,
body.site-references #bloc-4 h2,
body.site-references #bloc-5 h2,
body.site-references #bloc-6 h2,
body.site-references #bloc-7 h2,
body.site-references #bloc-8 h2,
body.site-references #bloc-9 h2 {
	color: #0e115a;
	font-size: 14px;
	margin: 0 0 8px 0;
}

body.site-references #bloc-1 {
	left: 160px;
	position: absolute;
	top: 285px;
}

body.site-references #bloc-2 {
	left: 175px;
	position: absolute;
	top: 136px;
}

body.site-references #bloc-3 {
	left: 300px;
	position: absolute;
	top: 400px;
}

body.site-references #bloc-4 {
	left: 365px;
	position: absolute;
	top: 235px;
}

body.site-references #bloc-5 {
	left: 480px;
	position: absolute;
	top: 180px;
}

body.site-references #bloc-6 {
	left: 470px;
	position: absolute;
	top: 368px;
}

body.site-references #bloc-7 {
	left: 596px;
	position: absolute;
	top: 370px;
}

body.site-references #bloc-8 {
	left: 654px;
	position: absolute;
	top: 160px;
}

body.site-references #bloc-9 {
	left: 700px;
	position: absolute;
	top: 395px;
}


/****************************************************************************
    Contact
****************************************************************************/
body.site-contact #conteneur {
    background: url(../../images/interface/fonds/contact.png) top left no-repeat;
}

body.site-contact #menu {
    position: absolute;
    top: 55px;
    left: 100px;
    list-style: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

body.site-contact #menu li {
    float: left;
    margin-right: 10px;
}

body.site-contact #menu li.selectionne {
    color: #fff;
}

body.site-contact #menu li a {
    color: #7a79a5;
}

body.site-contact a {
    color: #000;
}

body.site-contact .texte {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 270px;
    left: 180px;
    overflow: auto;
    position: absolute;
    top: 200px;
    width: 495px;
}

body.site-contact #retour {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #998e91;
    left: 75px;
    position: absolute;
    top: 105px;
}

body.site-contact #plan {
    color: #14baee;
    font-size: 14px;
    font-weight: bold;
    left: 548px;
    position: absolute;
    top: 330px;
    text-transform: lowercase;
}

body.site-contact #mentions-legales {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    left: 133px;
    position: absolute;
    top: 540px;
}

body.site-contact #mentions-legales a {
	color: #fff;
}
