#copyright {
	font-family: arial;
	font-size: 12px;
	color: #C10202;
}
#copyright a {
	font-family: arial;
	font-size: 12px;
	color: #540101;
}
.Style5 {color: #1460C7}
#contact_form .texte1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	padding: 5px;
}
#contact_form .texte2 {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contact_form .texte_derf {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #C20102;
	padding: 5px;
}
.contact_form   {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #C10202;
	border: 1px solid #C0C0C0;
	width: 98%;
	background-image: url(../images/input_ar.gif);
}
#contact_form textarea {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #C10202;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
.Style4 {color: #FF6600}
.voyage_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0355C3;
	line-height: 20px;
}
/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
	background-color: #FFFFFF;
	border: 3px solid #ECE9D8;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #C20102;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border: 1px solid #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 250px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #0099CC;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	background-color: #0099FF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	background-color: #0099CC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #C20102;
}
#news1 {
	font-family: arial;
	font-size: 11px;
	color: #666666;
}
.titre1_accueil {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #C20102;
}
#accueil1 .titre1_accueiltexte {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.Style1 {color: #FFFFFF}
body {
	background-color: #FFFFFF;
}
#entreprise .titre {
	font-family: arial;
	font-size: 12px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFB93E;
	font-weight: bold;
}

#apDiv1 {
	position:absolute;
	left:512px;
	top:129px;
	width:122px;
	height:107px;
	z-index:1;
	background-color: #FFA200;
	visibility: visible;
}
#element1 {
	position:absolute;
	left:163px;
	top:99px;
	width:150px;
	height:181px;
	z-index:1;
	visibility: hidden;
}
#element1  #menu_nav td {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#element2 {
	position:absolute;
	left:313px;
	top:99px;
	width:162px;
	height:30px;
	z-index:2;
	visibility: hidden;
}
#element3 {
	position:absolute;
	left:475px;
	top:99px;
	width:173px;
	height:30px;
	z-index:3;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	visibility: hidden;
}
#element4 {
	position:absolute;
	left:831px;
	top:104px;
	width:131px;
	height:2px;
	z-index:4;
	background-color: #FFA200;
	visibility: hidden;
}
#element5 {
	position:absolute;
	left:648px;
	top:99px;
	width:179px;
	height:30px;
	z-index:5;
	visibility: hidden;
}
#element2 #menu_nav td {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#apDiv2 {
	position:absolute;
	left:827px;
	top:194px;
	width:133px;
	height:3px;
	z-index:6;
}
#menu_nav td {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.menu_nav_border {

}
#Tableau_01 #parcour1 {
	font-family: verdana;
	font-size: 11px;
	color: #C10202;
	font-weight: normal;
}
#Tableau_01 #parcour1 a {
	font-family: verdana;
	font-size: 11px;
	color: #C10202;
	font-weight: normal;
}
#Tableau_01 #menu_left {
	font-family: arial;
	font-size: 11px;
	color: #AA4400;
}
#Tableau_01  #menu_left  a,a:visited,a:active {
	font-family: arial;
	font-size: 11px;
	color: #AA4400;
}
#Tableau_01 #menu_left a:hover {
	font-family: arial;
	font-size: 11px;
	color: #FF6600;
}
.texte_accueil  {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 8px;
	list-style-type: circle;
}
#top {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.texte_accueil_titre {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #A64200;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.resultats1 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
#tab_recherche_label td {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	padding: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFC869;
}
#navigation1 {
	font-family: verdana;
	font-size: 11px;
	color: #C10202;
}
#tab_result {
}
.recherche1_input {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF6600;
	border: 1px solid #CB2C2C;
	font-weight: normal;
	line-height: 20px;
	padding-left: 10px;
	width: 100%;
}

#tab_recherche {
	background-color: #ECE9D8;
	border: 1px solid #C67B00;
}
#tab_recherche2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #0355C3;
	background-color: #ECE9D8;
}
#menu_nav a {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation a:link {
	font-family: arial;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
}
#navigation a:visited {
	font-family: arial;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
}
#navigation a:active {
	font-family: arial;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
}
#navigation {
	font-family: arial;
	font-size: 12px;
	color: #0033FF;
	font-weight: normal;
}
#navigation a:hover {
	font-family: arial;
	font-size: 12px;
	color: #1460C7;
	font-weight: normal;
}
#bouton_reseux button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FFBD49;
	font-size: 11px;
	font-weight: bold;
}
.nos_activites_arplan {
	background-image: url(../images/nos_activite.jpg);
	background-repeat: no-repeat;
}
#ban {
	position:absolute;
	left:678px;
	top:271px;
	width:151px;
	height:106px;
	z-index:7;
}

#activite_voyage {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.contact_style1 {
	font-family: arial;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	padding: 5px;
}
.contact_style2 {
	font-family: arial;
	font-size: 12px;
	color: #1460C7;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.contact_style3 {
	font-family: arial;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
}
#recherche1 select {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FF6600;
	border: 1px solid #CB2C2C;
	line-height: 30px;
	width: 80%;
}
#recherche1  input {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FF6600;
	border: 1px solid #FFFFFF;
	font-weight: normal;
	width: 80%;
}
#entreprise .texte {
	font-family: arial;
	font-size: 12px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFB93E;
	font-weight: bold;
}
#nos_prosuits_3 {
	background-image: url(../images/nos_produits_liste.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nos_produits_titres {
	font-family: arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
#nos_produits_titres .voyage {
	color: #3072D0;
}
#nos_produits_titres .sante {
	color: #5A883D;
}
#nos_produits_titres .auto {
	color: #F99E12;
}
.historique_anne {
	float: left;
	font-family: verdana;
	font-size: 18px;
	color: #FF3300;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 15px;
	padding-top: 5px;
}
#siege {
	float: left;
	padding-right: 10px;
}
#en_savoir_plus a {
	color: #C10202;
}
#en_savoir_plus a:hover {
	color: #FFA811;
}
#info  {
	color: #666666;
	font-family: tahoma;
	font-size: 10px;
	text-align: center;
}
.Style4 {color: #FF6600}.titre_grande {
	font-family: arial;
	font-size: 14px;
	color: #C10202;
	font-weight: bold;
}
.globe {
	background-image: url(../images/globe.jpg);
	background-repeat: no-repeat;
}
#reseux  select ,input ,button  {
	font-family: arial;
	font-size: 11px;
	color: #216B8E;
	border: 1px solid #1D5375;
	width: 100%;
	background-color: #FFFFFF;
}
.reseaux_texte {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#reseux legend {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}
#globe2 {
	background-image: url(../images/globe2.jpg);
	background-repeat: no-repeat;
}
#globe2 .titre_grande {
	font-family: verdana;
	font-size: 18px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#globe2 .texte_globe {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
}

#footer_countries {
	text-align: center;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#footer_countries {
	font-family: arial;
	font-size: 11px;
	color: #FF6702;
}
#footer_countries a {
	font-family: arial;
	font-size: 11px;
	color: #666666;
}
#certificat {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#logo {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sanitaires  .titre_sanitaires {
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #FF6600;
}
#sanitaires .titre2_sanitaires {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #FF6600;
}
#sanitaires .titre3_sanitaires {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #C20102;
	padding-left: 20px;
}
#sanitaires .titre_sanitaires_bleu {
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #0099FF;
}
#sanitaires .titre2_sanitaires_bleu {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #0099FF;
}
#sanitaires .titre3_sanitaires_bleu {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #0075C4;
	padding-left: 20px;
}
#jumpMenu    {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF6600;
	width: 60%;
	font-weight: bold;
	padding-left: 20px;
}
#sanitaires .titre_sanitaires a {
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #FF6600;
}
#sanitaires .titre_sanitaires_bleu a {
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #0099FF;
}
#contact_form .select1 {
	font-family: verdana;
	font-size: 11px;
	background-color: #FF6600;
	color: #FFFFFF;
	width: 80%;
}
#press  .press_titre {
	font-family: arial;
	font-size: 11px;
	color: #E80202;
	font-weight: bold;
}
#press .press_date {
	font-family: arial;
	font-size: 11px;
	color: #0099CC;
	font-weight: bold;
}
#press .press_textes {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	padding: 5px;
	line-height: 18px;
	text-align: justify;
}
#press    .press_mini    {
	font-family: arial;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	padding: 5px;
	line-height: 18px;
	text-align: justify;
}
#nos_inter {
	background-image: url(../images/ar_nos2.jpg);
	background-repeat: no-repeat;
}
#nos_inter .nos_inter_input {
	font-family: verdana;
	font-size: 11px;
	color: #C20102;
	border: 1px solid #FFB93E;
	width: 70%;
	background-color: #FFFFFF;
}
#nos_inter .nos_inter_titre {
	font-family: arial;
	font-size: 13px;
	color: #C20102;
	width: 70%;
	font-weight: bold;
}
#nos_inter    input ,select  {
	font-family: verdana;
	font-size: 11px;
	color: #C20102;
	border: 1px solid #FFB93E;
	width: 70%;
	background-color: #FFFFFF;
}
.contact_button {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #C10202;
	border: 1px solid #C0C0C0;
	width: 98%;
}
.sanitaire_select_big {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 5px;
	width: 80%;
}
.texte_accueil2 {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	list-style-type: circle;
	text-align: left;
}
.texte_accueil_titre2 {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #A64200;
	text-align: left;
}

