/**********************IMPORTATION CSS***********************/
@import url("../css/reset.css");
@import url("../css/structure.css");
@import url("../css/content.css");

/***********************************************************/
/**********************CSS SPECIFIC*************************/
/***********************************************************/

/***************************BODY****************************/
body { background: #FFF url(images/fond_ecran.jpg) no-repeat 960px top fixed;margin:10px auto;width:900px;}
/************************HEADING****************************/
H1,H2,H3,H4,H5,H6 { color: #333; }
/*************************LINKS*****************************/
a:link, 
a:active, a:visited {color:#333;text-decoration:underline}
a:visited{text-decoration:none;}
a:hover {color:#777;text-decoration:underline}
/************************HEADER***********************/
#header{background:#000 url(images/header.jpg) no-repeat scroll 0 0;position:relative;}
/************************CONTENT***********************/
#content{background:#FFF;}
/*TABS*/
ul.tabs {border-bottom:1px solid #666;height:30px;list-style:none;margin:0 !important;padding:0;}
ul.tabs li {float:left;list-style-image:none !important;margin:0 !important;padding:0;text-indent:0;}
ul.tabs a {background: url(../images/tabssprite.png) no-repeat -519px 0;color:#333;display:block;font-size:11px;height:30px;line-height:30px;margin:0px;padding:0px;position:relative;text-align:center;text-decoration:none;top:1px;width: 134px;}
ul.tabs a:active {outline:none;}
ul.tabs a:hover {background-position: -519px -31px;color:#fff;}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {background-position: -519px -62px;cursor:default !important;color:#000 !important;}

div.panes div {background-color:#fff;border:1px solid #999;border-top:0;font-size:14px;padding:20px;}