
/* MasterPage.css */

body 
{
	background-image:url(/images/bgrd/bgrd-general.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#77b6fd;
	margin:0;
	padding:0;		
}

#contenaire_master 
{
	width:980px;
	height:auto;
	background-image:url(/images/home/bgrd_contenaire.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#contenaire_principal_master 
{
	width:905px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#contenaire_interne_master 
{
	width:900px;
	height:auto;
	margin-top:10px;	
	float:left;
	/*
	border:solid 4px #008ec0;
	background-color:White;
    */
}

#bloc_bottom 
{
    float:left;
    margin-top:35px;
	width:900px;
	height:91px;
}

#bloc_img_bottom
{
    float:left;
	width:111px;
	height:91px;
	margin-left:15px;
}

#bloc_pub_bottom 
{
    float:left;
	width:728px;
	height:91px;
	background-color:#03C;
}

#apDiv1 
{
	position:absolute;
	width:141px;
	height:115px;
	z-index:1;
	left: -64px;
	top: -1px;
	margin-top:29px;
}

#pub_sur_footer
{
    float:left;
    width:980px;
	height:auto; 
	margin-top:10px;
}

img
{
    border:none;    
}

.titre 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}