body{
	font-family: 'Source Sans Pro'; 
}

.titre {
	font-family: Calibri, "Times New Roman", Arial;
	font-size: 38px;
	font-weight: normal;
	color: #f39d1c;
}
.BtJaune {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcf2bc), color-stop(1, #facd28) );
	background:-moz-linear-gradient( center top, #fcf2bc 5%, #facd28 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf2bc', endColorstr='#facd28');
	background-color:#FFCB97;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000000;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.BtJaune:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #facd28), color-stop(1, #fcf2bc) );
	background:-moz-linear-gradient( center top, #facd28 5%, #fcf2bc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#facd28', endColorstr='#fcf2bc');
	background-color:#facd28;
}.BtJaune:active {
	position:relative;
	top:1px;
}


.BtVert {
	font-size:26px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #74b807;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #89c403 15%, #77a809 90% );
	background:-ms-linear-gradient( top, #89c403 15%, #77a809 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(15%, #89c403), color-stop(90%, #77a809) );
	background-color:#89c403;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528009;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	-moz-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	box-shadow:inset 1px 1px 0px 0px #a4e271;
}.BtVert:hover {
	background:-moz-linear-gradient( center top, #77a809 15%, #89c403 90% );
	background:-ms-linear-gradient( top, #77a809 15%, #89c403 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(15%, #77a809), color-stop(90%, #89c403) );
	background-color:#77a809;
}.BtVert:active {
	position:relative;
	top:1px;
}


.BtGris {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 15%, #e9e9e9 90% );
	background:-ms-linear-gradient( top, #f9f9f9 15%, #e9e9e9 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(15%, #f9f9f9), color-stop(90%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.BtGris:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 15%, #f9f9f9 90% );
	background:-ms-linear-gradient( top, #e9e9e9 15%, #f9f9f9 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(15%, #e9e9e9), color-stop(90%, #f9f9f9) );
	background-color:#e9e9e9;
}.BtGris:active {
	position:relative;
	top:1px;
}

#bg{
	width:980px;
	margin:auto;
	background-image: url("images/fd.jpg");
	background-repeat:no-repeat;
	padding-bottom:223px;
}
#header{
	height:238px;
}
#logo1{
	background-image: url("images/logo_CCAS-small.png");
	background-image: url("images/logo_CC.png");
	background-repeat:no-repeat;
	background-position:0 20px;
	float:left;
	width:248px;
	height:238px;
}
#slogan{
	margin:0 248px;
	text-align:center;
	color:#9ECD00;
	font-size:28px;
	font-style:italic;
	padding-top:20px;
}
#logo2{

	background-image: url("images/logoccas.gif");
	background-image: url("images/logo_CCAS-small.png");
	background-repeat:no-repeat;
	background-position:115px 0;
	background-position:0 10px;
	float:right;
	width:248px;
	height:238px;
}

.cadre {
    background-color: #7d7d7d;
    border-radius: 10px;
    height: auto;
    width: 480px;
	padding:25px 0;
	
	margin:auto;
	border:2px solid #fff;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #004a9b;
    border-color: -moz-use-text-color -moz-use-text-color #003366;
    border-image: none;
    border-radius: 9px;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
	margin-top:10px;
}