/********************************************************************************************************* TAGS */
*{
	padding: 0;
	margin: 0;
	font: 12px Arial, sans-serif;
}

body{
	text-align: center;
	background: url('../images/fond_texture_04.png');
}

div{
	text-align: left;
}

h1{
	font: bold 16px "Arial", sans-serif;
	color: #666;
	padding: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	background: url('../images/puce_titre_gauche_20pc_s.png') no-repeat 98% 50%;
}
h2{
	font: bold 12px "Arial", sans-serif;
	color: #333333;
	margin: 10px 10px;
}
h3{
	font: bold italic 14px "Arial", sans-serif;
	color: #555;
	margin: 20px 10px 15px 20px;
}
h3.first{
	margin-top: 10px;
}

li{
	list-style: none;
}

li, p{
	text-align: justify;
}

:focus{
	outline: 0;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #07a;
}
a img{
	border: none;
}

noscript{
	padding: 10px;
	font-weight: bold;
}

strong{
	font-weight: bold;
}



/********************************************************************************************************* IDS */
#wrapper{
	width: 980px;
	margin: auto;
	background: url('../images/wrapper_borders_01.png') repeat-y;
}

#container{
	width: 960px;
	margin: auto;
	background: url('../images/fond_gris_CMJN-03.03.05.00.png');
}



/********************************************************************************* HEADER */
#header{
	width: 960px;
	height: 140px;
	position: relative;
	margin: auto;
	margin-top: 0;
	background: url('../images/menu_fond_42.png');
}

#logo{
	width: 200px;
	height: 110px;
	position: absolute;
	top: 7px;
	left: 20px;
}


/******************************************************* menu */
#menu li a{
	position: absolute;
}
#menu a span{
	display: none;
}
#menu_item_00 a{
	width: 50px;
	height: 12px;
	top: 79px;
	left: 246px;
	background: url('../images/menu_item_accueil_01.png') no-repeat top right;
}
#menu_item_00 a:hover, #menu_item_00 a.menu_active, .menu_focus a:hover{
	background: url('../images/menu_item_accueil_01.png') no-repeat 0px -12px;
}
#menu_item_01 a{
	width: 72px;
	height: 12px;
	top: 37px;
	left: 303px;
	background: url('../images/menu_item_solutions_01.png') no-repeat top right;
}
#menu_item_01 a:hover, #menu_item_01 a.menu_active, .menu_focus a:hover{
	background: url('../images/menu_item_solutions_01.png') no-repeat 0px -12px;
}
#menu_item_02 a{
	width: 90px;
	height: 15px;
	top: 26px;
	left: 435px;
	background: url('../images/menu_item_competences_01.png') no-repeat top right;
}
#menu_item_02 a:hover, #menu_item_02 a.menu_active, .menu_focus a:hover{
	background: url('../images/menu_item_competences_01.png') no-repeat 0px -15px;
}
#menu_item_03 a{
	width: 44px;
	height: 12px;
	top: 24px;
	left: 609px;	
	background: url('../images/menu_item_vision_01.png') no-repeat top right;
}
#menu_item_03 a:hover, #menu_item_03 a.menu_active, .menu_focus a:hover{
	background: url('../images/menu_item_vision_01.png') no-repeat 0px -12px;
}
#menu_item_04 a{
	width: 76px;
	height: 15px;
	top: 29px;
	left: 712px;	
	background: url('../images/menu_item_references_01.png') no-repeat top right;
}
#menu_item_04 a:hover, #menu_item_04 a.menu_active, .menu_focus a:hover{
	background: url('../images/menu_item_references_01.png') no-repeat 0px -15px;
}
#menu_item_05 a{
	width: 52px;
	height: 12px;
	top: 47px;
	left: 816px;
	background: url('../images/menu_item_devis_01.png') no-repeat top right;
}
#menu_item_05 a:hover, #menu_item_05 a.menu_active, .menu_focus a:hover{
	background: url('../images/menu_item_devis_01.png') no-repeat 0px -12px;
}

#menu_item_06 a{
	width: 57px;
	height: 12px;
	top: 15px;
	left: 874px;
	background: url('../images/menu_item_contact_01.png') no-repeat top right;
}
#menu_item_06 a:hover, #menu_item_06 a.menu_active, .menu_focus a:hover{
	background: url('../images/menu_item_contact_01.png') no-repeat 0px -12px;
}



#menu_item_07 a{
	width: 80px;
	height: 50px;
	left: 560px;
	top: 92px;
	background : url(../images/menu_item_blog_05.png) no-repeat;
}
#menu_item_07 a:hover{
	background : url(../images/menu_item_blog_05_hover.png) no-repeat;
}




/********************************************************************************* CONTAINER */
#content{
	width: 960px;
	min-height: 410px;
	position: relative;
	margin: auto;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #000;
}



.content_section{
	min-height: 400px;
}
.content_top_separator{
	height: 10px;
	width: 100%;
	background: url('../images/shadow_top_01.png') repeat-x;
}
.content_bottom_separator{
	height: 10px;
	width: 100%;
	background: url('../images/shadow_bottom_01.png') repeat-x;
}

.content_center{
	position: relative;
	min-height: 400px;
}




/******************************************************* content section */
.content_center .content_section{
	margin-left: 290px;
	margin-right: 30px;
}
.content_center .content_section h1{
	margin-right: -30px;
}

.content_center .content_section ul{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 40px;
}
.content_center .content_section li{
	list-style-type: square;
	line-height: 18px;
	text-align: left;
}

.content_center .content_section p{
	padding-bottom: 10px;
	line-height: 18px;
}

.content_center .content_section a{
	font-weight: bold;
}


.content_center .text_illustration{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: white 10px solid;
}



/******************************************************* content side menu */
.content_center .side_menu{
	width: 260px;
	height: 100%;
	position: absolute;
	top: 0;
	background: #f1ebe2 url('../images/fond_degrade_beige.png') repeat-x;
}

.content_center .side_menu li a{
	display: block;
	padding-left: 30px;
	line-height: 17px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background: url('../images/puce_triangle_d_5x8.png') no-repeat 18px 5px;
	color: black;
}
.content_center .side_menu li a:hover{
	background: #f4b943 url('../images/puce_triangle_d_5x8.png') no-repeat 18px 5px;
}
.content_center .side_menu li a.menu_active{
	background: url('../images/puce_triangle_d_rouge_5x8.png') no-repeat 18px 5px;
	color: #B6101D;
}
.content_center .side_menu li a.menu_active span{
	color: black;
}
.content_center .side_menu li a.menu_active:hover{
	background: #f4b943 url('../images/puce_triangle_d_rouge_5x8.png') no-repeat 18px 5px;
}

.content_center .side_menu li li a{
	background: url('../images/puce_arborescence.png') no-repeat 30px;
	line-height: 14px;
	padding-left: 50px;
	font-weight: normal;
}
.content_center .side_menu li li a:hover{
	background: #f4b943 url('../images/puce_arborescence.png') no-repeat 30px;
}
.content_center .side_menu li li a.menu_active{
	background: url('../images/puce_arborescence_rouge.png') no-repeat 30px;
}
.content_center .side_menu li li a.menu_active:hover{
	background: #f4b943 url('../images/puce_arborescence_rouge.png') no-repeat 30px;
}
.content_center .side_menu ul ul{
	margin-bottom: 5px;
}

.content_center .side_menu h2{
	padding-top: 0px;
	padding-left: 7px;
}



.content_center .left_column{
	width: 280px;
	float: left;
}

.content_center .right_column{
	width: 280px;
	float: right;
	margin-left: 60px;
}




/******************************************************* contact_us */
#contact_us{
	clear: both;
	text-align: right;
	padding-top: 35px;
	padding-bottom: 40px;
}
#contact_us img{
	float: right;
	margin-left: 15px;
	margin-right: 180px;
	margin-top: -18px;
}






/******************************************************* error */
#error{
}
#error p{
	margin: 10px;
}

.error{
	margin: 20px;
	color: #B6101D;
	font-weight: bold;
}




/********************************************************************************* FOOTER */
#footer{
	width: 960px;
	min-height: 130px;
	position: relative;
	margin: auto;
	margin-bottom: 0;
	background-color: #000000;
	color: #aaaaaa;
}

#footer p, #footer span, #footer label, #footer a{
	font-weight: bold;	
}
#footer a{
	color: #aaaaaa;
}

#footer_sum_up{
	width: 650px;
	position: absolute;
	font: italic bold 12px "Arial", sans-serif;
	line-height: 20px;
	top: 20px;
	left: 10px;
	color: #ddd;
}


#login_customer{
	width: 130px;
	border: 1px solid #cccccc;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}
#login_customer p{
	text-align: right;
}
#login_customer_title{
	margin: 5px;
	text-align: center;
	color: #dddddd;
}
#login_customer_login, #login_customer_password{
	width: 70px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#login_customer input{
	vertical-align: middle;
}

#annecy_2018{
	position: absolute;
	right: 135px;
	top: 15px;
}
#valid_xhtml{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#valid_css{
	position: absolute;
	bottom: 10px;
	left: 100px;
}


#footer_bottom_links{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	color: #777;
}
#footer_bottom_links span{
	margin-left: 30px;
}
#footer_bottom_links span a{
	color: #777;
}

#footer_border_bottom{
	width: 980px;
	margin: auto;
	position: relative;
}
#footer_border_bottom_left{
	width: 10px;
	height: 10px;
	position: absolute;
	background: url('../images/shadow_bottom_left_corner_01.png') no-repeat;
}
#footer_border_bottom_center{
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background: url('../images/shadow_bottom_01.png') repeat-x;
}
#footer_border_bottom_right{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('../images/shadow_bottom_right_corner_01.png') no-repeat;
}




/********************************************************************************************************* GENERAL CLASSES */

.important{
	font-weight: bold;
}
.very_important{
	font-weight: bold;
	font-size: 16px;
	color: red;
}

.clearfix {
	display: inline-block;
}


.left{ float: left; }
.right{ float: right; }
.mt_10{ margin-top: 10px; }
.mb_5{ margin-bottom: 5px; }
.mb_10{ margin-bottom: 10px; }
.ml_10{ margin-left: 10px; }
.ml_20{ margin-left: 20px; }
.ml_30{ margin-left: 30px; }
.mr_10{ margin-right: 10px; }
.mt_5{ margin-top: 5px; }
.mt_-5{ margin-top: -5px; }
.center{ text-align: center; }
.va_m{ vertical-align: middle; }
.ta_l{ text-align: left; }
.ta_r{ text-align: right; }
.fw_n{ font-weight: normal; }
.fs_11{	font-size: 11px; }


.noflash{
	padding: 10px;
	font-weight: bold;
}

.http_prefix{
	font-weight: bold;
}

.form_required_fields_notice{
	font-size: 11px;
	color: #fff;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clear{
	color: white;
}
.dark{
	color: black;
}

.content_heading_image{
	float: left;
	margin: 10px;
}

.image_border_big{
	border: 10px solid white;
}

.image_legend{
	font-style: italic;
}

.emphasize{
	padding-left: 20px;
	background: url('../images/puce_arborescence.png') no-repeat;
}

.highlight_anchor{
	background-color: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}




.tipped{
	border-bottom: 1px dotted #963;
	cursor: help;
}
.tip{
	width: 120px;
	min-height: 40px;
	position: absolute;
	display: none;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #def;
	color: black;
}




/********************************************************************************* DEBUG */
.debug, #debug{ background-color: red; }
.border, #border{ border: 1px solid red; }


