/*--------------------------------------------------------------------------
Logiciel RBS Change© Société RBS, 2006-2007. 

Le logiciel ne peut être copié, corrigé, traduit ou modifié sans l’autorisation préalable de l’auteur selon le Code de la Propriété Intellectuelle (http://www.celog.fr/cpi/). 
Consulter les Dispositions Générales de droit d’exploitation. 

Tout contrefacteur pourra faire l’objet de poursuites judiciaires par la société RBS, auteur du logiciel. 

----------------------------------------------------------------------------

RBS Change™, © 2006-2007 Ready Business System. 

This application can not be copied, changed, translated, or modified in any way without prior authorization from RBS, the author of the application, 
according to the French Code of Intellectual Property (http://www.celog.fr/cpi/). Consult the Code's General Dispositions about rights of use. 

Any use of this application without prior authorization from RBS will be subject to legal prosecution to the full extent of the law. 

--------------------------------------------------------------------------*/

/* STYLES - INSIDE PAGE */

/* nouveaux body + container pour un site "stretchable" */
body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     font-family: verdana;
	 font-size: 82%;
	 color: #42475E;
	 background-image: url(../img/fond-inside.gif);
	 background-repeat: repeat-x;
	 }
	 
#container{
	margin-left: auto;
    margin-right: auto;
    width: 98%;/*1008px;*/
    text-align: left; /* on rétablit l'alignement normal du texte */
}

.cleaner{
	clear: both;
}
 
#inside-navigation{
	margin-top: 6px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

ul.inside-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: gray;
	font-size: 12px;
}

ul.inside-nav li{
	display: inline;
	font-size: 12px;
}

ul.int-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FF7B19;
	/*margin-top: -5px;*/
	color: gray;
	font-weight: bold;
	font-size: 14px;
}

ul.int-nav li{
	
	width: 100%;
	display: block;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 1px;
	border-color: #C8C8C8;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;
}

a.inside-link{
	color: #FF7B19;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.inside-link:hover{
	color: gray;
}

a.menu-droit{
	color: #FF7B19;
	font-weight: bold;
	text-decoration: none;
}

a.menu-droit:hover{
	color: gray;
}

#left {
	float:left;
	width:200px;
	margin:0; padding:0;
	padding-top: 30px;
	text-align: center;
	/*background: pink;*/
	}

#right {
	float:right;
	width:140px;
	margin:0; padding:0;
	padding-top: 30px;
	/*background: navy;*/
	}

#middle {
	margin:0 140px;
	/*background: yellow;*/
	padding-left: 65px;
	padding-right: 40px;
	padding-top: 30px;
	/*font-size: 12pt;*/
	}

img.logo {
	float: right;
	text-align: right;
	padding-left: 5px;
}

h1 {
	display: block;
	border-style:solid;
	border-width: 0;
	border-bottom-width: 2px;
	border-color: #C8C8C8;
	color: #7D8190;
	font-size: 20pt;
	margin-bottom: 10px;
	margin-top: -5px;
	
}

h2 {
	color: #7D8190;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bolder;
	
}

li {
	margin-bottom: 10px;
}

em {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cadre-directeur {
	text-align: center;
	border-style:solid;
	border-width: 1px;
	border-color: #C8C8C8;
	width: 30%;
	margin: auto;
	margin-bottom: 15px;
	padding: 4px;
}
#cadre-responsable {
	text-align: center;
	border-style:solid;
	border-width: 1px;
	border-color: #C8C8C8;
	width: 30%;
	margin: auto;
	float: left;
	padding: 4px;
}
#cadre-assistant {
	text-align: center;
	border-style:solid;
	border-width: 1px;
	border-color: #C8C8C8;
	width: 30%;
	margin: auto;
	float: right;
	padding: 4px;
}

.fond-jaune {
	background-color: #ffffee;
	display: block;
}

.rouge {
	color: #FF0000;
}

.vert {
	color: #33CC00;
}

/* END STYLES - INSIDE PAGE */