@charset "utf-8";
* { 								
	margin: 0px;					/*on annule toutes les marges extérieures*/
	padding: 0px;					/*on annule toutes les marges intérieures*/
	border: none;					/*on annule les bords pouvant etre générés accidentellement par IE sur lien image*/
	outline:none;					/*idem pour certains cas d'IE*/
}
body {
	background-color: #FFF;
	text-align: center;				/*pour les vieilles version d'IE et pour centrer le conteneur*/
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#conteneur-general {
	width: 949px;					/*839 pour s'adapter a toutes les tailles d'�cran, la + petite �tant du 760 pixels*/
	height: 650px;
	margin-right: auto;				/*centrage du conteneur a l'�cran*/
	margin-left: auto;				/*option d'un trait autour du conteneur*/
	position: relative;
}
hr {
	clear: both;					/*pour valiser les marges gauches (ou droite)*/
	visibility: hidden;				/*on ne veut pas visualiser le trait horizontal*/
}
.clearboth{
	clear: both;					/*pour valiser les marges gauches (ou droite)*/
}
#titre-general {
	position: absolute;
	left: 297px;
	top: 11px;
	width: 279px;
	height:84px;
	text-align: left;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.titre-12r{
	font-size: 12px;
	color: #cb0233;
	padding-top:10px;
	padding-bottom:5px;
}
.titre-12r a{
	text-decoration: none;
	display: block;
	font-size: 12px;
	color: #cb0233;
}
.titre-12r a:hover{
	color: #000;
}
.titre-14r{
	font-size: 14px;
	color: #cb0233;
	padding-top: 10px;
}
.titre-14r a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #cb0233;
}
.titre-14r a:hover{
	color: #000;
}
.titre-14rg{
	font-size: 14px;
	color: #cb0233;
	padding-top: 10px;
	font-weight: bold;
}
.titre-14n{
	font-size: 14px;
	color: #000;
	padding-top: 10px;
}
.titre-18r{
	font-size: 18px;
	color: #cb0233;
	padding-top: 10px;
}
.titre-18r a{
	text-decoration: none;
	display: block;
	font-size: 18px;
	color: #cb0233;
}
.titre-18r a:hover{
	color: #000;
}
.titre-24n{
	font-size: 24px;
	color: #000;
	padding-top: 10px;
}
.titre-24r{
	font-size: 24px;
	color: #cb0233;
	padding-top: 10px;
}

.texte-10rl{
	font-size: 10px;
	color: #cb0233;
	text-align: left;
}
.texte-10gj{
	font-size: 10px;
	color: #999;
	text-align: justify;
}
.texte-10gl{
	font-size: 10px;
	color: #999;
	text-align: left;
}
.texte-10b{
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
.texte-11n{
	font-size: 11px;
	color: #000;
	text-align: justify;
}
.texte-11ng{
	font-size: 11px;
	color: #000;
	text-align: left;
}
.texte-11nj{
	font-size: 11px;
	color: #000;
	text-align: justify;
}
.texte-11gj{
	font-size: 11px;
	color: #999;
	text-align: justify;
}
.texte-11gl{
	font-size: 11px;
	color: #999;
	text-align: left;
}
.texte-12nj{
	font-size: 12px;
	color: #000;
	text-align: justify;
}
.texte-12nl{
	font-size: 12px;
	color: #000;
	text-align: left;
}
.texte-12g{
	font-size: 12px;
	color: #999;
	text-align: justify;
}
.texte-12ng{
	font-size: 12px;
	color: #000;
	text-align: justify;
	font-weight: bold;
}
.texte-13rj{
	font-size: 13px;
	color: #cb0233;
	text-align: justify;
}
.texte-13rl{
	font-size: 13px;
	color: #cb0233;
	text-align: left;
}
.texte-13r a{
	text-decoration: none;
	display: block;
	font-size: 13px;
	color: #cb0233;
}
.texte-13r a:hover{
	color: #000;
}
.texte-14n{
	font-size: 14px;
	color: #000;
	text-align: justify;
}
.texte-14gd{
	font-size: 14px;
	color: #999;
	text-align:right;
}
.texte-14gd a{
	font-size: 14px;
	color: #999;
	text-decoration: none;
	display: block;
}
.texte-14gd a:hover{
	color: #000;
}

.texte-17ng{
	font-size: 17px;
	color: #000;
	text-align: left;
}
.texte-14r{
	font-size: 16px;
	color: #cb0233;
	text-align: left;
}
.texte-14r a{
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #cb0233;
}
.texte-14r a:hover{
	color: #000;
}


/* Menu titre pour Industrie | Tourisme | Particuliers _______________________________ */
#menu-titre {
	position: absolute;
	left: 486px;
	top: 168px;
	width: 230px;
	height:26px;
	text-align: left;
}
#menu-titre ul {
	
}
#menu-titre li {
	list-style-type: none;	/*c'est un menu horizontal, donc flottant gauche*/
	float: left;
	font-size: 10px;
	line-height: 15px;
	color: #cb0233;
}
#menu-titre a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	color: #cb0233;
	margin-right: 5px;
	margin-left: 5px;
}
#menu-titre a:hover {			/*pour visualisation sp�cifique au survol du lien*/
	color: #000;
}

/* Menu langue / drapeaux _________________________________________________________________ */
#menu-langue {
	width: 25px;
	float: left;
}
#menu-langue ul {
	padding-left: 0px;
	padding-top: 28px;
}
#menu-langue li {
	list-style-type: none;
	margin-bottom: 0px;
}
#menu-langue a {
	display: block;
	width: 25px;
}

#logo {
	position: absolute;
	left: 23px;
	top: 16px;
	width: 212px;
	height:70px;
}
#demander-devis{
	position: absolute;
	left: 245px;
	top: 95px;
	width: 130px;
	height:26px;
}
#demander-devis-esp{
	position: absolute;
	left: 245px;
	top: 90px;
	width: 130px;
	height:26px;
}
#demander-devis a, #demander-devis-esp a{
	text-decoration: none;
	display: block;
	font-size: 13px;
	text-align: center;
	color: #666;
}
#demander-devis a:hover, #demander-devis-esp a:hover{
	color: #000;
}
#date-du-jour {
	position: absolute;
	left: 8px;
	top: 602px;
	width: 220px;
	height:15px;
	text-align: right;
}
/* Menu général en haut a droite ________________________________________________________________ */
#menu-general{
	position: absolute;
	left: 628px;
	top: 22px;
	width: 250px;
	height:130px;
}
#menu-general a{
	text-decoration: none;
	display: block;
	font-size: 12px;
	text-align: right;
	line-height: 15px;
	color: #666;
}
#menu-general a:hover {
	color: #000;	
}

/* Menu pied de page _________________________________________________________________ */
#menu-pied {
	padding-left: 300px;
}
#menu-pied ul {
	
}
#menu-pied li {
	list-style-type: none;					/*c'est un menu horizontal, donc flottant gauche*/
	float: left;
	line-height: 15px;
	color: #999;
}
#menu-pied a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: #999;
	margin-right: 5px;
	margin-left: 5px;
}
#menu-pied a:hover {			/*pour visualisation sp�cifique au survol du lien*/
	color: #000;
}
#menu-pied .separateur {			/*pour visualisation sp�cifique au survol du lien*/
	font-size: 9px;
	color: #666;
}
.lienencours {
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	margin-right: 5px;
	width: 70px;
	color: #000;
}
