﻿/* ------------------------------------------------------------------------------------
CSS MEDIA SCREEN : global.css
CLIENT : BGR Informatique
CREATION : 2010.07.09
AUTEUR : BGR Informatique - tim
----------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- */
/* ----- RESET ------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/*html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}*/
/*lil' change by Juan*/html,body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,p,pre,code,address,caption,cite,code,em,th,body {font:normal 11px Verdana, Geneva, sans-serif;}
ul,ol {list-style:none;}
/*fieldset,img,hr {border:none;}*/
/*lil' change by Juan*/fieldset, hr {border:none;}

caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/* ------------------------------------------------------------------------- */
/* ----- MISE EN FORME ----------------------------------------------------- */
/* ------------------------------------------------------------------------- */

html, body, form {
	/*height:100%;*/
	border:0;
	margin:0;
	padding:0;
}

body {
  color:#333333;
   background:#0C3A6E url(../images/bg_body.jpg) no-repeat fixed;  
  
 /* background: url(../images/body_bg.jpg) repeat;*/
    /*background: #c6ddff url(../images/bg2.jpg) repeat-x;*/
  	/*width: 100%;*/
  	/*min-width: 980px;*/

}
#contenu a {
	/*color:#37c0f4;*/
	color:#3399cc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#contenu a.invisible {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#contenu  a:hover.invisible {
	text-decoration:underline;
}
#conteneur 
{
	margin:0 auto;
	padding:0;
	width:980px;
}
#contenu 
{
	background-color:#ffffff;
	width:900px;
	padding:20px 30px;
}
*+html #contenu /* HACK POUR CE CHER IE7!! */
{
	padding-top:0; 
}
#header {
	/*height:400px;*/
	margin:0;
}
#headerTop 
{
	margin:0 0 10px;
}
.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 780px;
  	margin: 0 auto;
  	text-align: left;
	padding: 20px;
}
.clearAll 
{
	clear:both;
}

h3 
{
	font-size:20px;
	letter-spacing:-1px;
} 
.langue 
{
	color:#ffffff;
	float:right;
	font-weight:bold;
	padding-right:30px;
	padding-top:50px;
	text-align:right;
}

.imgRenforcement 
{
	background-color:#ffffff;
	background-repeat:no-repeat;
	padding:0 25px 25px;
	color:#00305F;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	height:330px;
}
/* ------------------------------------------------------------------------- */
/* ----- MENU -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#menu 
{
	background:#ffffff url(../images/bg_menu.png) no-repeat;
	height:43px;
	width:900px;
	position: absolute;	
}
#contenuG 
{
	float:left;
	width:560px;
}
#contenuD 
{
	float:left;
	padding:80px 0 0 70px;
	width:270px;
}
#contenuG h1
{	
	color:#00305F;
	font-size:20px;
	font-weight:bold;
	margin-top:0; 
}
#contenuFull h1
{	
	color:#00305F;
	font-size:20px;
	font-weight:bold;
	margin-top:0;
	padding-top:0px;
	 
}
#contenuG h2, #contenuD h2, #contenuFull h2
{
	color:#666666;
	font-size:9px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:40px;	
	text-transform:uppercase;
}
#contenuG p, #contenuD p, #contenuFull p
{
	line-height:18px;
	margin-bottom:15px;
}
#contenuG .titre, #contenuD .titre, #contenuFull .titre
{
	color:#00305F;
	font-size:14px;
	margin-top:30px;
	font-weight:bold;
	margin-bottom:0;	
}
#contenuG p.titre2, #contenuD p.titre2, #contenuFull p.titre2
{
	color:#00305F;
	font-size:12px;
	margin:0;
	font-weight:bold;	
}

#contenuFull 
{
	
}
.titreWH 
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;	
}
ul.puce li
{
	background: url(../images/puce.gif) no-repeat 10px 10px;
	padding:5px 0 5px 25px;
} 
.encadre 
{
	background:#ffffff url(../images/bg_encadre.jpg) no-repeat;
	padding:10px 40px 10px 40px;
	margin:0 30px;
}
.bgColor1 
{
	background-color:#E8B419;
}
.bordure 
{
	border-top:1px solid #cccccc;
	margin-top:5px;
	padding:5px 0;
}

/* ----- CLIENTS ----------------------------------------------------------- */
.clients
{
	margin-top:30px;
}
.clients img 
{
	float:left;
	margin:0;
	width:278px;
	border:1px dotted #cccccc;
}
.clients .margeLogo 
{
	margin:0 30px;
}

/* ----- CARRIERES (accordion) ---------------------------------------------- */

.accCarrieresHeader, .accCarrieresHeaderSelected 
{
	border-bottom:2px solid #84abdf;
	color:#00305F;
	cursor:pointer;
	font-size:12px;
    font-weight:bold;
	line-height:25px;
    margin-top:0;
    padding:0 4px 4px 25px;	
}
.accCarrieresHeader
{
	background:#ffffff url(../images/bg_acc-down.gif) no-repeat 5px;
}
.accCarrieresHeaderSelected 
{
	background:#e8f1ff url(../images/bg_acc-up.gif) no-repeat 5px;
}
.accCarrieres
{             
    padding:4px;
    padding-top:7px;
    background-color:#e8f1ff;
}
.accCarrieres p .titre
{
	color:#00305F;
	font-size:14px;
	font-weight:bold;
	margin:0;		
}
#contenuG .accCarrieres p
{
	margin:0;	
}

/* ------------------------------------------------------------------------- */
/* ----- ACCUEIL ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#nouvelles h3, #expertise h3, #footerPartenaires h3
{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#999999;
	margin-bottom:15px;
	padding:8px 0;
}
#bienvenue h3, #solutionsAffaires h3
{
	color:#999999;
	margin-bottom:15px;
}

/* ---------------------------------------- */
#bienvenue 
{
	float:left;
	padding-top:15px;
	width:560px;
}
#bienvenue p
{
	line-height:18px;
}
#solutionsAffaires 
{
	float:left;
	padding-top:15px;
	padding-left:75px;
	width:250px;
}
#expertise 
{
	float:left;	
}
#expertise .colonne 
{
	float:left;
	width:280px;
}
#expertise .img 
{
	margin:10px 0;
}
#expertise a 
{
	text-decoration:none;
	color:#333333;
}
/* ---------------------------------------- */
#nouvelles 
{
	padding-top:15px;
	width:900px;
}
#nouvelles .colonne 
{
	float:left;
	width:280px;
}

/* ------------------------------------------------------------------------- */
/* ----- FOOTER ------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */

#footer 
{
	background:#ffffff url(../images/bg_footer.gif) no-repeat top;
	margin:20px 0;
	padding-bottom:10px;
	width:900px;
}
/* ---------------------------------------- */
#footerPlan 
{
	padding-top:25px;
	padding-bottom:25px;
}
#footerPlan .colonne 
{
	float:left;
	line-height:20px;
	padding-right:5px;
	width:220px;
}
#footerPlan .colonne li a 
{
	color:#666666;
	display:block;
	font-size:11px;
	padding-left:5px;
	width:100%;
}
#footerPlan .colonne li a:hover 
{
	color:#333333;
	display:block;
	font-size:11px;
	text-decoration:underline;
	width:100%;
  }
#footerPlan 
  {
  	color:#333333;
  }
/* ---------------------------------------- */ 
#footerPartenaires 
{
	margin:20px 0;		
}
#footerPartenaires .logos li
{
	display:inline;
	float:none;
}
#footerPartenaires .logos li img
{
	margin:0 20px;
}

/* ---------------------------------------- */
#footerCopyright 
{
	color:#ffffff;
	margin:10px auto;
	padding:0 0 20px;
	width:960px;
}
#footerCopyright a
{
	color:#ffffff;
	text-decoration:none;	
}
#footerCopyright a:hover
{
	color:#cccccc;
	text-decoration:none;	
}
/* ------------------------------------------------------------------------- */
/* ----- FORMULAIRE -------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.etiquette 
{
	float:left;
	width:200px;	
}
input[type="text"], textarea {
	border:dotted 1px #c6c6c6;
	background-color:#f1f1f1;
	color:#000000;
	font:normal 11px Verdana, Helvetica, sans-serif;
	margin:2px 0 2px;
	padding:3px;
	width:330px;
}
