/* CSS Document */

@import url("main.css");

body {
	margin:0;
	padding:0;
	background-image:url(../img/bg/body.png);
	background-repeat:repeat-x;
	background-color:#004F6A;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
}

h1 {
	margin:0;
	padding:0;
	color:#336699;
	font-weight:normal;
	font-size:20px;
	letter-spacing:1px;
}

h2 {
	margin:0;
	padding:0;
	color:#95CA23;
	font-weight:normal;
	font-size:16px;
}

h3 {
	margin:0;
	padding:0;
	color:#F60;
	font-weight:normal;
	font-size:16px;
}

h4 {
	margin:0;
	padding:0;
	color:#FF9900;
	font-weight:bold;
	font-size:14px;
	padding:10px 0px 5px 0px;
}


p {
	margin:0;
	padding:10px 0px 10px 0px;
	text-align:justify;
}

a {
	color:#336699;
	text-decoration:underline;
}

a:hover {
	color:#95CA23;
	text-decoration:none;
}

a img {
	border:none;
}

.lien_image {
	text-decoration:none;
}

hr {
	height:1px;
	border:0px;
	background:#E3E3E3;
}

ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

ul li {
	background-image:url(../img/liste/puce-bleu.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:15px;
}

.input {
	font-family:Trebuchet Ms, Verdana, Arial;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px solid #336699;
	padding:2px 4px 2px 4px;
}

.input:focus {
	background-color:#336699;
	color:#FFFFFF;
	border:1px solid #336699;
	padding:2px 4px 2px 4px;
}

/* Couleurs */
.gris {color:#999999;}
.bleu {color:#336699;}
.vert {color:#95CA23;}
.orange {color:#FF9900;}
.rouge {color:#CC0000;}

/* Colonnes */
.colonne_130 {position:relative;float:left;width:130px;}

/* Mise en page */
.bord_bas {border-bottom:1px solid #CCC;}
.line_h_30 {line-height:26px;}
.line_h_50 {line-height:46px;}


/* Contenu */
#main {
	position:relative;
	margin:auto;
	width:1000px;
	background-image:url(../img/bg/haut.jpg);
	background-repeat:no-repeat;
	padding-top:260px;
}
#main_cadre_blanc {
	position:relative;
	margin:auto;
	width:900px;
	background-color:#FFF;
	padding:50px;
	margin-top:100px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior:url(/global/css/ie-css3.htc);
}


/* Menu */
#logo_atiweb {
	position:absolute;
	display:none;
}

#logo {
	position:absolute;
	top:10px;
	left:30px;
	width:200px;
	height:140px;
}

#anim_haut {
	position:absolute;
	top:0px;
	left:230px;
	width:600px;
	height:80px;
}

#menu {
	position:absolute;
	top:0px;
	left:0px;
}

#menu_agence {
	position:absolute;
	top:70px;
	left:350px;
}

#menu_sites {
	position:absolute;
	top:70px;
	left:480px;
}

#menu_pub {
	position:absolute;
	top:70px;
	left:610px;
}

#menu_references {
	position:absolute;
	top:70px;
	left:740px;
}

#menu_contact {
	position:absolute;
	top:70px;
	left:870px;
}


/* Titres */
#titres {
	position:absolute;
	top:205px;
	left:50px;
}


/* Contenu */
#contenu {
	position:relative;
	background-image:url(../img/bg/contenu.jpg);
	background-repeat:repeat-y;
	width:700px;
	min-height:300px;
	margin-left:4px;
	padding:10px 40px 0px 46px;
	line-height:24px;
}

/* Encarts */
#encarts {
	position:relative;
	background-color:#FFF;
	height:250px;
	overflow:hidden;
	margin-bottom:20px;
}
#encarts_liens {
	position:absolute;
	bottom:10px;
	right:10px;
	height:25px;
	overflow:hidden;
	white-space:nowrap;
}
.encart {
	position:relative;
	display:none;
}

/* Actualités */
#actualites {
	position:relative;
}
#actualites a { text-decoration:none; }
#actualites img { vertical-align:middle; }


/* DIV Agence */
.div_agence {
	position:relative;
	float:left;
	width:315px;
	background-image:url(../img/bg/div-agence.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:20px;
}

.div_agence ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

.div_agence ul li {
	background-image:url(../img/liste/puce-bleu.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:15px;
}


/* Références */
#menu_sites_internet, #menu_print_pub {
	position:relative;
	text-align:center;
	white-space:nowrap;
}

.reference {
	position:relative;
	width:200px;
	height:140px;
	float:left;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:25px;
	text-align:center;
	overflow:hidden;
	border:2px solid #CCC;
}
.ref_texte_s {
	position:absolute;
	left:0px;
	bottom:0px;
	width:200px;
	background-color:#012B3B;
	color:#FFF;
	font-size:15px;
	height:40px;
	line-height:40px;
	opacity : 0.8;
    -moz-opacity : 0.8;
    -ms-filter: "alpha(opacity=80)";
    filter : alpha(opacity=80);
	display:none;
}
.ref_img {
	border:4px solid #CCC;
}
/*-.cadre_bleu, .cadre_jaune {
	position:relative;
	width:210px;
	height:165px;
	z-index:100;
}
.titre_ref {
	position:relative;
	text-align:center;
	font-weight:bold;
	color:#0E2A6C;
	font-size:12px;
	text-transform:uppercase;
	padding:7px 0 0 0;
	z-index:999;
	height:28px;
	width:210px;
	background:url(../img/bg/ref-titre.png) center center no-repeat;
	padding-bottom:1px;
}
.titre_ref a, .titre_ref a:hover {
	text-decoration:none;
	color:#325A7C;
}
.image_ref {
	position:absolute;
	text-align:center;
	top:30px;
	left:29px;
	z-index:2;
}*/


/* Adresse */
#adresse {
	position:absolute;
	color:#FFFFFF;
	top:230px;
	right:0px;
	width:210px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:1px;
}

#adresse a {
	color:#FFFFFF;
	text-decoration:underline;
}

#adresse a:hover {
	color:#336699;
	text-decoration:none;
}


/* Référence */
#reference {
	position:absolute;
	color:#FFFFFF;
	top:400px;
	right:10px;
}


/* Bas */
#bas {
	position:relative;
	height:290px;
	/*background-image:url(../img/bg/bas.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='global/img/bg/bas.png', sizingMethod='scale');*/
}
#contenu_bas {
	position:absolute;
	top:-110px;
	left:675px;
	width:130px;
	height:110px;
	background-image:url(../img/bg/contenu-bas.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='global/img/bg/contenu-bas.png', sizingMethod='scale');
}
#bas_top {
	position:absolute;
	top:70px;
	left:40px;
}
#bas_web {
	position:absolute;
	top:65px;
	left:80px;
}
#bas_print {
	position:absolute;
	top:60px;
	left:120px;
}
#bas_contact {
	position:absolute;
	top:55px;
	left:160px;
}
#texte_bas {
	position:absolute;
	bottom:15px;
	left:20px;
	line-height:30px;
	text-align:left;
	color:#00222F;
}
#texte_bas a, #texte_bas a:hover {
	font-size:11px;
	text-decoration:none;
	color:#00222F;
}
#texte_bas a:hover {
	color:#FFF;
}
#logos_bas {
	position:absolute;
	bottom:50px;
	left:230px;
	display:none;
}
#fb {
	position:absolute;
	bottom:50px;
	left:20px;
}
#twitter {
	position:absolute;
	bottom:50px;
	left:80px;
}
#gg_1 {
	position:absolute;
	bottom:50px;
	left:140px;
}
