html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(../img_graph/fond.jpg) top center no-repeat #000;
	
}

form {
	margin: 0;
	padding: 0;
}

A {
	color: #000;
}

INPUT, TEXTAREA, SELECT {
	outline: none;
}

TEXTAREA {
	resize: none;
}

.tooltip {
	background-color: #F7F7F7;
	color: #e9594d;
	padding:5px;
	font-weight: bold;
	border: solid 1px #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index:100;	
}

.clear {
	clear: both;
}

.pointer {
	cursor: pointer;
}

.message {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.titre_classique {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 10px 0;
}

.input_text, .input_text_long, .input_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	border: solid 1px #CCCCCC;
}

.input_textarea {
	width: 100%;
	height: 100px;
	overflow: auto;
}

.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 88px;
	height: 21px;
	padding: 4px 0 6px 0;
	text-align: center;
	background: url(../img_graph/bouton.jpg) top left no-repeat #FFFFFF;
	border: 0;
	color: #666666;
}

.connexion {
	position: absolute;
	z-index: 1;
	width: 167px;
	height: 37px;
	overflow: hidden;
	margin-left: 800px;
}

.logo {
	position: absolute;
	z-index: 2;
	margin: 47px 0 0 16px;
}

.menu {
	position: absolute;
	z-index: 3;
	width: 450px;
	margin: 101px 0 0 444px;
	background:url(../img_graph/menu/barrette.jpg) center right no-repeat;
}

.menu UL {
	padding: 0;
	margin: 0;
}

.menu LI {
	float: left;
	list-style: none;
	background:url(../img_graph/menu/barrette.jpg) center left no-repeat;
	width: 150px;
	text-align: center;
}

.menu LI A {
	font-size: 13px;
	display: block;
	padding: 5px 10px 5px 10px;
	color: #c4c6c5;
	text-decoration: none;
	font-weight: bold;
}

.menu LI A:hover {
	color: #fff;
}

.menu .on A {
	background:url(../img_graph/menu/fleche_li_on.gif) center left no-repeat;
}

.corps {
	background: url(../img_graph/corps/fond.jpg) top left no-repeat;
	background-color: #000;
	width: 967px;
	min-height: 1255px;
	margin: auto;
	padding: 0 19px 0 19px;
}

.contenu {
	margin: 0 0 0 0;
	padding: 194px 70px 50px 70px;
	width: 824px;
	min-height: 500px;
}

.pied {
	border-top: solid 2px #dbdbdb;
	padding: 10px 70px 0 70px;
}
.blocss UL {
	padding: 0;
	margin: 0;
}
.blocss UL LI {
	float: left;
	list-style: none;
	width: 251px;
	padding: 10px;
	margin-right: 5px;
	color: #FFF;
}
.blocss .dernier_li {
	margin: 0px;
}
.blocss UL LI .blocss_titre {
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #FFF;
	margin-bottom: 15px;
	padding: 5px 0 10px 0;
}
.blocss UL LI .blocss_descr {
	font-size: 12px;
}
.blocss UL LI .blocss_descr A {
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 12px; /*14*/
	text-decoration: none;
	padding: 5px 0 5px 0;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
.blocss UL LI .blocss_descr A:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;	
}

.communautes A {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;	
}
.communautes A:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;	
}

/* PAGES */

/* Accueil */
.slide {
	padding: 44px 15px 0 44px;
	width: 765px;
	height: 304px;
	background: url(../img_graph/slide/fond.jpg) top left no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.slide_img {
	position: absolute;
	z-index: 1;
	margin: -38px 0 0 -38px;
	width: 814px;
	height: 338px;
	overflow: hidden;
}
.slide_img UL {
	padding: 0;
	margin: 0;
}
.slide_img LI {
	float: left;
	width: 814px;
	height: 338px;
	list-style: none;
}

.slide_fixe {
	position: absolute;
	z-index: 2;
}
.titre_slide {
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
	width: 444px;
	height: 70px;
	overflow: hidden;
}
.desc_slide {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	width: 228px;
	height: 155px;
	overflow: hidden;
	text-align: justify;
}
.btn_slide {
	width: 228px;
	text-align: center;
}

.infos {
	padding: 10px;
	background: #FFF;;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666666;
	margin-bottom: 20px;
}
.infos .infos_titre {
	color: #FF0000;
	font-weight: bold;
}

.blocs UL {
	padding: 0;
	margin: 0;
}
.blocs UL LI {
	float: left;
	list-style: none;
	width: 251px;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-right: 5px;
}
.blocs .dernier_li {
	margin: 0px;
}
.blocs UL LI .blocs_titre {
	height: 45px;
	font-weight: bold;
	color: #666666;
	font-size: 16px;
}
.blocs UL LI .blocs_titre .blocs_ss_titre {
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	padding: 5px 0 0 0;
}
.blocs UL LI .blocs_descr {
	height: 140px;
	color: #666666;
	font-size: 12px;
}
.blocs UL LI .blocs_btn {
	text-align: center;
	height: 30px;
}
.btn_blocs {
	background: url(../img_graph/corps/fond_btn_noir.png) top left repeat-x #585e58;
	border: solid 1px #525f65;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #c7c9c8;
	text-transform: uppercase;
	cursor: pointer;
}

/* Page blanche */

.page_blanche {
	padding: 15px 15px 15px 15px;
	width: 794px;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

/* PAge contact */

.bloc_contact {
	padding: 29px 0 0 29px;
	background: url(../img_graph/txt_nous_contacter.png) 40px 5px no-repeat;	
}

/* Page inscription */

.form_inscr {
	padding: 29px 0 0 29px;
	background: url(../img_graph/inscr/txt_inscr.png) 40px 5px no-repeat;
}

.alertes_inscr {
	position: absolute;
	z-index: 2;
	display: none;
}

.table_inscr TD {
	vertical-align: bottom;
}
.table_inscr .bloc_form_inscr {
	padding: 5px;
}

#loading_inscr {
	background: #FFF;
	text-align: center;
}

.message_inscr {
	display: none;
	text-align: center;
	font-weight: bold;
	
}

/* Page identification */

.form_ident {
	padding: 39px 0 0 100px;
	background: url(../img_graph/inscr/txt_ident.png) 40px 5px no-repeat;
}

.form_ident INPUT {
	width: 200px;
	height: 20px;
	font-size: 16px;
}

/* Page Telecharger */

.bloc_dl {
	text-align: center;
	margin-bottom: 20px;
}

.info_dl {
	padding: 60px 15px 15px 55px;
	width: 794px;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	background: url(../img_graph/dl/texte_info.png) 40px 15px no-repeat #FFF;
}

.etape_dl_un {
	padding: 5px 0 5px 40px;
	height: 40px;
	background: url(../img_graph/dl/etape_1.png) top left no-repeat #FFF;
	margin-bottom: 15px;
}
.etape_dl_deux {
	padding: 5px 0 5px 40px;
	height: 40px;
	background: url(../img_graph/dl/etape_2.png) top left no-repeat #FFF;
	margin-bottom: 15px;
}
.etape_dl_trois {
	padding: 5px 0 5px 40px;
	height: 40px;
	background: url(../img_graph/dl/etape_3.png) top left no-repeat #FFF;
	margin-bottom: 15px;
}

#AIRDownloadMessageTable {
	width: 490px;
	height: 325px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#AIRDownloadMessageRuntime {
	font-size: 12px;
	color: #333;
}
