body{

    margin:0px;
    background:url(../images/header.png) no-repeat;
    font-family: arial, helvetica, sans-serif ; 
	font-size: 12pt ; 
	color: #333 ;

}


.topTitle{

    margin-top : 15px;
    margin-left : 30px;
    width : 830px;
    height : 30px;
    /*border : 1px solid #000;*/
    font-weight : bold;
    font-size : 17px;
    
    
    
}

.contener{
	
  width: 900px;
  height : 500px;
  margin-top : 80px;
  padding : 2px;

}

.banniere{

	background-color : #FBD15F;
	border-top : 1px solid #D15F0D;
	border-bottom : 1px solid #D15F0D;
	width : 100%;
	margin : 0px;
	padding: 2px;
}

.smallbox{


	background-color : #FBD15F;
	border : 1px solid #D15F0D;
	width : 281px;
	float : left;
	margin : 2px;
	background:url(../images/fond.png) repeat-x;
}

.bigbox{

	border : 0px;
	width : 480px;
	height :480px;
	margin : 4px;
	padding : 5px;
	float : left;
	overflow:auto;
}

.shema {
    float: right;
    margin: 0;
    border-bottom : 1px dashed #D15F0D;
}

.selectTemplate{

    float:right;
    width : 300px;
    height : 50px;
    font-weight : bold;
    font-size : 12px;

}

.code{

    background-color : #eee;
    border : 1px dashed #999;
    padding : 10px;
    font-size : 13px;
}

.google{

	margin-left : -200px;
 }


