div.samtex_body
{   
	margin: auto;
    position:relative;
    width: 750px;
	min-height:450px;
	font-size:9px;
	color:#000033;
	background:#6699CC;
}
div.samtex_body_title
{   
    position:relative;
	width: 100%;
	float:left;
	height:28px;
	vertical-align:top;
	background-image:url(../../../images/template1/bg-body-title.jpg);
}
div.samtex_body_title h1
{   
	font-size: 16px;
	color:#000000;
}
div.samtex_body_content
{   
    position:relative;
    width: 750px;
	min-height:450px;
	float:right;
	font-size:11px;
	background:#FFFFFF;
}
div.samtex_body_content p
{
	padding: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
div.samtex_body_content h2
{
	padding: 1px;
	font-size:14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.samtex_body_content .button a
{
    width: 100px;
	background:url(../../../images/bouton/bleu.jpg);
	color:#FFFFFF;
	font-size:16px;
    height: 20px;
    float: right;
	vertical-align:bottom;
    display: inline;
	top:0px;
	bottom:0px;
	margin-left:5px;
	text-align:center;
}
div.samtex_body_bloc_edito
{   
    position:relative;
    width:560px;
	height:300px;
	float:left;
	font-size:11px;
	background-color:#f5bef3;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}
div.samtex_body_bloc_collection_femme
{
	background-color:#FF3366;
	font-size:14px;
	text-transform:uppercase;
	width:250px;
	text-align:center;
}
div.samtex_body_bloc_collection_homme
{
	background-color:#6699FF;
	font-size:14px;
	text-transform:uppercase;
	width:250px;
	text-align:center;
}
div.samtex_body_bloc_edito_p
{   
	overflow:auto;
	width:250px;
	height:280px;
	text-align:justify;
}
div.samtex_body_bloc_edito img
{
    width: 300px;
	height: 300px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:5px;
    float: right;
    display: inline;
	margin-bottom: 0px;
}
div.samtex_body_bloc_g
{   
    position:relative;
    width:560px;
	height:130px;
	float:left;
	font-size:11px;
	background-color:#f5bef3;
	/*background-image:url(../../../images/template1/bg-body-bloc.jpg);*/
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}
div.samtex_body_bloc_p
{   
	overflow:auto;
	width:410px;
	height:110px;
	text-align:justify;
}
div.samtex_body_bloc_g img
{
    /*width: 120px;
	height: 120px;
	*/
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:5px;
    float: left;
    display: inline;
	margin-bottom: 0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
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: -300px;
left: 30px; /*position where enlarged image should offset horizontally */

}
