﻿@charset "utf-8";
/* CSS Document */

@import url("reset.css");

#main
{
	position:relative;
	margin:auto;
	overflow:hidden;
	width:1000px;
	z-index:10;
	border-collapse:collapse;
}

/* DEBUT - Header */

#header
{
	position:relative;
	height:173px;
	margin:auto;
	z-index:20;
}

#header #banniere
{
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	height:134px;
	margin-bottom:1px;
	
	background-image:url(../img/banniere.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#header #menu
{
	position:absolute;
	margin:auto;
	top:135px;
	width:100%;
}

#header #menu li
{
	position:relative;
	float:left;
	height:37px;
	list-style:none;
}
#header #sousmenu-offres, #header #sousmenu-groupe, #header #sousmenu-espaces

{
	position:absolute;
	top:37px;
	left:0px;
	width:166px;
	z-index:50;
}

#header #sousmenu-offres li, #header #sousmenu-groupe li, #header #sousmenu-espaces li
{
	float:none;
	height:37px;
	border-top:solid 1px white;

}

/* FIN - Header */

/* DEBUT - Accueil */
#accueil
{
	position:relative;
	width:1000px;
	padding:0 5px 0 5px;
}

#accueil .colonne-gauche
{
	position:relative;
	float:left;
	width:160px;
}

#accueil #newsletter .titre
{
	background-image:url(../img/titres/newsletter.jpg);
}

#accueil #newsletter
{
	float:left;
	width:160px;
	height:60px;
}

#accueil #newsletter-envoyer
{
	margin-top:5px;
	background-color:#ffffff;
	border:1px solid #ffa101;
	color:#000000;
	font-weight:bold;
}


#accueil #edito
{
	float:left;
	width:300px;
	margin-left:20px;
	height:400px;
	
	text-align:justify;
}
#accueil #edito .titre
{
	background-image:url(../img/titres/editorial.jpg);
}

#accueil #diaporama
{
	float:left;
	width:470px;
	margin-left:20px;

	padding:5px;

}
#accueil #diaporama #lediaporama
{
	margin-top:20px;
	border:1px solid #ffa101;
	padding:7px;
	padding-left:9px;
	padding-right:0px;
}

#accueil #liens-groupe
{
	float:left;
	width:450px;
	height:100px;
}
#accueil #liens-groupe div
{
	float:left;
	margin-top:20px;
}


#accueil #video
{
	position:absolute;
	width:550px;
	left:920px;
	top:8px;
	z-index:9999;
}

#accueil #video-flash
{
	margin-left:75px;
}

#accueil #video-onglet
{
	position:relative;
	top:340px;
	width:80px;
	height:80px;
	background-image:url(../img/accueil/onglet-video.jpg);
}

#actualite
{
	position:relative;
	float:left;
	width:160px;
}
#actualite .titre
{
	background-image:url(../img/titres/actualites.jpg);
	text-align:right;
}
#actualite .titre img
{
	margin-top:5px;
	margin-right:5px;
}

#actualite .date
{
	margin-top:15px;
	color:#6895ac;
	font-style:italic;
}
#actualite .titre-news
{
	color:#ffa101;
	font-weight:bold;
}
#actualite .contenu,
#actualite .contenu a:link,
#actualite .contenu a:visited,
#actualite .contenu a:hover
{
	color:black;
	text-align:justify;
}

#partenaires .titre
{
	background-image:url(../img/titres/partenaires-financiers.jpg);
}
#partenaires
{
	position:relative;
	float:left;
	width:160px;

}

#accueil #offre-accueil
{
	position:relative;
	float:right;
	margin-right:20px;
	width:800px;
}
#accueil #offre-accueil .titre
{
	background-image:url(../img/titres/notre-offre.jpg);
}
#accueil #offre-accueil .onglet-moteur
{	
	position:relative;
	display:inline;
	top:15px;
	left:30px;
	z-index:500;
}
#accueil #offre-accueil #dernieres-offres
{
	position:relative;
	float:left;
	width:300px;
}
#accueil #offre-accueil #dernieres-offres img
{
	border:1px solid #ffa101;
}

#accueil .formulaire-recherche
{
	position:relative;
	float:left;
	width:440px;
	height:440px;

	background-image:url(../img/support/bg-moteur-accueil.jpg);
	background-position:center middle;
	
	padding:30px 30px 30px 30px;
}

#accueil .formulaire-recherche .offre
{
	display:none;
}

#accueil #canvas {
	width:440px; 
	height:440px;
}

#recherche-immobilier #canvas {
	width:940px; 
	height:340px;
}

#accueil .formulaire-recherche .form-element
{
	display:inline;
	margin:0px;
	padding:0px;
} 
 
#accueil .formulaire-recherche #typelogement
{
	background-image:url(../img/support/type-logement.jpg);
}
#accueil .formulaire-recherche #lieu
{
	background-image:url(../img/support/lieu.jpg);
}
#accueil .formulaire-recherche #details
{
	background-image:url(../img/support/details.jpg);
}
#accueil .formulaire-recherche #budget
{
	background-image:url(../img/support/budget.jpg);
}

#accueil .formulaire-recherche .titre
{
	background-position:left middle;
	background-repeat:no-repeat;
	height:26px;
	margin-top:10px;
}
#accueil label
{
	position:relative;
	width:100px;
	text-align:right;
	vertical-align:top;
	float:left;
	color:#808080;
	font-style:italic;

}

#accueil #recherche-logement-villes-resultat,
#accueil #recherche-terrain-villes-resultat
{
	position:absolute;
	width:200px;
	background-color:#FFFFFF;
	z-index:9999;
}
#accueil #recherche-logement-villes-resultat
{
	top:237px;
	left:117px;
}
#accueil #recherche-terrain-villes-resultat
{
	top:142px;
	left:117px;
}

#formulaire-logement #recherche-logement-envoyer,
#formulaire-logement #recherche-terrain-envoyer
{
	position:absolute;
	bottom:50px;
	right:50px;
}



/* FIN - Accueil */

/* DEBUT - Présentation du groupe */
#presentation-groupe
{
}

#presentation-groupe .titre
{
	position:relative;
	top:40px;
	left:0px;
	height:116px;
	
	background-image:url(../img/le-groupe/le-groupe-satim.jpg);
	background-position:top left;

}

#presentation-groupe #image1
{
	position:relative;
	top:-47px;
	left:687px;
	width:313px;
	height:211px;
	
	background-image:url(../img/le-groupe/puzzle1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#presentation-groupe #image2
{
	position:relative;
	float:left;
	width:350px;
	height:350px;
	
	background-image:url(../img/le-groupe/puzzle2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#presentation-groupe #presentation
{
	position:relative;
	float:left;
	top:85px;
	left:0px;
	width:685px;
	text-align:justify;
}

#presentation-groupe #liens
{
	position:relative;
	float:left;
	top:75px;
	left:10px;
	width:225px;
	height:580px;
	
	padding:30px;
	
	background-image:url(../img/support/bg-presentation-groupe.jpg);
	background-repeat:no-repeat;
	background-position:middle center;
	
	text-align:justify;
}

#presentation-groupe #titre-liens
{
	position:relative;
	top:68px;
	
	width:313px;
	height:56px;
	
	float:left;
}
#presentation-groupe #liens div
{
	position:relative;
	width:201px;
	margin:auto;
	margin-top:25px;
}

/* FIN - Présentation du groupe */

/* DEBUT - Présentation SATIM */
#presentation-satim,
#presentation-francilienne,
#presentation-satim-locatif,
#presentation-fit
{
	height:1000px;
	min-height:750px;
}

#presentation-francilienne .titre-page,
#presentation-satim .titre-page,
#presentation-satim-locatif .titre-page,
#presentation-fit .titre-page
{
	position:relative;
	top:60px;
	left:30px;
	height:116px;

	background-image:url(../img/le-groupe/satim/societe-satim.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#presentation-francilienne .titre-page
{
	background-image:url(../img/le-groupe/francilienne/societe-francilienne.jpg);

}

#presentation-satim-locatif .titre-page
{
	background-image:url(../img/le-groupe/satim-locatif/satim-locatif.jpg);
}
#presentation-fit .titre-page
{
	top:30px;
	background-image:url(../img/le-groupe/fit/fit.jpg);
}
#presentation-francilienne .titre-page-image,
#presentation-satim .titre-page-image,
#presentation-satim-locatif .titre-page-image
{
	position:relative;
	top:0px;
	left:466px;
	width:329px;
	height:179px;

	background-image:url(../img/le-groupe/satim/maison-3d.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#presentation-francilienne .titre-page-image
{
	left:576px;
	top:1px;
	width:372px;
	height:179px;
	background-image:url(../img/le-groupe/francilienne/chantier.jpg);
}


#presentation-satim-locatif .titre-page-image
{
	left:423px;
	width:372px;
	height:179px;
	background-image:url(../img/le-groupe/satim-locatif/immeuble-3d.jpg);
}

#presentation-francilienne .colonne-gauche,
#presentation-satim .colonne-gauche,
#presentation-satim-locatif .colonne-gauche,
#presentation-fit .colonne-gauche
{
	position:relative;
	float:left;
	top:60px;
	width:220px;
}
#presentation-francilienne .colonne-droite,
#presentation-satim .colonne-droite,
#presentation-satim-locatif .colonne-droite,
#presentation-fit .colonne-droite
{
	position:relative;
	float:right;
	top:-95px;
	width:160px;
}
#presentation-fit .colonne-droite
{
	top:-121px;
}


#presentation-francilienne #logo-francilienne,
#presentation-satim #logo-satim
{
	background-image:url(../img/le-groupe/satim/puzzle-satim.jpg);
}
#presentation-satim-locatif #logo-satim-locatif
{
	background-image:url(../img/le-groupe/satim-locatif/puzzle-satim-locatif.jpg);
}
#presentation-fit #logo-fit
{
	background-image:url(../img/le-groupe/fit/puzzle-fit.jpg);
}

#presentation-fit #actualite .titre
{
	background-image:url(../img/le-groupe/fit/actualites.jpg);
}

#presentation-francilienne #photos-aleatoires .titre,
#presentation-satim #photos-aleatoires .titre,
#presentation-satim-locatif #photos-aleatoires .titre
{
	background-image:url(../img/le-groupe/satim/photos.jpg);
}
#presentation-fit #photos-aleatoires .titre
{
	background-image:url(../img/le-groupe/fit/photos.jpg);
}

#presentation-francilienne #photos-aleatoires img,
#presentation-satim #photos-aleatoires img,
#presentation-satim-locatif #photos-aleatoires img
{
	border:1px solid black;
}
#presentation-fit #photos-aleatoires img
{
	border:1px solid black;
}

#presentation-francilienne #presentation-contenu,
#presentation-satim #presentation-contenu,
#presentation-satim-locatif #presentation-contenu,
#presentation-fit #presentation-contenu
{
	position:relative;
	float:right;
	top:90px;
	left:-15px;
	width:585px;	
	text-align:justify;
}
#presentation-fit #presentation-contenu
{
	top:50px;
}

#presentation-francilienne #description div.titre,
#presentation-francilienne #competences div.titre,
#presentation-satim #description div.titre,
#presentation-satim #competences div.titre,
#presentation-satim-locatif #description div.titre,
#presentation-satim-locatif #competences div.titre
{
	height:14px;
	font-weight:bold;
	border-bottom:1px dotted #ffa101;
	margin-top:20px;
	margin-bottom:5px;
	padding-bottom:0px;
}
#presentation-fit #description div.titre,
#presentation-fit #competences div.titre
{
	height:14px;
	font-weight:bold;
	border-bottom:1px dotted #008738;
	color:#008738;
	margin-top:20px;
	margin-bottom:5px;
	padding-bottom:0px;
}
#presentation-fit .orange,
#presentation-fit .bleu,
#presentation-fit .date,
#presentation-fit .titre-news
{
	color:#008738;
}
/* FIN - Présentation SATIM */

/* DEBUT - Réalisations */
#realisations .titre-page,
#realisation-detail .titre-page
{
	position:relative;
	top:0px;
	left:0px;
	height:160px;
	margin-top:50px;

	background-image:url(../img/realisations/nos-realisations.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


#realisations #description
{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}

#realisations .album
{
	position:relative;
	float:left;
	width:400px;
	height:175px;
	margin-left:60px;
	margin-top:50px;
	border:1px solid #808080;
}
#realisations .album div
{
	position:relative;
	float:left;
}
#realisations .album .miniature
{
	position:absolute;
	float:right;
	top:-20px;
	right:-20px;
}

#realisations .album .miniature img
{
	border:1px solid #ffa101;
}

#realisations .album .loupe
{
	position:absolute;
	bottom:20px;
	right:20px;
}

#realisations .album .nom
{
	font-size:20px;
	color:#ffa101;
	padding-top:15px;
	padding-left:15px;
	width:300px;
}
#realisations .album .nbphotos
{
	font-size:18px;
	color:#6895ac;
	padding-left:15px;
	clear:left;
	width:200px;
}
#realisations .album .description
{
	width:280px;
	text-align:justify;
	padding-left:15px;
	margin-top:20px;
}

#realisation-detail
{
	position:relative;
}
#realisation-detail #album
{
	position:relative;
	margin-top:20px;
	float:left;
}
#realisation-detail #entete
{
	position:relative;
	top:0px;
	left:0px;
}

#realisation-detail #entete div
{
	position:absolute;
}
#realisation-detail .miniature
{
	width:200px;
}
#realisation-detail .miniature img
{
	border:1px solid #ffa101
}
#realisation-detail .nom
{
	left:220px;
	font-size:20px;
	color:#ffa101;
}
#realisation-detail .nbphotos
{
	left:220px;
	top:25px;
	width:100%;
	font-size:18px;
	color:#6895ac;
	border-bottom:1px dotted #808080;
	padding-bottom:15px;
}
#realisation-detail .description
{
	left:220px;
	top:70px;
	width:100%;
	text-align:justify;
}

#realisation-detail #caroussel
{
	position:relative;
	width:1000px;
	height:250px;
	margin:auto;
	margin-top:220px;
	overflow:hidden;
	}

#realisation-detail #caroussel-conteneur-1
{
	position:relative;
	margin:auto;
	width:660px;
	height:225px;
	overflow:hidden;
}

#realisation-detail .caroussel-photo
{
	position:relative;
	width:100px;
	height:100px;
	float:left;
	margin:5px;
	text-align:center;
}


#realisation-detail .caroussel-photo img
{
	border:1px solid #808080;
}
#realisation-detail #caroussel-suivant,
#realisation-detail #caroussel-precedent
{
	position:absolute;
	width:45px;
	height:60px;
	top:75px;
	
	background-repeat:no-repeat;
	background-position:middle center;
}
#realisation-detail #caroussel-precedent
{
	left:105px;
	background-image:url(../img/realisations/caroussel-precedent.jpg);
}
#realisation-detail #caroussel-suivant
{
	left:850px;
	background-image:url(../img/realisations/caroussel-suivant.jpg);
}
/* FIN - Réalisations */

/* DEBUT - Offre logement */

#recherche-immobilier .titre-page,
#recherche-particuliere .titre-page
{
	position:relative;
	margin-top:60px;
	margin-bottom:30px;
	left:0px;
	height:160px;

	background-image:url(../img/offre/nos-offres.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#recherche-particuliere .titre-page
{
	background-image:url(../img/offre/recherche-particuliere.jpg);
}

#recherche-particuliere #recherche-particuliere-texte
{
	text-align:justify;
}

#recherche-particuliere #btn-recherche-particuliere
{
	text-align:right;
}

#recherche-immobilier .formulaire-recherche
{
	position:relative;
	float:left;
	width:1000px;
	height:400px;

	background-image:url(../img/support/bg-moteur-offre.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
	padding:30px 30px 30px 30px;
}

#recherche-immobilier .formulaire-recherche #zone-logement .form-element
{
	display:block;
	margin:0px;
	padding:0px;
	float:right;
} 
#recherche-immobilier .formulaire-recherche #zone-logement .form-element td[class="bold"],
#recherche-immobilier .formulaire-recherche #zone-details .form-element td[class="bold"]
{
	width:70px;
}

#recherche-immobilier .formulaire-recherche #zone-logement,
#recherche-immobilier .formulaire-recherche #zone-lieu,
#recherche-immobilier .formulaire-recherche #zone-details,
#recherche-immobilier .formulaire-recherche #zone-budget
{
	float:left;
	margin-right:10px;
}
#recherche-immobilier .formulaire-recherche #zone-logement,
#recherche-immobilier .formulaire-recherche #zone-details
{
	width:200px;
}
#recherche-immobilier .formulaire-recherche #zone-lieu
{
	width:300px;
}
#recherche-immobilier #formulaire-terrain #zone-details
{
	width:350px;
}

#recherche-immobilier #formulaire-terrain label
{
	position:relative;
	width:100px;
	text-align:right;
	vertical-align:top;
	float:left;
	color:#808080;
	font-style:italic;
}

#recherche-immobilier .formulaire-recherche #zone-budget
{
	width:170px;
	text-align:right;
}
#recherche-immobilier .formulaire-recherche #zone-budget span
{
	display:block;
	margin-bottom:5px;
}

#recherche-immobilier .formulaire-recherche #typelogement
{
	background-image:url(../img/support/type-logement.jpg);
}
#recherche-immobilier .formulaire-recherche #lieu
{
	background-image:url(../img/support/lieu.jpg);
}
#recherche-immobilier .formulaire-recherche #details
{
	background-image:url(../img/support/details.jpg);
}
#recherche-immobilier .formulaire-recherche #budget
{
	background-image:url(../img/support/budget.jpg);
}

#recherche-immobilier .formulaire-recherche .titre
{
	background-position:left middle;
	background-repeat:no-repeat;
	height:26px;
	margin-top:10px;
}

#recherche-immobilier .onglet-moteur
{	
	position:relative;
	display:inline;
	top:15px;
	left:30px;
	z-index:500;
}

#recherche-immobilier #recherche-logement-envoyer,
#recherche-immobilier #recherche-terrain-envoyer
{
	position:absolute;
	bottom:100px;
	right:100px;
}


#recherche-immobilier #annonces-niveau-1,
#recherche-immobilier #offres-speciales
{
	position:relative;
	float:left;
}

#offres-speciales .offre {
	margin-left:10px;
}

#recherche-immobilier #annonces-niveau-1 #tri-resultats
{
	position:relative;
	top:0px;
	left:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:30px;
	padding-bottom:10px;
	border-bottom:1px dotted #6895ac;
}
#recherche-immobilier #annonces-niveau-1
{
	width:650px;
}
#recherche-immobilier #offres-speciales
{
	width:350px;
}

#recherche-immobilier img.thumb
{
	border:2px solid #ffa101;
}

#offres-speciales .titre
{
	background-image:url(../img/offre/offres-speciales.jpg);
	background-position:right;
}


#envoyer-ami
{
	width:410px;
	height:320px;
}

#envoyer-ami #texte
{
 	width:310px;
}

#envoyer-ami table
{
	width:310px;
}

#envoyer-ami .legende
{
	width:90px;
}

/* FIN - Offre logement */

/* DEBUT - Offre détaillée */
#offres-detail
{
	position:relative;
	padding:10px 0 0 0;
}

#offres-detail #colonne-gauche
{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:210px;
}

#offres-detail .thumb
{
	border:2px solid #ffa101;
}
#offres-detail #thumb
{
	position:relative;
	margin:0 5px 5px 0;
}
#offres-detail #description
{
	position:relative;
	float:left;
	width:450px;
}
#offres-detail #googlemap
{
	position:absolute;
	top:10px;
	right:0px;
	width:300px;
	height:300px;
	
}
#offres-detail #contact-conseiller
{
	position:relative;
	width:200px;
	height:172px;
	margin-top:10px;
}

#offres-detail fieldset
{
	position:relative;
	width:200px;
	float:left;
	margin-top:15px;
	margin-right:15px;
	border:1px solid black;
	padding:20px;
}
#offres-detail fieldset legend
{
	font-size:20px;
	font-weight:bold;
	color:#808080;
}

#offres-detail table {
	margin:0px;
}

#offres-detail #reseaux {
	position:relative;
	float:left;
	width:420px;
	margin:auto;
	margin-top:10px;
}

#offres-detail #caroussel
{
	position:relative;
	float:left;
	width:420px;
	height:250px;
	margin:auto;
	overflow:hidden;
}

#offres-detail #caroussel-conteneur-1
{
	position:relative;
	margin:auto;
	width:330px;
	height:225px;
	overflow:hidden;
}

#offres-detail .caroussel-photo
{
	position:relative;
	width:100px;
	height:100px;
	float:left;
	margin:5px;
	text-align:center;
}

#offres-detail .caroussel-photo img
{
	border:1px solid #808080;
}
#offres-detail #caroussel-suivant,
#offres-detail #caroussel-precedent
{
	position:absolute;
	width:45px;
	height:60px;
	top:75px;
	
	background-repeat:no-repeat;
	background-position:middle center;
}
#offres-detail #caroussel-precedent
{
	left:0px;
	background-image:url(../img/realisations/caroussel-precedent.jpg);
}
#offres-detail #caroussel-suivant
{
	left:375px;
	background-image:url(../img/realisations/caroussel-suivant.jpg);
}

/* FIN - Offre détaillée */

/* DEBUT - Contact */
#contact .titre-page
{
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	height:186px;
	
	margin-bottom:20px;

	background-image:url(../img/contact/contact.jpg);
	background-repeat:no-repeat;
}

#contact #contact-form
{
	position:relative;
	float:left;
	width:512px;
	height:580px;
	
	padding:25px;

	background-image:url(../img/contact/bg-support.jpg);
	background-repeat:no-repeat;
}

#contact #bloc-adresse
{
	position:relative;
	width:190px;
	margin-top:20px;
	color:#808080;
}
#contact #bloc-adresse a:link,
#contact #bloc-adresse a:visited,
#contact #bloc-adresse a:hover,
{
	color:#808080;
}

#contact #googlemap
{
	top:10px;
	width:400px;
	height:300px;
	
}

#contact #contact-form  .titre
{
	height:30px;
}
#contact #contact-form  #zone-coordonnees .titre
{
	background-image:url(../img/contact/coordonnees.jpg);
}
#contact #contact-form  #zone-objet .titre
{
	background-image:url(../img/contact/objet.jpg);
}
#contact #contact-form  #zone-message .titre
{
	background-image:url(../img/contact/message.jpg);
}

#contact #contact-etape2
{
	width:460px;
	height:250px;
	position:relative;
	top:130px;
	text-align:center;
}

/* FIN - Contact */

/*DEBUT - Espaces*/
#espace-elus .titre-page,
#espace-professionnels .titre-page,
#espace-client .titre-page
{
	position:relative;
	margin-top:60px;
	margin-bottom:30px;
	left:0px;
	height:160px;

	background-image:url(../img/espaces/espace-elus.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#espace-professionnels .titre-page
{
	background-image:url(../img/espaces/espace-professionnels.jpg);
}
#espace-client .titre-page
{
	background-image:url(../img/espaces/espace-clients.jpg);
}

#espace-professionnels #espacepros-texte p,
#espace-elus #espaceelus-texte p,
#espace-client #espaceclient-texte p
{
	text-align:justify;
	margin-bottom:20px;
}

#espace-client #form-login
{
	position:relative;
	width:225px;
	height:213px;
	background-image:url(../img/support/bg-login.jpg);
	padding:30px;
	background-color:#66FF66;
}
#espace-client #espaceclient-texte
{
	position:relative;
	width:680px;
	padding-top:12px;
}

#espace-client #envoi-identification
{
	position:absolute;
	bottom:40px;
	right:40px;
}
#espace-client input
{
	margin-bottom:7px;
	margin-top:3px;
}
#espace-client #form-login img
{
	margin-bottom:20px;
}
/*FIN - Espaces*/

#actualite-detail
{
	position:relative;
	top:0px;
	left:0px;
}
#actualite-detail #actualite
{
	float:left;
	margin-top:20px;
}

#actualite-detail #information
{
	float:left;
	width:680px;
}
#actualite-detail #partenaires
{
	position:absolute;
	right:0px;
	top:20px;
}

#actualite-detail #date,
#actualite-detail #titre,
#actualite-detail #contenu
{
	position:relative;
	float:left;
	margin-left:20px;
}
#actualite-detail .titre-page
{
	position:relative;
	left:20px;
	width:650px;
	height:160px;
	padding:0;
	background-image:url(../img/actualite/journal.jpg);
	background-repeat:no-repeat;
}

.logo-entreprise
{
	position:relative;
	top:0px;
	left:0px;
	width:200px;
	height:150px;
	margin:auto;
	margin-top:65px;
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:middle center;
}

.module
{
	margin-top:15px;
	margin-bottom:10px;
}

.titre
{
	height:25px;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:12px;
}

img.trait
{
	position:relative;
	top:100%;
	width:100%;
	height:1px;
}

.form-focus
{
	background-color:#6895AC;
	color:#FFFFFF;
}

.form-error
{
	background-color:#6895AC;
	color:#FFFFFF;
}

