/* *************************** 
  Site - template
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
  $7 - Contact Styles
  $8 - Guestbook
   ***************************/
   
/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#005a8d;
	text-decoration:none;
}
a:hover {
	color:#005a8d;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.align-center{text-align:center;}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background:#1a2120;
	background-image:url(../images/AIT_footer_pict.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
#container {
	width:1014px;
	margin:0 auto;
	text-align:left;
	background-color:#14191f;
	background-image: url(../images/middle_bkgrd.gif);
	background-repeat:repeat-y;
	background-position:center;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:1010px;
	height:250px;
	position:relative;
	 no-repeat;
}
#header .logo{float:left;}
#header .banner {float:right;}
#header h1{
	position:absolute;
	width:590px;
	height:93px;
	left:142px;
	top:34px;
	}
#header h1 a{
	display:block;
	width:550px;
	height:93px;
	text-indent:-9999px;
	outline-style:none;
	
}
.header_separator{
	width:100%;
	height:55px;
	background-color:#2792d4;
	}
.flags{
       position:absolute;
       margin-left:65px;
       margin-top:-40px;
     }
.flags img{padding-right:8px;}

#pagetitle{
	position:absolute;
	margin-left:260px;
	margin-top:-48px;
	font-size:48px;
	color:#14191f;
	font-family:Verdana, Geneva, sans-serif;
	}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:100%;
	overflow:hidden;
	margin-bottom:330px;
	}
#middle{
	padding:0 10px 11px 5px;
	width:730px;
	min-height:480px;
	float:left;
	}
#breadcrumb{
	width:100%;
	color:#fff;
	padding:10px 0 24px 0;
	}
#breadcrumb a,#breadcrumb a:hover{
	color:#fff;
	}
#page{
	width:100%;
	padding-bottom:85px;
	}
#page h3{
	font-size:18px;
	color:#fff;
	padding:0 0 6px 0;
	border-bottom:#fff 1px solid;
	}
#page h2{
	font-size:20px;
	color:#fff;
	padding:0 0 6px 0;
	
	}

#page p{
	color:#fff;
	line-height:16px;
	padding-bottom:8px;
	}
#page li {
margin-left:15px;
list-style: square;
}
.retour_link{
	float:right;
	font-size:11px;
	color:#005a8d;
	margin-top:110px;
	}
.bottom{
	color:#005a8d;
	clear:both;
	line-height:16px;
	padding-top:16px;
	text-transform:uppercase;
	padding-bottom:10px;
	}
	
.csc-frame-frame1{
margin:25px;
padding:10px;
border:1px solid #fff;
}
#page .csc-textpic-image img{border:1px solid #000;}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#left{
	width:260px;
	float:left;
	background-image:url(../images/AIT_backmenu.gif);
	height:477px;
    }
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	margin:0 auto;
    width:800px;
     }
#footer p{
	padding:6px 13px;
	font-size:12px;
	width:774px;
	text-align:right;
	color:#fff;
	}
#footer a,#footer a:hover{
	color:#fff;
	}
#footer p span{
	text-align:left;
	float:left;
	}


/* ***************************
   $7 Contact Styles
   ***************************/


.tx-powermail-pi1 {
	width: 600px;	/*** Largeur du formulaire ***/
	border: 0px solid black;
	color: #2792D4;
	background: none;
	margin: 0;
	padding: 0em;
}
.tx-powermail-pi1 input,.tx-powermail-pi1 textarea, 
.tx-powermail-pi1 select{
padding:3px; 
margin-bottom:10px;
}

.tx-powermail-pi1_fieldset {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	outline:1px;
	color: black;
	background: none;
	margin: 0;
	padding: 1em;
  border:1px solid #2792D4;
}
.tx-powermail-pi1_fieldset legend {	/*** Mise en forme des titres des cadres ***/
        font-size:1em;
	font-weight: bold;
	color: #2792D4;
	background: transparent;
}

.tx-powermail-pi1_fieldset  label {	/*** Mise en forme des intitulÃ¯Â¿Â½s de champs ***/
        color:#2792D4;
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 45%;	/*** Les intitulÃ¯Â¿Â½s prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignÃ¯Â¿Â½s a droite... ***/
        clear:both;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 18px;	/*** ... et centrÃ¯Â¿Â½s verticalement. ***/
}
.tx-powermail-pi1_fieldset label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs a cliquer sur les intitulÃ¯Â¿Â½s ***/
}
.tx-powermail-pi1_fieldset label.oblig {
	font-weight: bold;	/*** Mise en Ã¯Â¿Â½vidence des champs obligatoires ***/
}
.tx_powermail_pi1_fieldwrap_html_checkbox_title{
       
        color:#2792D4;
	width: 45%;	/*** Les intitulÃ¯Â¿Â½s prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignÃ¯Â¿Â½s a droite... ***/
        clear:both;
	margin: 0;
	padding: 15px 5px 0 0;
	line-height: 18px;

}
.tx-powermail-pi1_fieldset input:focus,.tx-powermail-pi1_fieldset textarea:focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
	
}
.tx-powermail-pi1_fieldset .normal {	/*** Retour a l'Ã¯Â¿Â½tat normal apres l'utilisation ***/
	background: white;
	color: black;
}




	
/*** Mise en forme du pied de formulaire ***/
.tx-powermail-pi1_fieldset_2 {	
	font: bold 1em arial, hevetica, sans-serif;
	color: white;
	margin: 0;
	padding: 5px;
        
}
.tx-powermail-pi1_fieldset_2 {
	text-align: right; /*** Les boutons sont alignÃ¯Â¿Â½s a droite ***/
}
.tx-powermail-pi1_fieldset_2 input {
        font-weight: bold; /*** Pour amÃ¯Â¿Â½liorer la lisibilitÃ¯Â¿Â½ des boutons ***/
	margin-left: 10px;
        margin-right:34px;
        background:#fff;
        color:#2792D4;
}
.tx_powermail_pi1_fieldwrap_html_submit{
float:right;
margin-right:20px;
}




