@charset "utf-8";
/* CSS Document - copyright ESPACE TECHNOLOGIE - feuille de style de base */
/* Personnalisez la feuille de style en fonction de votre charte graphique */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Mise en forme des conteneurs div pour ceux qui les utilisent, définit par leur #id, les conteneurs ci-dessous sont ceux de base, */
/* c'est à dire qu'on retrouve communément dans beaucoup de mise en forme de site. */
/* #all contient le site, #header est l'entête, #content la zone de contenu, #footer le pied de page. */
/* Il peut y avoir plus de conteneur selon l'agencement de l'interface et charte graphique du site. */
#all {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#all2 {
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	padding: 10px;
	background-color:white;
}

#colonneGauche {
	float: left;
}

#centre {
	float: left;
	padding: 9px;
	width: 700px;
}

#menuAdherent {
	color:#ec8006;
}
#menuAdherent li
{
	background: url('../images/fondMenuAdherent.jpg') no-repeat;
	width:173px;
	height:18px;
	list-style:none;
	padding-top:4px;
	padding-left:10px;
}
#menuAdherent li a
{
	text-decoration:none;
	font-weight:normal;
}

#menuPrive {
	color:#999999;
}
#menuPrive li
{
	background: url('../images/fondMenuPrive.jpg') no-repeat;
	width:173px;
	height:18px;
	list-style:none;
	padding-top:4px;
	padding-left:10px;
}
#menuPrive li a
{
	text-decoration:none;
	font-weight:normal;
	color:#999999;
}

#menuBarre
{
	color:#ec8006;
	padding-bottom: 20px;
	font-size: 14px;
	background-image: url(../images/bandeau-bas.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menuBarre a
{
	text-decoration:none;
	font-weight:normal;
}

#newsBandeau{
	color:#FFF;
	font-family:Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align: center;
}

#newsBandeau span
{
	color:#ec8006;
}

.bandeau {
	background-image: url(../images/ban.png);
	background-repeat: no-repeat;
}

#menu {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	position:relative;
}

#entreprise,#aceos,#agence,#offre {
	position:absolute;
	left:265px;
	top:36px;
	background-color:#000;
	width:200px;
	overflow:hidden;
	display:none;
}

#entreprise a ,#aceos a,#agence a,#offre a {
	width:200px;
	float:left;
	clear:left;
	line-height:20px;
	color:#FFF;
	text-indent:10px;
	font-weight: normal;
}
#entreprise a:hover ,#aceos a:hover,#agence a:hover ,#offre a:hover {
	background-color: #FF8E10;
	color: #000;
	text-decoration: none;
}
#footer {
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	background-color: #000000;
	color: #ff8803;
	margin-bottom: 10px;
}
/* Mise en forme du contenu texte, liens, titres, paragraphe, images, tableau */
a {
	text-decoration: none;
	color: #FF8A07;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF8A07;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF8A07;
}
/* enleve contour sur les liens images*/
a img {
	border: none;
}
/* enleve les marges par défaut des paragraphes*/
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ff8803;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.contour {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px 7px 7px;
}
.tableaudonnees {
	border: 1px solid #C5C5C5;
}

.txtgrasorange {
	font-weight: bold;
	color: #FF8803;
}
.mentions {
	font-size: 9px;
}
.titreAdmin {
	font-size: 18px;
	color: #FF9900;
}

.nouveau
{
	font-weight: bold;
	color : black;
}


.menuo  {
	font-weight:bold;
	color: #FF8A07;
}
a.menuo  {
	text-decoration: none;
	font-weight:normal;
	color: #FF8A07;
}
a:hover.menuo {
	text-decoration: underline;
	font-weight:normal;
	color: #FF8A07;
}
 a:visited.menuo {
	text-decoration: none;
		font-weight:normal;
	color: #FF8A07;
}

.menug  {
	color: #777e76;
		font-weight:bold;
}

a.menug  {
	text-decoration: none;
	font-weight:normal;
	color: #777e76;
}
 a:hover.menug  {
	text-decoration: underline;
	font-weight:normal;
	color: #777e76;
}
a:visited.menug {
	text-decoration: none;
	font-weight:normal;
	color: #777e76;
}

#fondNews
{
	background: url('../images/btn-newsletter.jpg') no-repeat;
	color:#FFFFFF;
	height:70px;
}

#fondRapp
{
	background:url('../images/btn-rappel.jpg') right no-repeat;
	color:#FFFFFF;
	height:70px;
}



