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

body {background:#FFF;font-family:Arial, Helvetica, sans-serif;	margin-top:0px; }

/*GLOBAL */

#global {width:820px; height:820px; background-color:#FFF; margin-left:auto; margin-right:auto; }


#conteneur {
	width:810px;
	height:680px;
	margin-top:50px;
	background-image:url(/IMG/back_conteneur_1x680.png);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #7EAFCB;
	border-left-color: #7EAFCB;
}

/* CONTENEUR DIVISE EN 2 */

/* CADRE GAUCHE */

#cadre-gauche {
	display: inline-block;
	height: 550px;
	width: 550px;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	}

	
.cadre-gauche-titre{
	color:#2A72A2;
	font-size:15px;
	font-weight:bolder;
	padding-left:20px;
	text-transform: none;
	font-variant: small-caps;
	padding-top:5px;
	text-decoration: none;
}
.cadre-gauche-sstitre{
	color:#CC6600;
	font-size:15px;
	font-weight:bold;
	padding-left:40px;
	text-transform: none;
	font-variant: small-caps;
}
.cadre-gauche-text{font-size: 12px; font-weight: bold; color: #666666; padding-left: 5px; margin-left: 20px;  text-align:justify; padding-right: 20px;}
.cadre-gauche-text a {
	color: #4A8EB3;
	text-decoration: none;
	text-align:center;
}

.cadre-gauche-text_titre{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left: 5px;
	margin-left: 20px;
	text-align:justify;
	padding-right: 20px;
	text-transform: uppercase;
}
.cadre-gauche-text_titre a {
	color: #4A8EB3;
	text-decoration: none;
	text-align:center;
}


/* CADRE DROIT */

#cadre-droit {
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	height: 550px;
	width: 200px;
	margin-left: 10px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-color: #7EAFCB;
}

.cadre-droit-titre{
	color:#CC6600;
	font-size:14px;
	font-weight:bolder;
	padding-left:20px;
	text-transform: none;
	font-variant: small-caps;
}
.cadre-droit-titre a:link {color:#CC6600; text-decoration:none;}
.cadre-droit-titre a:hover {color:#CC6600; text-decoration:none;}
.cadre-droit-titre a:visited {color:#CC6600; text-decoration:none;}
.cadre-droit-titre a:active {color:#CC6600; text-decoration:none;}
	
.cadre-droit-text{font-size: 12px; font-weight: bold; color: #666666; padding-left: 5px; border-left-style: none; margin-left: 20px; border-left-width: thin; text-align:justify; padding-right: 20px; border-top-width: thin; border-right-width: thin;  border-bottom-width: thin; border-top-style: none; border-right-style: none;	border-bottom-style: none;  text-decoration: none;}
.cadre-droit-text a {color:#666666; text-decoration:none;}

#menu_cadre-droit { width:180px; margin:5px;}

#menu_cadre-droit li {
	list-style-type: none;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	color: #4A8EB3;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4A8EB3;
}

	

/* PIED DE PAGE */

#pied {
	margin-top: 20px;
	
	
}
#pied li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

#pied ul {display:inline;
	width: 150px;
	}

.pied {font-variant: small-caps;
	color: #CC6600;
	font-size: 11px;
	font-weight: bold;
	text-align: center;}
	
	
.pied a {
	width:100px;
	height:20px;
	color: #FF6600;
	text-decoration: none;
}

.eco {
	color:#CC6600;
	font-size:12px;
	font-weight:bolder;
	padding-left:20px;
	text-transform: none;
}
.eco a:link {color:#CC6600; text-decoration:none;}
.eco  a:hover {color:#CC6600; text-decoration:none;}
.eco  a:visited {color:#CC6600; text-decoration:none;}
.eco  a:active {color:#CC6600; text-decoration:none;}
