/*
	2COL CSS // AIR ENGLISH WEBSITE
*/

/*
	COLOR USED
	background: #B3D8DF
	bleu clair:#9ADEF0
	bleu fonce:#26B8DF

*/

body{margin:0;padding:0;background:url(../img/background_2col.jpg);background-repeat:repeat-x;font-family:trebuchet ms;color:#646565;font-size:12px;}

.btn{background:url(../img/btn.jpg);width:77px;height:19px; margin-left:auto; margin-right:auto;}

#container{background:url(../img/bg_container.jpg);background-repeat:no-repeat;background-position:top;width:1000px;min-height:300px;margin-left:auto;margin-right:auto;}

	#container .left,#container .right{float:left;}
		#container .left{width:60%;margin-left:60px;}
		#container .right{padding:75px 0 0 20px;width:23%;}		
			#container .right .news p{margin-top:0;}
			
.table{width:475px;padding:0 0 0 60px;}
	.table .top{background:url(../img/tableTop_planning.jpg);height:8px;}
	.table .content{background:url(../img/tableContent_planning.jpg);background-repeat:repeat-y;}
		.table .content a{color:#FFF;}
		.table .content a:hover{color:#FFF;text-decoration:underline;}
	.table .bottom{background:url(../img/tableBot_planning.jpg);height:25px;}
	
.table tr.blueDeep{background-color:#9ADEF0;}
.table tr.blue{background-color:#CDF1FB;}	
.table td{text-align:center;}

/* ================ CONTACT ================= */

.contactForm{background:url(../img/bg_contact.jpg);height:238px;width:269px;padding:10px;}
	.contactForm .btn{background:url(../img/btn_contact.jpg);width:120px;height:21px;float:left;}
		.contactForm .btn span{display:block;text-align:center;width:100%;}
			.contactForm .btn span a{color:#FFF; text-decoration:none;}
			
.formulaire{}

		