.gris {
	color: #77726f;
}

/* Conteneur droite */
#conteneur_droite {
	float:right;
	display:block;
	height:640px;
	width:298px;
	margin-right:25px;
}

#texte_droite {
	float:right;
	display:block;
	height:36px;
	width:220px;
	margin-top:15px;
	font-size:26px;
	background:url(../images/Carre-menu.png) left no-repeat;
}
.texte_droite {
	padding-left:35px;
}

/* Images partie de droite */
#image_care_plans {
	float:right;
	display:block;
	background:url(../images/image-care-plans.png) no-repeat;
	height:439px;
	width:313px;
	margin-top: 100px;
}

#image_downloads {
	float:right;
	display:block;
	background:url(../images/image-downloads.png) no-repeat;
	height:558px;
	width:322px;
	margin-top: 10px;
}

#image_assistance {
	float:right;
	display:block;
	background:url(../images/image-downloads.png) no-repeat;
	height:558px;
	width:322px;
	margin-top: 10px;
}

/* Menu partie de gauche */
#care_plans_gauche {
	float: left;
	display: block;
	height: 475px;
	width: 180px;
	background:url(../images/care_plans_gauche.png) no-repeat;
	margin-left: 38px;
	margin-top: 25px;
	list-style:url(../images/puce3.png);
	font-size:0.8em;
}

#care_plans_gauche a:hover{
	color:#dc7a0b /* Orange */
}

#downloads_gauche {
	float: left;
	display: block;
	height: 375px;
	width: 175px;
	background:url(../images/downloads_gauche.png) no-repeat;
	margin-left: 38px;
	margin-top: 25px;
	list-style:url(../images/puce3.png);
	font-size:0.8em;
}

#downloads_gauche a:hover{
	color:#dc7a0b /* Orange */
}

#support_gauche {
	float: left;
	display: block;
	height: 375px;
	width: 175px;
	background:url(../images/assistance_gauche.png) no-repeat;
	margin-left: 38px;
	margin-top: 25px;
	list-style:url(../images/puce3.png);
	font-size:0.8em;
}

#support_gauche a:hover{
	color:#dc7a0b /* Orange */
}

#service_gauche {
	float: left;
	display: block;
	height: 475px;
	width: 180px;
	background:url(../images/care_plans_gauche.png) no-repeat;
	margin-left: 38px;
	margin-top: 25px;
	list-style:url(../images/puce3.png);
	font-size:0.8em;
}

#service_gauche a:hover{
	color:#dc7a0b; /* Orange */
}

/* Millieu de page */

#texte_care_plans {
	float: left;
	display: block;
	height: 650px;
	width: 465px;
	font-size:0.7em;
	margin-left: 12px;
	margin-top: 40px;
}

#texte_downloads {
	float: left;
	display: block;
	height: 650px;
	width: 458px;
	font-size:0.7em;
	margin-left: 12px;
	margin-top: 40px;
}

#texte_assistance {
	float: left;
	display: block;
	height: 650px;
	width: 465px;
	font-size:0.7em;
	margin-left: 12px;
	margin-top: 40px;
}

#texte_service {
	float: left;
	display: block;
	height: 650px;
	width: 445px;
	font-size:0.7em;
	margin-left: 12px;
}

#texte_service a {
	color:#dc7a0b; /* Orange */
}
	
#menu_downloads {
	float: left;
	display: block;
	height: 411px;
	width: 280px;
	background:url(../images/downloads_menu.png) no-repeat;
	margin-left: 100px;
	margin-top: 30px;
	padding-top: 30px;
	padding-left: 20px;
}

#box_service {
	float: left;
	display: block;
	height: 90px;
	width: 277px;
	background:url(../images/services_box.png) no-repeat;
	margin-left: 90px;
	padding-left: 15px;
	padding-top: 5px;
	list-style: url(../images/puce2.png);
}

/* Online Assistance */
#online_assistance {
	float:left;
	display:block;
	background:url(../images/cadre_assistance.png) no-repeat;
	height:127px;
	width:447px;
	margin-top:40px;
	margin-left:5px;
}

#logo_webex {
	float:left;
	display:block;
	height:64px;
	width:229px;
	margin-top:30px;
	margin-left:10px;
}

#texte_webex {
	float:left;
	display:block;
	margin-top:50px;
	margin-left:22px;
	font-size:0.8em;
}

.moins {
	font-size: 0.9em;
}

.plus {
	font-size: 1.1em;
}

.plusplus {
	font-size: 1.2em;
}
.titreorange {
	color:#dc7a0b; /* Orange */
	font-size: 1.2em;
	font-weight: bold;
}