/* Start of CMSMS style sheet 'Layout formair' */
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}
body,html{height:100%;margin:0;}
/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

.spacer{clear:both;}

/*****************
basic layout 
*****************/
body {
   background:url('images/formair/formair-background.jpg') center top no-repeat;
   color: #333;
   margin:0; /* gives some air for the pagewrapper */
}

#layout{
  background:url('images/formair/formair-ati-header.png') center top repeat-x;

}

/* center wrapper, min max width */
div#pagewrapper, #footer{
   margin: 0 auto;     /* this centers wrapper */
   width:944px;
   height:auto;
   color: black;
   padding:0 7px;
   padding-right:9px;
   background:url('images/formair/formair-bordures.png') left 160px repeat-y;
  behavior:url('images/formair/png/iepngfix.htc');
}

#footer {
  height:65px;
  padding:20px;
  width:920px;
   margin:0 auto;
   clear:both;
}
#bgfooter{
width:100%;
align:center;
  height:105px;
  background:url('images/formair/aloa-footer.png') left top repeat-x;
}

#page{width:100%;height:100%;background:#FFF;}



/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 173px; /* adjust according your image size */
   width:150px;
   float:left;
}

div#header h1 a {
/* you can set your own image here */
   background: url('images/formair/formair-logo.jpg') center 23px no-repeat #FFF; 
   display: block; 
   height: 173px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
  
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
           /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
   text-align:left;
   margin-bottom:1em;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   float:right;
   width:730px;
    margin: 10px 30px;   
   text-align:left;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 150px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   margin-bottom:30px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   padding:20px;
   font:normal 13px/18px;
}
div#footer img {
  behavior:url('images/formair/png/iepngfix.htc');
margin-right:10px;
}

div#footer p {
   font-size: 0.8em;
      /* some air for footer */
   text-align:left; /* centered text */
   margin-bottom:4px;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin:1em 0;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 70%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 28%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content, .boxy-wrapper {
    text-align:left;
    /*font:normal 13px/18px Georgia, "Times New Roman", Times, serif;*/
    font:normal 13px/18px"Lucida Grande", Geneva, Arial, sans-serif, "Lucida Sans Unicode", Verdana;
    color:#2C2C2C;
    text-align:justify;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #0672A3; 
   font:normal 20px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
/* set borders around header */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3, .boxy-wrapper h3 {
   color: #294B5F; 
   font:normal 18px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
   line-height: auto;
   margin:0;
   padding:0;
   margin-bottom:2px;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 0.8em 0;  /* some air around p elements */
   line-height:auto;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
   padding:0;
   padding-left:none;
   list-style:none;
   list-style-image:none;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 0.5em;
   padding-left:20px;
   behavior:url('images/formair/png/iepngfix.htc');
   background:url('images/formair/formair-puce.png')left 3px no-repeat;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */



/*RAJOUTS ARTEAS */
.box {
  width:100%;
  height:auto;
  background:#F5F5F5;
margin-top:20px;
 }
.box h2 {
  text-transform:lowercase;
  text-align:center;
  font:normal 17px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#FFF;
  padding:4px 0;
  margin:0;
}
.box .in {
   border:1px dotted #DBDBDB;
   padding:10px;
   height;auto;
   width:auto;
}
.box .in input{width:100%;font-size:10px;color:#666;}
.box#search h2, .box#news h2 {
  background:#0171B9;
}

.box p {
  text-align:justify;
  font-size:9px;
  color:#333;
  margin:0;
  margin-bottom:4px;
}
.box .morelink {
  text-align:right;
}
#opqf {
  width:121px;
  height:38px;
  background:url('images/formair/opqf.jpg') center top no-repeat;
  margin:20px auto;
  cursor:pointer;
}
#bulle {
  width:385px;
  height:331px;
  background:url('images/formair/fond-opqf.png') 135px top no-repeat;
  position:absolute;
  margin-top:-235px;
  padding-left:135px;
  z-index:99999999;
  padding-left:40px;
  font:normal 11px/14px"Lucida Grande", Geneva, Arial, sans-serif, "Lucida Sans Unicode", Verdana;
  text-align:left;
}
#aeronautique, #communication, #conseil {
  width:202px;
  height:85px;
  margin:16px auto;
  behavior:url('images/formair/png/iepngfix.htc');
  cursor:pointer;
}

#bulle .in {
  margin:20px;
  margin-top:15px;
  padding-left:140px;
  padding-right:12px;
  text-align:justify;
  position:relative;
  height:100%;
}
  
}
#bulle .in h2 {
  color:#1E729A;
  margin:0;
  padding:0;
  padding-top:4px;
  margin-bottom:3px;
  font:normal 13px/18px Georgia, "Times New Roman", Times, serif;
}
#bulle .in p {
  margin:0;
  padding:0;
  color:#514F4F;
}
#aeronautique {
  background:url('images/formair/opqf-aeronautique.png') left top no-repeat;
}
#communication {
  background:url('images/formair/opqf-communication.png') left top no-repeat;
}
#conseil {
  background:url('images/formair/opqf-conseil.png') left top no-repeat;
}
.tabs{
	background:#FFF;
        width:100%;
	color:#FFF;
        border-collapse:collapse;
}

.tabs a, #texte .tabs a{color:#FFF;text-decoration:none;}
.tabs td {
	color:#FFF;
        background:#70A8CC;
	text-align:center;
	padding:3px 0;
	cursor:pointer;
        border-collapse:collapse;
}
.tabs td.tabselected{color:#333;background-color:#70A8CC;}
td.tabselected a{color:#333;background-color:#70A8CC;}
.tabcontent {display:none;background:#F5F5F5;border:1px dotted #666;border-top:none;height:180px;overflow:hidden;padding:20px;}
.toscroll{height:100%;padding-right:10px;}
.left49,.right49{font-size:11px;color:#999;}
#content .in {
  background:#F5F5F5;
   border:1px dotted #DBDBDB;
   padding:10px;
   height;auto;
   width:auto;
   font-size:85%;
   clear:both;
}
#content .in h3 {font-size:98%;}
.tableauPage, .tableauPage td{
   border:1px dotted #DBDBDB;
   border-collapse:collapse;
}
.tableauPage td {padding:4px;font-size:12px;}

/*FORMS*/
.champ, .feedback .champdiv input, .feedback .champdiv select, .feedback .champdiv textarea  {
	behavior:url('images/formair/png/iepngfix.htc');
	background-image:url(images/formair/form.png);
	background-position: right top; 
	background-repeat:no-repeat;
	font-size:11px;
	border:1px solid #999999;
}
.champ_err{
	behavior:url('images/formair/png/iepngfix.htc');
	background-image:url(images/formair/form.png);
	background-position: right top; 
	background-repeat:no-repeat;
	font-size:11px;
	border:1px solid #CC3300;
	background-color:#F2DAD9;
}
input.champ, input.champ_err, textarea.champ, textarea.champ_err{
	width:100%;
}
textarea.champ {
	height:200px;
	overflow:auto;
}
.box input.champ, .box input.champ_err {
	width:auto;
}
.bton_nc {
	background:url(images/bouton_bg.gif) left top repeat-x;
	font-weight:normal;
	font-size:11px;
	border:1px solid #999999;
}
ul.simplenav {
  padding-left:0px;
  width:100%;
}
ul.simplenav li.currentpage {list-style:none;padding-left:0px;background:none;}
div#pagewrapper{
  height:auto;
}
#layout,#pagewrapper,#page,#princ{height:auto;}
#page{height:auto;}
.boxy-wrapper{width:550px;}
.boxy-wrapper .title-bar {background:#0171B9;}
.boxy-wrapper .title-bar h2 {font-size:14px;font-weight:bold;}
a.inscription{width:50px;height:50px;display:block;background:url('images/formair/inscription.png') left top no-repeat;}
a.inscription:hover{background:url('images/formair/inscription-h.png') left top no-repeat;}
.deploy {padding-left:25px;background:url('images/formair/deploy.jpg') left top no-repeat;padding-bottom:5px;}
#tools{width:auto;height:auto;float:right;margin-right:5px; margin-top:146px;}
#gohome{
  font-size:9px;
}
#gohome a{
  color:#999;
  text-decoration:none;
}
#gohome a:hover{text-decoration:underline;}
#refer{display:none;}
#news a {color:#CC3300;}
#princ{overflow:show;}
.clearer {
    clear:both;
}
/* End of 'Layout formair' */

