@charset "utf-8";
/* CSS Document */
	
#bourses_container {
	background-repeat:no-repeat;
	background-image:url(/institutionnel/imgs/budget_etudiant/background.jpg); 
	text-align:right;
	min-height:325px;
	}

.bourses_titre {
	padding-top:10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:right; 
	margin-right:4%;
	padding-bottom:15px;
	font-size:22px;
	line-height:25px;
	color:#7aa2ce;
	}

.bourses_form{
	clear:both;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#40331e;
	}
		
.bourses_select_titre {
	display:inline;
	font-weight:bold;
	height:25px;
	color:#ffffff;
	text-shadow: 0.1em 0.1em #000000;
	padding-right:3px;
	}
	
.bourses_select_select {
	width:100%;
	padding-top:5px;
	float:right;
	height:25px;
	text-align:right;
	margin-right:4%;
	}

.bourses_reset {
	font-size:12px;
	font-weight:bold !important;
	color:#c3b89e !important;
	}
	
@media only screen and (max-width: 768px) {
	#bourses_responsive{
		width:100%;
		}
	}
/*=================================================================================*/
@media only screen and (max-width: 480px) {
	#bourses_responsive{
		margin-top:20px;
		max-width:100%;
		float: none !important;
		}
		
	.changes{
		width:295px !important;
		}
	
	#bourses_container {
		background-repeat:no-repeat;
		background-image:url(/institutionnel/imgs/budget_etudiant/background_480.jpg);
		background-position:bottom left !important;
		padding-top:10px;
		text-align:right;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size:22px;
		line-height:25px;
		color:#7aa2ce;
		min-height:325px;
		}

	.bourses_titre {
		padding-top:5px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		float:right; 
		margin-right:4%;
		padding-bottom:15px !important;
		font-size:17px;
		line-height:20px;
		color:#7aa2ce;
		}

	.bourses_form{
		clear:both;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#40331e;
		}
	
	.bourses_select_titre {
		display:inline;
		font-weight:bold;
		height:25px;
		color:#ffffff;
		text-shadow: 0.1em 0.1em #000000;
		padding-right:3px;
		}
		
	.bourses_select_select {
		width:100%;
		padding-top:8px;
		padding-bottom:15px;
		float:right;
		height:20px;
		text-align:right;
		margin-right:4%;
		}
	
	.bourses_reset {
		padding-top:5px;
		font-size:12px;
		font-weight:bold !important;
		color:#c3b89e !important;
		}
	
	#resultat {
		margin-left:7px;
		margin-right:7px;
		}
	
	}
	
@media only screen and (max-width: 320px) {
	.changes{
		width:275px !important;
		}

	.bourses_titre {
		padding-top:10px;
		padding-bottom:1px !important;
		}

	.bourses_select_select {
		margin-bottom:10px;
		}

	#bourses_reset {
		margin-top:5px !important;
		padding-bottom:2px !important;
		}

	}