/************************************************************
 *  Balises standard et générales                           *
 ************************************************************/
*{
	margin:0;
	padding:0;
}

.align-center {text-align:center;}
.align-left {text-align:left;}
.align-right {text-align:right;}

body{
	background-image:url(../images/AITA_2020_fond.jpg);
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: 100%; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

h1, h2, h3{
	color:#605d4a;
}

h1{
	font-family: Arial;
	color: white;
	background-color: #364355;
	/*min-width: 178px;*/
	max-width: 620px;
	font-size: 110%;
	height: 15px;
	text-transform: uppercase;
	margin-bottom: 1px;
	margin-left: -5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	float: left
}
h2{
	font-size:110%;
	margin-bottom:0px;
}
a{
	color:#605d4a;
	/*text-decoration: none;*/
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}

a:visited {

}
#page {
	margin: 0 auto;
	font-size: 11px !important;
	width: 1000px;
}

#contenu_accueil{
	background-image: url('../images/bg.png');
	background-repeat: repeat-y;


}

.accueil-titre{
	font-size:64px;
	color: #fffffb;
	white-space: nowrap;
	margin-left:-180px;
	margin-bottom:15px;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #ebf680;

}

.clear {
	clear: both;
}

 /************************************************************
 * Menu *
 ************************************************************/
#contenu_gauche {
	background-image: url('../images/menu_gauche.png');
	background-repeat: repeat-x;
	float: left;
	width: 220px;
 }
 
#menu_principal{
	padding-top: 40px;
	padding-bottom: 5px;
	padding-left: 5px;
	min-height: 460px;
 }

#logo {
	background-image: url('../images/logoIEEE.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 62px;
}

 
#menu_principal a,
#menu_principal a.act,
#menu_principal a:hover {
	background-color: #FFFFFF;
	color: #000000;
	border-color: #666666;
    border-left: 0 solid #666666;
	border-style: solid;
    border-width: 0 1px 1px 0;
	display: block;
    font-size: 12px;
	font-weight: normal;
    height: 18px;
    margin-bottom: 3px;
    margin-left: -5px;
    padding: 3px 0 0 10px;
    text-align: left;
    text-decoration: none;
    width: 170px;
	box-shadow: 3px 2px 5px #888888;
	-webkit-box-shadow: 3px 2px 5px #888888; /* Safari */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135,strength=2);
}

#menu_principal a.act,
#menu_principal  a:hover{
	background-color: #364355;
	color: #FFFFFF;
}
 
 /************************************************************
 * Contenu                                                  *
 ************************************************************/
#contenu_accueil {
	height: auto;
}
 
 
#contenu_centre {
	background-color: #ffffff;
	float: left;
	min-height: 500px;
	margin-bottom: 5px;
	padding-left: 20px;
	margin-right: 20px;
	width:740px;
	position:relative;
}



#contenu {
	margin-top: 25px;
}

#breadcrumb {
	margin-top: 5px;
	padding-bottom: 10px;
}

#logo_150e {
	position: absolute;
	right: 0;
	bottom: 0;
	width: initial;
}

.contents_top_box{
	padding-bottom: 40px;
}

.ThereIsTheNews {
	padding-bottom: 15px;
}

 /************************************************************
 * Pied de page                                             *
 ************************************************************/

 
 #pied-de-page {
	
 }
 
 #pied {
	background-color: #696867;
	color: #FFFFFF;
	height: 47px;
	font-size: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#pied a {
	color: #FFFFFF;
	text-decoration: underline;
}

#pied a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#adresse {
	font-size: 10px;
	width:620px;
	float : left;
	margin : 0px;
	border: 0px;
	padding-bottom: 0px;
	padding-top : 2px;
	padding-left : 10px;
	padding-right : 0px;	
}


.titreAdresse{
	font-size: 11px;
	font-weight: bold;
}

/*
#chercher {
	float:right;
	margin-left:5px;
	margin-right:25px;
	margin-top:14px;
}
*/

#chercher {
	float: right;
	padding-right: 30px;
	margin-top: 14px;
}

#chercher input {
	font-size: 9px;
	vertical-align: middle;
	padding-left: 2px;
	margin-right: 2px;
}

#boutons {
	float: right;
	margin-top: 6px;
}

#boutons div{
	margin-bottom:4px;
}

#boutons a {
	/*color: #FFFFFF;
	text-decoration: none;*/
	color: #FFFFFF;
	text-shadow:0.1em 0.1em black;
	font-size: 9pt;
	text-decoration: none;
}

#boutons img {
	display: inline;
	margin-bottom: -2px;
}


#imprimer {
	padding-top: 10px;
	padding-right: 10px;
	float:right;
	
}

#intranet {
	padding-top: 10px;
	padding-right: 20px;
	float:right;
}


#credits{
	color: #8B8B8B;
}


.align-justify{
	text-align: justify;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}

/************************************************************
 *  TT news                      					 *
 ************************************************************/

.news-latest-subheader p{
	margin:0px;
}

/************************************************************
 *  Ajout logo commanditaires                   					 *
 ************************************************************/
 .logo_commanditaires img {
	position: relative;
	width:125px;
	margin-right:20px;
}
.logo_commanditaires img:last-of-type {
	margin-right: 0;
}

