/* =======================================================================
 * This stylesheet gathers styles used to define the struture of the html
 * documents.
 *
 * The styles here are related to the positionning of the main elements in
 * the page :
 * - the position of header, footer, menus, banners is defined here ;
 * - the general layout of the page is defined here ( eg. one, two or
 * three columns) ;
 * - styles for positionning other elements (eg. the site map levels).
 *
 * The stylesheet "page_template_styles.css" is to be used for formatting
 * styles related to colors, fonts, aspect of the page elements.
 *
 * ========================================================================
 */


body {
	margin: 0;
	padding: 0;
	/*background: url(../images/local/skin/line.png) repeat-x;*/
}

body.pop-up
{
    text-align: left;
    padding: 10px;
}

/* To be able to center a page on all browsers, we use a container for al  the elements on the page */
#global-container 
{
	/* used to center the page */
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left; /* to bring back the normal alignment */
	
}


/* */
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}

/* =====================================================================
 * ---------------------     Style for banner     ----------------------
 * ===================================================================== */
#atos_banner {
	width: 990px;
	height: 10px;
	margin: 0 auto 20px auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: -10px 0 0 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: bold;
	color: #1F4772;
}

#logo h1 a{
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #5693C0;
}


/* =====================================================================
 * -----------------     Style for quick-search     --------------------
 * ===================================================================== */
#search {
	float: right;
	width: 300px;
	padding-top: 20px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	border: 1px solid #81ADD7;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5693C0;
}

#searchinput {
	padding: 2px 5px; 
	width: 150px;
}


#searchsubmit {
	background: #FFFFFF ;
	
}

/* =====================================================================
 * -----------------     Style for menu-tools     ----------------------
 * ===================================================================== */
#menu-tools
{
	height:20px;
}
#menu-tools, #menu-tools ul
{
	margin: 0;
	padding:0;
}
#menu-tools li 
{
	display: inline;
	background-image: url(../images/local/skin/banner_bullet.gif);
	background-repeat: no-repeat;
	background-position:  center left;
	padding-left:10px;
}

#menu-tools a 
{
	margin: 0 2px;
	color: #5693C0;
	text-decoration: none;
}
#menu-tools a:hover 
{
	color: #5693C0;
	text-decoration: underline;
}




/* =====================================================================
 * -------------------    Style for page-path    -----------------------
 * ===================================================================== */
#page-path 
{
	margin: 0 0 0 -60px;
}


/* =====================================================================
 * -----------------    Style for page-content    ----------------------
 * ===================================================================== */
/* The page-content area should contain the main content of the page organized depending on the layout wanted */

#page {
	/*width: 990px;*/
	margin: 0px auto 20px auto;
	/*background: #fff url(../images/local/skin/bg_dotted.gif) repeat-y 230px 0;*/
}

/* Content */
#content {
	float: right;
	width: 700px;
	margin-right: 55px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 20%;	
}

/* =====================================================================
 * --------------     styles for a 1 zone layout     -----------------
 * ===================================================================== */
/* Positioning style for a one-zone layout */
/*
 * > one-zone-first
 * 		>> one-zone-first-content
 */
#one-zone-first 
{
	width: auto;
}

#one-zone-first-content 
{
	padding-left: 20px;
	padding-right: 20px;
}

/* ====================================================================
 * ------------     styles for a 2 zones layout     -----------------
 * ==================================================================== */
/* Positioning styles for a two-zones layout */
/*
 * > two-zones-first
 * 		>> two-zones-first-content
 * > two-zones-second
 * 		>> two-zones-second-content
 */

#two-zones-first 
{
	float: left;
	width:70%;
}

#two-zones-second 
{
	float: left;
	width: 30%;
}

#two-zones-first-content
{
	padding-left: 14px;
	padding-right: 7px;
	
}

#two-zones-second-content
{
    padding-left: 7px;
	padding-right: 14px;
}

/* ====================================================================
 * ------------     styles for a 2 zones equals     -----------------
 * ==================================================================== */
/* Positioning styles for a two-zones layout */
/*
 * > two-zones-first
 * 		>> two-zones-first-content
 * > two-zones-second
 * 		>> two-zones-second-content
 */

#two-zones-equals-first 
{
	float: left;
	width: 50%;
}

#two-zones-equals-second 
{
	margin-left: 50%;
}

/* ====================================================================
 * ------------     styles for a 3 zones layout     -----------------
 * ==================================================================== */
/* Positioning styles for a three-zones layout */
/* > three-zones-first-and-second
 * 		>> three-zones-first
 * 			>>> three-zones-first-content
 * 		>> three-zones-second
 * 			>>> three-zones-second-content
 * > three-zones-third
 * 		>> three-zones-third-content
 */
#three-zones-first-and-second
{
	float: left;
	width: 66%;
}
#three-zones-first 
{
	float: left;
	width: 50%;
}
#three-zones-second 
{
	border-left-style: dotted;
	border-left-width: thin;
	margin-left: 50%;
	border-right-style: dotted;
	border-right-width: thin;	
}
#three-zones-third 
{
	margin-left: 66%;
}
#three-zones-first-content 
{
	padding-left: 10px;
	padding-right: 8px;
}
#three-zones-second-content
{
   padding-left: 8px;
	padding-right: 8px;
}
#three-zones-third-content 
{
   padding-left: 8px;
	padding-right: 10px;
}




/* ====================================================================
 * ----------     styles for a 3 different zones layout  --------------
 * ==================================================================== */
/* Positioning styles for a three-zones layout */
/* > three-zones-first-and-second
 * 		>> three-zones-first
 * 			>>> three-zones-first-content
 * 		>> three-zones-second
 * 			>>> three-zones-second-content
 * > three-zones-third
 * 		>> three-zones-third-content
 */
#three-different-zones-first-and-second
{
	float: left;
	width: 77%;
}
#three-different-zones-first 
{
	float: left;
	width: 30%;
}
#three-different-zones-second 
{
	margin-left: 30%;
}
#three-different-zones-third 
{
	margin-left: 77%;
}
#three-different-zones-first-content 
{
    padding-left: 10px;
	padding-right: 5px;
}
#three-different-zones-second-content
{
    padding-left: 5px;
	padding-right: 5px;
}
#three-different-zones-third-content 
{
   padding-left: 5px;
	padding-right: 10px;
}

/* =====================================================================
 * --------------     styles for a middle column layout     -----------------
 * ===================================================================== */
/*
 /*
 * > middle-column-col1
 * 		>> middle-column-col1-content
 * > middle-column-col2
 * 		>> middle-column-col2-content
 */
 
 #middle-columns-float
{
	float: left;
	width: 100%;
}

#middle-columns-col1
{
	float: left;
	width: 50%;
}

#middle-columns-col2
{
/*	margin-left: 50%;*/
	 float: left; 
	 width: 50%;
}

#middle-columns-col1-content
{
	border: none;
	color: #000000;
	padding-left:10px;
	padding-right:5px;
}
#middle-columns-col2-content
{
	border: none;
	color: #000000;
	padding-left:5px;
	padding-right:10px;
}


/* Style 3 col */

#MF-zones-first 
{
	float: left;
	width: 60%;
}
#MF-zones-second 
{
	margin-left: 30%;
}
#MF-zones-third 
{
	margin-left: 30%;
}
#MF-zones-first-content 
{
    padding-left: 10px;
	padding-right: 5px;
}
#MF-zones-second-content
{
    padding-left: 5px;
	padding-right: 5px;
}
#MF-zones-third-content 
{
   padding-left: 5px;
	padding-right: 10px;
}

/* redirection mobile */
#annonce_site_mobile {
   font: 36px Verdana, serif;
   padding : 20px;
   text-align : center;
   border: 2px solid #666;
   margin : 0px 0px;
   position:fixed;
   width:100%;
   height:120px;
   top:0px;
   background-color:#ffffff;
   z-index:1500000;
}

#annonce_site_mobile a {
   font: 45px Verdana, bold;
   color:rgb(0,0,153);
}

/*************** COLUMN 4 et 5 */
.fitsCol4 { width:906px; }
.fitsCol5 { width:906px; }

/* END */
