/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CCFFFC;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #009999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#wrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#leftcolumn {
	color: #333;
	border: 1px none #ccc;
	height: 498px;
	width: 330px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/fb.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#rightcolumn {
	float: left;
	color: #333;
	height: 513px;
	width: 640px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../images/fb.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}


#rightcolumn  #header {
	height: 90px;
	width: 640px;
	top: 10px;
	position: absolute;
	text-align: center;
}
#wrapper #rightcolumn #menu {
	top: 100px;
	visibility: visible;
	position: relative;
}
#wrapper #corp {
	height: 400px;
	width: 565px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	position: relative;
	top: 110px;
	padding-right: 15px;
	padding-left: 50px;
}


#footer {
	height: 50px;
	width: 950px;
	position: absolute;
	top: 522px;
	font-size: 10px;
	font-weight: normal;
	color: #009999;
}


a.imagea { /* definition ediqtique */
	display: block; /* a tag must be a block */
	width: 330px; /* width of reactive image */
	height: 100px; /* height of reactive image */
	background-image: url(../images/editique.jpg); /* source for start image */
	background-repeat: no-repeat;
     }
	 
a.imagea:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/editique1.jpg); /* source for target image */
     } 
	 
a.imageb { /* definition adressage */
	display: block; /* a tag must be a block */
	width: 330px; /* width of reactive image */
	height: 100px; /* height of reactive image */
	background-image: url(../images/adressage.jpg); /* source for start image */
	background-repeat: no-repeat;
     }
	 
a.imageb:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/adressage1.jpg); /* source for target image */
     } 

a.imagec { /* definition stockage tag */
	display: block; /* a tag must be a block */
	width: 330px; /* width of reactive image */
	height: 100px; /* height of reactive image */
	background-image: url(../images/stokage.jpg); /* source for start image */
	background-repeat: no-repeat;
     }
	 
a.imagec:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/stokage1.jpg); /* source for target image */
     } 
	 
a.imaged { /* definition gestion tag */
	display: block; /* a tag must be a block */
	width: 330px; /* width of reactive image */
	height: 100px; /* height of reactive image */
	background-image: url(../images/gestion.jpg); /* source for start image */
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
     }
	 
a.imaged:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/gestion1.jpg); /* source for target image */
     } 
	 
a.imagee { /* definition enveloppes tag */
	display: block; /* a tag must be a block */
	width: 330px; /* width of reactive image */
	height: 100px; /* height of reactive image */
	background-image: url(../images/enveloppes.jpg); /* source for start image */
	background-repeat: no-repeat;
     }
	 
a.imagee:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/enveloppes1.jpg); /* source for target image */
     } 
.Titre_20 {
	font-size: 20px;
	font-weight: bold;
	color: #009999;
	text-align: left;
}
img.floatleftClear {
	float: left;
	clear: left;
	margin: 0px;
	border: thin none #FFE759;
	padding-right: 10px;
}
