/*
Theme Name: Norampac
Theme URI: 
Description: 
Version: 1.0
Author: Dominic Fortier 
Tags: */


/* ---------------------------------------- */
/* général				*/
/* ---------------------------------------- */


a:link {
	color: #547e32;
	text-decoration: underline;
}

a:visited {
	color: #547e32;
	text-decoration: underline;
}

a:hover {
	color: #00664A;
	text-decoration: underline;
}



.h5 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	font-weight: bold; 
}

.h6 {
	font-size: 11px;
}


.li_vert{
	font-size: 13px;
	font-weight: bold;
	color: #696969;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 5px 5px 2px 15px;
	background: url(images/li-vert.png) no-repeat;	
	background-position: left;
	line-height: 100%;
}


.li_rouge {
	color: #696969;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 5px 5px 2px 15px;
	background: url(images/li-rouge.png) no-repeat;	
	background-position: left;
	line-height: 100%;
}

.li_orange {
	font-size: 13px;
	font-weight: bold;
	color: #696969;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 5px 5px 2px 15px;
	background: url(images/li-orange.png) no-repeat;	
	background-position: left;
	line-height: 100%;
}

.li_bleu {
	font-size: 13px;
	font-weight: bold;
	color: #696969;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 5px 5px 2px 15px;
	background: url(images/li-bleu.png) no-repeat;	
	background-position: left;
	line-height: 100%;
}

.nom {
	font-size: 13px;
	color: #00664A;
	margin: 0 0 0 10px;
	padding: 0 5px 0 15px;
	line-height: 100%;
}
.phone {
	font-size: 11px;
	color: #696969;
	margin: 0 0 0 10px;
	padding: 5px 5px 0px 15px;
	line-height: 100%;
}


.txt {	
color:#666666;
font-size: 18px;
padding: 5px 15px 0px 0px;
	}
	
.texte_h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 18px;
	color:#0f5c3b;
	line-height: 110%;
}

.texte_h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color:#84a907;
	line-height: 140%;
	text-align: justify;	
}

.texte_h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color:#0f5c3b;
	line-height: 110%;
}		

.texte_h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color:#8f8f8f;
	text-align: justify;	
}		
	
