/*//////////////////////////////////////*/
/*///      WWW.ICARE-NET.COM       /////*/
/*//////////////////////////////////////*/
@import url("referencement.css");
@import url("contact.css");
/************************************/
/*     CONTACT ET REFERENCEMENT a part, c'est mieux... */!important
/**************************-*********/
/*///////  NOTE IMPORTANTTE - le lien ci dessous explique la synthaxe abrégée CSS et son intérêt   /////////////*/
/*/////   http://pompage.net/pompe/raccourcisCSS   //////*/!important
/*--------------------------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	}
body{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#000 url(../images/background/body-bg.jpg) top;
	color: #000;
	}
/*body#ferforge a#navferforge, body#presentation a#navpresentation, body#contactplan a#contactplan, body#activite a#activite{
	background:url(../images/background/nav-rollon.gif) no-repeat top;
	color:#FFF;
	}*/
body#home #header{
	background:url(../images/home/home-backround.jpg) no-repeat top;
	width:940px;
	height:705px;
	}
body#home #content{
	background-image:none;
	height:20px;
	text-align:center;
	}
body#home #footer{
	background:none;
	width:940px;
	}
#diap_home{
	height: 705px;
	width: 940px;
	background-image: url(../images/home/fond_home.jpg);
	background-repeat: no-repeat;

	}
/*///////////////////////////////////*/
/*///        STRUCTURE SITE       ///*/
/*///////////////////////////////////*/
#general{
	margin:0 auto;
	padding:0;
	width:100%;
	/*background:url(../images/background/general-bg.jpg) repeat-y top;*/
	}
/******************************/
/*    HEADER(entete)   */
/******************************/
#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:290px;
	}
#actu_menu {
	text-align: right;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*   ///   pour afficher un header different dans chaque categorie du site ///   */
body#edito #header{background:url(../images/structure/header-edito.jpg) no-repeat top;}
body#activite #header{background:url(../images/structure/header-activite.jpg) no-repeat top;}
body#ferforge #header{background:url(../images/structure/header-ferforge.jpg) no-repeat top;}
body#actualites #header{background:url(../images/structure/page-actualites.jpg) no-repeat top;}
/******************************/
/*    CONTENT(contenu)   */
/******************************/
#content{
	margin:0 auto;
	padding:0;
	width:980px;
	height:630px;
	background:url(../images/structure/content.jpg) top;
	}
#content_sommaire{
	padding:0px;
	width:940px;
	height:705px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#real_content{
	width:940px;
	height:620px;
	padding:5px 0 0;
	margin:0 auto;
	overflow: auto;
	}
#col01 {
	width:300px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#300;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#col02 {
	width:200px;
	float:left;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#300;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col03 {
	width:320px;
	float:left;
	padding:0px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#300;
}
#grand_titre{
	text-align:center;
	}
/*////////////////////////////////////////////////////////////////////////////*/
#part_left{
	float:left;
	text-align:right;
	width:450px;
	/*border:1px solid #000;*/
	}
#part_right{
	float:right;
	text-align:left;
	width:450px;
	overflow: auto;
	height: 615px;
	/*border:1px solid #000;*/
	}
/*#part_right a img{
	border:solid #000;
	border-width:0 3px 3px 0;
	}*/
#part_right .listing_nav a img{
	border:0;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	}
#part_right .listing_nav a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
/*////////////////////////////////////////////////////////////////////////*/
#content p{
	padding:0 85px;
	font:normal normal normal 12px Georgia, "Times New Roman", Times, serif;
	color:#300;
	text-align:justify;
	}
#content ol{
	padding:0 85px 0;
	font:normal normal normal 12px Georgia, "Times New Roman", Times, serif;
	color:#300;
	text-align:justify;
	}
#content a{
	font-weight:bold;
	color:#300;
	}
#content a:hover{
	text-decoration:none;
	}
#content-index {
	margin:0 auto;
	padding:0;
	text-align:center;
	}
#content-index a {
	font-weight:bold;
	color:#300;
	}
#content-index h1 {
	margin:0 auto;
	padding:0;
	text-align:center;
	}
#retour {
	padding: 0px;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}

/*galerie photographique*/
#photogallery{
	width:440px;
	border:1px solid #600;
	margin:5px;
	padding:5px 0 0 5px;
	}
#photogallery img{
	margin:0 5px 5px 0;
	}
#photogallery a img{
	border:0;
	}
/******************************/
/*   FOOTER(pied de page)   */
/******************************/
#footer{
	margin:0 auto;
	padding:20px 0 0;
	width:980px;
	height:60px;
	background: url(../images/structure/footer-bg.jpg) no-repeat bottom;
	color:#600;
	text-align:center;
	}
#footer a{
	font-weight:bold;
	color:#300;
	}
#footer a:hover{
	text-decoration:none;
	color:#600;
	}
#champs_newsletter {
	margin: 0px;
	padding-top: 197px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 613px;
}
#actualites #general #header #champs_newsletter form {
	margin: 0px;
	padding: 0px;
}

#newsletter {
	border: 1px solid #F8E0BE;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
}
#valider {
	background-color: #BA662A;
	color: #5E1C1D;
	font-weight: bold;
	border: 1px solid #F8E0BE;
	width: 40px;
}

#champs_message {
	padding-top: 0px;
	margin-right: 40px;
	padding-bottom: 0px;
	padding-left: 570px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
}


#monmessage {
	
}

.float_left {
	float:left;
	padding:0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*///////////////////////////////////*/
/*///        CHARTE TYPO       ///*/
/*///////////////////////////////////*/
p.content{
	margin:0;
	padding:0;
	}

select{
	color:#000;
	background-color:#fff;
	}
/******************************/
/*   TITRES DE PAGE   */
/******************************/
h1{
	margin:0 auto;
	padding:0 85px 0 0;
	font:italic normal bold 23px Georgia, "Times New Roman", Times, serif;
	color:#444;
	text-transform:capitalize;
	text-align: center;
	}
h2{
	margin:0;
	padding:20px 0 0 30px;
	height:40px;
	font:normal normal bold 18px Georgia, "Times New Roman", Times, serif;
	background:url(../images/deco/parchemin-puce.gif) no-repeat left;
	color:#600;;
	}
h3{
	margin:0;
	padding:0;
	color:#000;
	}
h4{
	margin:0;
	padding:0;
	color:#000;
	}
h5{
	margin:0;
	padding:10px 40px;
	color:#000;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	}
h6 {
	margin:0;
	padding:10px 40px;
	color:#000;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	}
/******************************/
/*     INDICES ET EXPOSANT    */
/******************************/
sup{
	font:9px Arial, Helvetica, sans-serif;
	color:#000;
	}
sub{
	font:9px Arial, Helvetica, sans-serif;
	color:#000;
	}
/*///////////////////////////////////*/
/*///        EFFETS       ///*/
/*///////////////////////////////////*/
.zone {
	margin:5px;
	width:300px;
	height:250px;
	overflow:auto;
	}
.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
.clear {
   clear:both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
	}
/*///////////////////////////////////*/
/*///  CSS NAVIGATION MENUS   ///*/
/*/////////////////////////////////////*/
/*-------------------------------------------*/
/******************************/
/*     MENU VERTICAL    */
/******************************/
#ssnav_constante{
	background:url(../images/background/ssnav-01.gif) no-repeat top left;
	}
#ssnav_constante ul{
	font: normal normal bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	list-style:none;
	padding:0 0 0 40px;
	margin:0 0 0 40px;
	}
#ssnav_constante ul li{
	height:17px;
	}
#ssnav_constante ul a{
	color:#FFF;
	display:block;
	}
#ssnav_constante ul a:hover{
	text-decoration:none;
	}
/*/////////////////////////*/
#ssnav_contextuelle{
	background:url(../images/background/ssnav-02.gif) no-repeat left;
	}
#ssnav_contextuelle ul{
	font: normal normal bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	}
#ssnav_contextuelle ul li{
	height:17px;
	}
#ssnav_contextuelle ul a{
	color:#FFF;
	}
#ssnav_contextuelle ul a:hover{
	text-decoration:none;
	}
/*////////////////////////////////*/
ul#menu_vertical{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	text-align:center;
	color:#fff;
	}
ul#menu_vertical li{
	margin:0 0 1px 0;
	background:#900;
	border:1px solid #600;
	}
ul#menu_vertical li a{
	padding:4px 0;
	background:#900;
	display:block;
	color:#fff;
	text-decoration:none;
	}
ul#menu_vertical li a:hover, ul#menu_vertical li a:focus, ul#menu_vertical li a:active {
	background:#900;
	text-decoration:none;
	}
/******************************/
/*     MENU HORIZONTAL    */
/******************************/
ul#menu_horizontal{
	/*position:relative;
	top:220px;
	left:300px;*/
	margin:0;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 320px;
	}
ul#menu_horizontal li{
	margin-right:15px;
	/*width:139px;*/
	color:#fff;
	float:left;
	}
ul#menu_horizontal li a{
	padding:8px 0;
	height:15px;
	text-decoration:none;
	color:#FFF;
	line-height:1em;
	text-align:center;
	font-weight:bolder;
	}
ul#menu_horizontal li a:hover{
	text-decoration:underline;
	color:#FFF;
	/*background:url(../images/background/nav-rollon.gif) no-repeat top;*/
	}
