body {
font-family : Verdana;
color: #0;
background-color: #DDDDDD;
}






h1 {
    font-size: 32px;
    font-style: italic;
    color: #004488;
}
h2 {
    font-size: 18px;
    color: #004488;;
    font-style: normal;
}


div#corps {
	height:100%;
	width:1024px;
	margin:auto;
	padding:20px;
	background-color:#FAFAFA;
	box-shadow: 4px 4px 16px 8px #AAA;
	-moz-box-shadow: 4px 4px 16px 8px #AAA;
	-webkit-box-shadow: 4px 4px 16px 8px #AAA;
}


.cadre1
{
	width: 600px;
	height: 300px;	
	float:left;
	background-color:#FFFFFF;
	
}
.cadre2
{
	width: 400px;
	height: 300px;	
	float:right;
	background-color:#FFFFFF;
	
}
.unselectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}	
.button3 {
 
    
    font-size: 16px;
    color: #000;
    padding: 5px 10px 5px 10px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #FFF;
    text-decoration: none;
 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
 
    background: #ffcc66;
    background: -moz-linear-gradient(top, #ffcc66 0%, #ffe6b6 50%, #ffbc47 51%, #ffc75d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ffe6b6), color-stop(0.4, #ffd6a6), color-stop(.5, #ffbc47), color-stop(0.9, #ffc75d));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc66', endColorstr='#ffe6b6', GradientType=0 );
 
    cursor: pointer;
 
}
.button3:hover {
    background: -moz-linear-gradient(top, #ffcc66 0%, #ffe6b6 50%, #ffe6b6 51%, #ffc75d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ffe6b6), color-stop(0.4, #ffe6b6), color-stop(0.5, #fff), color-stop(.5, #fff), color-stop(0.9, #ffc75d));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6b6', endColorstr='#ffe6b6', GradientType=0 );
}

.button3:active {
	background: -moz-linear-gradient(top, #ccac46 0%, #ccc696 50%, #ccc696 51%, #cca73d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ccac66), to(#ccc6b6), color-stop(0.4, #ccc6b6), color-stop(0.5, #ddd), color-stop(.5, #ddd), color-stop(0.9, #cca75d));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acc6b6', endColorstr='#c696', GradientType=0 );
}

.button3:disabled {
  border: 1px solid #BBB;
  color: #AAA;
  background: #EEE;  
}