body
{
margin:auto;
background-image:url('../images/header-repeat-x.jpg');
background-repeat:repeat-x;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
}

#header
{
width:901px;
height:300px;
margin:auto;
}
#corp
{
margin:auto;
width:900px;
background-color:white;
}
#tout
{
margin:auto;
width:100%;
height:100%;
background-color:#EBEBEB;
background-image:url('../images/background-repeat-body.jpg');
background-repeat:no-repeat;
}
.menu
{
background-image:url('../images/header2_19.gif');
background-repeat:repeat-x;
width:900px;
height:54px;
}
.blockMenu{margin-top:5px;margin-left:0px;}
#footer
{
	width:100%;
	height:100%;
	background-color:#CCCCCC;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}

#footer a {text-decoration:none;color:#333;}
#footer a:hover {text-decoration:underline;color:#333;}
.imageFooter
{
	background-image:url(../images/footer-background.jpg);
	background-repeat:no-repeat;
	width:800px;
	margin:auto;
}
.corpBackground
{
text-align:justify;
background-image:url('../images/background-corp.jpg');
background-repeat:no-repeat;
width:900px;
padding:5px;
font-size:14px;
height:300px;
}
.contenuTest
{
width:800px;
margin-left:15px;
text-align:justify;
font-size:14px;
}

.contenuTest2
{
margin-top:-15px;
width:800px;
margin-left:15px;
text-align:justify;
font-size:14px;
}


.contenuTest3
{

width:840px;
margin-left:15px;
text-align:justify;
font-size:14px;
}


.biggPackBackground
{
text-align:justify;
background-image:url('../images/bigg-pack-premium.jpg');
background-repeat:no-repeat;
width:900px;
padding:5px;
font-size:14px;
height:800px;
}
.contenuPackBackground
{
margin-left:200px;
width:600px;
text-align:justify;
}


.packStarter
{
text-align:justify;
background-image:url('../images/backgroud-pack-starter.jpg');
background-repeat:no-repeat;
width:900px;
padding:5px;
font-size:14px;
height:500px;
}
.contenuPackStarter
{
margin-left:280px;
width:600px;
text-align:justify;
}




.packPro
{
text-align:justify;
background-image:url('../images/backgroud-pack-pro.jpg');
background-repeat:no-repeat;
width:900px;
padding:5px;
font-size:14px;
height:500px;
}
.contenupackPro
{
margin-left:280px;
width:600px;
text-align:justify;
}



.packPremium
{
text-align:justify;
background-image:url('../images/backgroud-pack-premium.jpg');
background-repeat:no-repeat;
width:900px;
padding:5px;
font-size:14px;
height:500px;
}
.contenupackPremium
{
margin-left:280px;
width:600px;
text-align:justify;
}





.creationWeb
{
background-image:url('../images/background-creation.jpg');
background-repeat:no-repeat;
width:850px;
height:600px;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #6f93ee;
padding: 5px;
left: -1500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 40px; /*position where enlarged image should offset horizontally */

}






