@charset "windows-1252"; 

html, body {
    margin:0;
    padding:0;
}

body{
	background-image:url('icones/fond-acceuil.jpg');
	/*background-image:url('icones/fond-noel.gif');*/
	font-size:0.9em;
	font-family:arial,Georgia,Serif;
	color:#ffffff;
	}

h1{/* titre page FROID REGIS */
	font-size:3.5em;
	}

h2{/* titre dans les menus */
	font-size:1.1em;
	margin-left:10px;
	color: #ffffcc;
	font-weight:bold;
	text-decoration:underline;
	}

h3{/* sous titre page Frigoriste Froid Climatisation */
	text-align:center;
	font-size:1.7em;
	font-weight:400;
	}

h4{/* sous titre page Produits */
	font-size:1.7em;
	text-decoration:underline;
	}
	
h5{/* sous titre page cookies */
	font-size:1.3em;
	text-decoration:underline;
	text-align:left;
	}
	
p{
	text-align:center;
	}

.mail{
	font-size:0.7em;
	color:#ffffcc;
	margin-top:-15px;
	}
	
.pieces{
	font-size:1.2em;
	font-weight:bold;
	color:#ffffcc;
	margin-top:10px;
	}

.adresse{
	margin-top:-20px;
	}
	
.pagecookies{
	text-align:left;
	}

.navi{
	font-size:1.2em;
	text-decoration:underline;
	text-align:left;
	}
	
.attention{
	color:#ff0000;
	font-size:1.5em;
	}
	
.probleme{
	color:#ff0000;
	font-size:1.2em;
	}
		
table{
	margin:auto;/* Centre le tableau */
	}
th /* Les cellules d'en-tête */ 
{
	text-align:center;
	}

td  /* Les cellules normales */ 
{
	text-align:center;
	}	

.tableau{
	margin:auto;
	border-spacing:15px;
	padding:5px;
	width:580px;
	}

.tableau th{
	background-color:#e8e8e8;
	vertical-align:top;
	width:33%;
	color:#4f779f;
	}

.tableau td{
	background-color:#ffffcc;
	vertical-align:top;
	}
	
img { 
	border:0;
	} 
	
.logo{ 
	height:100px; 
	width:80px; 
	} 

.langue{ 
	height:25px; 
	width:34px; 
	} 
	
.cb {
    height:15px; 
	width:149px;
	}
	
.colis {
    height:34px; 
	width:68px;
	}
	
.cote-noel {
    height:110px; 
	width:110px;
	}

.haut-noel {
  	width:300px;
	}
	
.bas-noel {
  	width:350px;
	}
	
.photo {
   	width:190px;
	}
	
a:link {
	text-decoration: none;
	color:#fff;
	}      /* unvisited link */

a:visited {
	text-decoration: none;
	color: #fff;
	}  /* visited link */

a:hover {
	text-decoration: underline;
	color: #ffffcc;
	}  /* mouse over link */

a:active {
	color: #ffffcc;
	}  /* selected link */ 
	
a.occas {
	color:#4f779f;
	font-size:2em;
	}
	
a.sociaux {
	color:#4f779f;
	font-size:1.2em;
	}

hr{
	margin-left:20px;
	margin-right:20px;
	background-color:#336699;
	height:2px;
	border-width:1px;
	}

.hrpage{	
	margin-left:220px;
	margin-right:220px;
	background-color:#c0c0c0;
	height:2px;
	border-width:1px;
	}	
	
div#conteneur {
	width:1000px;
	height:4900px; 
	margin:auto;
	margin-top:20px;
	margin-bottom:20px; 
	background-image:url('icones/fondind.png');
	}
	
	
div#menugen {
	float:left; 
	width:200px;
	height:4900px;  
	background-color:#336699;
	border-radius:10px 0 0 10px;
	}

div#menusav {
	float:right; 
	width:200px;
	height:4900px;  
	background-color:#336699;
	border-radius:0 10px 10px 0;
	}

div#page {
	width:580px;
	height:4890px;  
	padding:5px;
	background-image:url('icones/image4.jpg');
	margin-left:205px;
	text-align:center;
	color:#6699cc;
	}	
	
	
	
	


