/* GENERAL */
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#444;
	background: url(http://www.airlight.fr/img/bg_body.gif) top left repeat #EEEEE8;
}
#content{
	overflow:visible;
}
a:link, a:visited{
	color:#c02942;
}
a:hover{
	text-decoration:none;
}
h2{
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:23px;
	font-style:italic;
	font-weight:normal;
	margin-left:-32px;
	padding-left:32px;
	background:transparent url(http://www.airlight.fr/img/nuage.png) no-repeat scroll left center;
}
* html h2{background-image:url(http://www.airlight.fr/img/nuage.gif);} /*ie6*/
h3{
	font-size:14px;
	font-weight:bold;
	padding:7px 0;
}
.clearer{
	clear:both;	
}

/* HEADER */
#header{
	height: 178px;
	background: url(http://www.airlight.fr/img/bg_header.gif) top left repeat-x;
}
#header_content{
	width: 930px;
	margin: 0 auto;
	padding:53px 0 0 35px;
	background: url(http://www.airlight.fr/img/soleil.png) top right no-repeat;
}
* html #header_content{background-image:url(http://www.airlight.fr/img/soleil.gif);} /*ie6*/

h1{
	height:0;
	overflow:hidden;
}
#logo,#logo a{
	height:116px;
	width:263px;
}
#logo a{
	display:block;
	background:url(http://www.airlight.fr/img/logo.png) top left no-repeat;
}
* html #logo a{background-image:url(http://www.airlight.fr/img/logo.gif);} /*ie6*/

#navbar{
	margin:-30px 0 0 330px;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:17px;
	
}
#navbar li{
	display:inline-block;
	height:47px;
	margin-right:20px;
}
* html #navbar li{display:inline;} /*ie6*/
*+ html #navbar li{display:inline;} /*ie7*/

#navbar a:link, #navbar a:visited{
	color:#333;
	text-decoration:none;
}
#navbar a:hover, #navbar li.actif a{
	color:#BE3548;
}
#navbar li.actif{
	background:url(http://www.airlight.fr/img/menu_actif.gif) no-repeat center bottom;
}

/* CORPS */
#corps{
	width: 930px;
	margin: -6px auto 0;
	padding:50px 0 0 35px;
	background:url(http://www.airlight.fr/img/apostrophe.png) no-repeat top left;
}
* html #corps{background-image:url(http://www.airlight.fr/img/apostrophe.gif);margin-top:-14px;} /*ie6*/

/* COL LEFT */
#col_left{
	float:left;
}
#thumb_top{
	background:url(http://www.airlight.fr/img/thumb_top.gif) top left no-repeat;
	padding:10px 25px 0 20px;
}
.thumb{
	float:left;
	width:230px;
	margin:14px;
}
.thumb p{
	margin-bottom:5px;	
}
.thumb img{
	width:230px;	
}
.thumb .url{
	text-align:right;	
}
#thumb_bottom{
	color:#FFF;
	padding:10px 25px 25px 20px;
	font-size:12px;
	background:url(http://www.airlight.fr/img/thumb_bottom.gif) bottom left no-repeat;
}

/* COL RIGHT */
#col_right{
	float:left;
	margin-left:50px;
	width:584px;
}
.bloc{
	margin-bottom:20px;	
}
.bloc_top{
	background:url(http://www.airlight.fr/img/bloc_top.gif) right 40px no-repeat;
	height:45px;	
}
.bloc_bottom{
	background:url(http://www.airlight.fr/img/bloc_bottom.gif) right bottom no-repeat;
	padding:10px 20px;	
}
.bloc_bottom p{
	padding-bottom:20px;
	color:#1f1f1f;
		font-size:11px;
}
.bloc_bottom ul{padding-left:20px;}
.bloc_bottom li{margin:10px 0;}
label{
	font-size:16px;
	font-weight:bold;
	color:#333;
}
input[type=text],input[type=password],textarea,select{
	border:solid 3px #e6e6df;
	padding:2px;
}
input[type=text]:focus,textarea:focus{
	border-color:#ccc;	
}
textarea{
	height:150px;
	margin-top:5px;
	width:280px;
	font-family:Arial;	
	font-style:Italic;
}
button{
	background:url(http://www.airlight.fr/img/bt_ok_off.gif) no-repeat;
	height:28px;
	width:35px;
	text-indent:-5000px;
}
button:hover{
	background:url(http://www.airlight.fr/img/bt_ok_on.gif) no-repeat;	
	cursor:pointer;
}
#bouton a{
	margin:20px 10px 0 0;
	text-decoration:none;
	color:#444;
	display:inline-block;
	text-align:center;
	line-height:30px;
	width:168px;
	background:url(http://www.airlight.fr/img/bg_bouton.png) top left no-repeat;
}
* html #bouton a{background-image:url(http://www.airlight.fr/img/bg_bouton.gif);} /*ie6*/
#bouton a:hover{
	color:#fff;
	background:url(http://www.airlight.fr/img/bg_bouton_hover.png) top left no-repeat;
}
* html #bouton a:hover{background-image:url(http://www.airlight.fr/img/bg_bouton_hover.gif);} /*ie6*/
.form div{
	float:left;
	line-height:34px;
	margin:20px 10px 0 0;
	text-align:right;
	padding-bottom:20px;
}
.bloc .form p{
	padding-bottom:0;
}
#contact{
	width:304px;
	height:70px;
	padding-top:45px;
	background:url(http://www.airlight.fr/img/contact.png) top left no-repeat;
}
* html #contact{background-image:url(http://www.airlight.fr/img/contact.gif);} /*ie6*/

#contact h2{
	visibility:hidden;
}
#contact p{
	margin-left:135px;
	line-height:21px;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#333;
}
#contact .tel{
	color:#333;
}
#contact .mail a{
	color:#FFF;text-decoration:none;
}


#actus{
	margin-top:18px;
}
#actu_top{
	width:278px;
	height:77px;
	background:url(http://www.airlight.fr/img/actu_top.gif) top left no-repeat;	
}
#actu_top h2{
	visibility:hidden;
}
#actu_bottom{
	width:228px;
	padding:0 30px 28px 20px;
	background:url(http://www.airlight.fr/img/actu_bottom.gif) bottom left no-repeat;
}
#actu_bottom h3{
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#c02942;
}
#actu_bottom p{
	margin-bottom:10px;
		line-height:12px;
}

/* FOOTER */
#footer{
	clear:both;
	height: 309px;
	background: url(http://www.airlight.fr/img/bg_footer.gif) bottom left repeat-x;
}
#footer_content{
	width: 1158px;
	height:100px;
	margin: 0 auto;
	padding-top:122px;
	text-align:center;
	font-size:13px;
	overflow:hidden;
	background:url(http://www.airlight.fr/img/arbres.png) top left no-repeat;
}
* html #footer_content{background-image:url(http://www.airlight.fr/img/arbres.gif);} /*ie6*/
#footer .mentions{
	color:#BBB;
	margin-bottom:20px;
}
#footer .mentions a{
	color:#BBB;
	text-decoration:none;
}
#footer .mentions a:hover{
	text-decoration:underline;
}
#footer .coordonnees{
	color:#946d4e;	
}

/* ACCUEIL */
#accueil #menu_flash a{margin-right:35px;}
#accueil h2{
	font-size:18px;
	color:#000;
	font-weight:bold;
	padding-left:22px;
	margin-left:0;
	background:url(http://www.airlight.fr/img/puce.gif) bottom left no-repeat;
}
* html #accueil h2{background-image:url(http://www.airlight.fr/img/puce.png);} /*ie6*/
#accueil #col_left{
	margin-top:30px;
	width:562px;	
}
#accueil #col_right{
	margin:0 0 0 10px;
	width:auto;
}
* html #accueil #col_left{width:550px;} /*ie6*/
* html #accueil #thumb_top{padding-right:0;padding-left:15px;} /*ie6*/

/* REALISATIONS */
.bloc_top.notitre{
	margin-top:15px;
	height:10px;
	background:url(http://www.airlight.fr/img/bloc_top.gif) right top no-repeat;
}
#realisations #bouton{
	float:right;
	margin:-24px 0 0 0;
}
#realisations #bouton a{
	margin:0;	
}
#realisations p.filtre{
	margin:30px 0 -10px 0;	
}
#realisations p.filtre .actif{
	text-decoration:none;	
}
#realisations h3{
	padding-top:0;
	font-size:14px;
	color:#2c2c2c;
}
.rea_left{
	float:left;
	width:211px;
	height:212px;
	margin:0 15px 15px 0;
}
.rea_right{
	float:left;
	width:300px;
}

/* CREATIONS */
.bloc_top.descrpt{
	background:url(http://www.airlight.fr/img/descrpt_top.png) right 40px no-repeat;
	height:55px;
}
* html .bloc_top.descrpt{background-image:url(http://www.airlight.fr/img/descrpt_top.gif);} /*ie6*/
.bloc_bottom.descrpt{
	background:url(http://www.airlight.fr/img/descrpt_bottom.png) right bottom no-repeat;
}
* html .bloc_bottom.descrpt{background-image:url(http://www.airlight.fr/img/descrpt_bottom.gif);} /*ie6*/


/* BO */
.bo{
	background-color:#FFF;	
}
.bo a.actif{
	text-decoration:none;	
}
table.tab{
	border:3px solid #E6E6DF;
	margin:5px 0 10px;
}
tr.fond{
	background-color:#F0F0F0;
}
.tab td{
	padding:2px 0;
	text-align:center;
}
td textarea{
	width:220px;	
}