/* 
    Document   : screen
    Created on : 5 mars 2010, 12:24:19
    Author     : Nicolas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
    margin: 0;
    padding: 0;
}

html  {
    background-image: url('../images/accueil-fond.gif');
}

body  {
    /*background-image: url('../images/accueil-fond.gif');*/
    background: url('../images/fond-fade.png') repeat-y top center;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
    width: 1001px;
    margin: 0 auto;
}

#menu {
    position: fixed;
    width: 841px;
    height: 67px;
    margin-left: 92px;
    border-bottom: 1px solid #BEE3E9;
}
#menu #logo {
    float: left;
    margin-top: 25px;
}
#menu ul {
    float: right;
    margin-top: 40px;
    margin-right: 10px;
    width: 405px;
    height: 25px;
    overflow: hidden;
}
#menu ul li {
    float: left;
    display: block;
    list-style: none;
}
#menu ul li.backLava {
    background: url('../images/rollover_menu.png') no-repeat right -22px;
    width: 9px;
    height: 22px;
    z-index: 8;
    position: absolute;
}
#menu ul li.backLava .leftLava {
    background: url('../images/rollover_menu.png') no-repeat top left;
    height: 22px;
    margin-right: 9px;
}
#menu ul li a {
    /*
    line-height: 22px;
    color: #FFF;
    text-decoration: none;
    */
    display: block;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    z-index: 10;
    float: left;
    line-height: 22px;
    position: relative;
    overflow: hidden;
    margin: auto 8px;
}

#viral {
    position: fixed;
    bottom: 20px;
    width: 951px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: right;
    /*
    height: 67px;
    border-bottom: 1px solid #BEE3E9;
    */
}
#viral .mentions, #viral .projets {
    float: left;
	color: #999;
	font-size: 9px;
	text-decoration: none;
    margin-left: 3px;
}
#viral * {
    vertical-align: top;
    border: none;
}

#projets {
    background-color: #FFF;
    padding: 15px;
}
#container  #projets {
	display: none;
}
#projets p {
    margin-bottom: 15px;
}
#projets label {
    margin-right: 5px;
}

#newsletter_div {
    position: fixed;
    width: 159px;
    margin: 76px 85px 0 760px;
}
#newsletter_form {
}
#newsletter_form fieldset {
    border: none;
}
#newsletter_form fieldset legend {
    display: none;
}
#newsletter_form input {
    background: transparent url('../images/search.png') no-repeat;
    border: none;
    width: 147px;
    height: 15px;
    padding: 2px 6px;
    /*
    margin-left: 760px;
    margin-top: 76px;
    */
    font-size: 10px;
    color: #666;
}
#newsletter_div .ajaxSubmit {
    font-size: 10px;
    width: 147px;
    height: 15px;
    line-height: 15px;
    padding: 2px 6px;
    text-align: center;
}

#adexos {
    width: 1001px;
    height: 1140px;
    background: transparent url('../images/fond-adexos.jpg') no-repeat scroll top center;
}
#adexos #intro {
    position: relative;
    top: 205px;
    width: 360px;
    height: 255px;
    padding: 10px;
    border: 1px solid #FFF;
    background: transparent url('../images/background-intro.png');
    margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 13px;
}
#adexos #intro h1 {
    font-size: 15px;
}
#adexos #intro h2 {
    font-size: 13px;
	padding-bottom: 8px;
}
#adexos #intro .texte {
     padding: 4px 10px;
	 font-size: 11px;
	 text-align: left;
}
#adexos #intro #lien_contact {
    color: #FFF;
}
#adexos #intro #address {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 11px;
}
#adexos #intro #address p {
    padding-bottom: 3px;
}
#adexos #intro #address em {
    color: #FF6600;
    font-style: normal;
}

.page {
    /*position: relative;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 13px;
}
.page p {
    padding-bottom: 6px;
    text-align: justify;
}

#magento {
    width: 1001px;
    /*height: 1140px;*/
    height: 1070px;
    background: transparent url('../images/fond-magento.jpg') no-repeat scroll center;
}
#magento .content {
    padding-top: 290px;
    margin-left: 300px;
    width: 460px;
}
#magento .content .techno {
    margin-left: 55px;
    margin-bottom: 20px;
}

#symfony {
    width: 1001px;
    /*height: 2210px;
    height: 1070px;*/
    height: 1095px;
    background: transparent url('../images/fond-symfony.jpg') no-repeat scroll center;
}
#symfony .content {
    padding-top: 240px;
    margin-left: 275px;
    width: 460px;
}
#symfony .content .techno {
    margin-left: 55px;
    margin-bottom: 30px;
}

#flash {
    width: 1001px;
    /*height: 3305px;
    height: 1095px;*/
    height: 1054px;
    background: transparent url('../images/fond-flash.jpg') no-repeat scroll center;
}
#flash .content {
    padding-top: 200px;
    margin-left: 295px;
    width: 460px;
    color: #000;
}
#flash .content .techno {
    margin-left: 55px;
    margin-bottom: 20px;
}

#references {
    width: 1001px;
    /*height: 4359px;
    height: 1054px;*/
    height: 1129px;
    background: transparent url('../images/fond-refs.jpg') no-repeat scroll center;
}
#references .content {
    padding-top: 125px;
    padding-left: 390px;
}
#references .mainRefs {
    padding-top: 100px;
}
#references .lastRefs {
    text-align: center;
    width: 1001px;
    position: absolute;
    margin-top: 15px;
}
#references .lastRefs a {
    color: #FF9900;
    display: block;
}

#geoloc {
    background: #2A4467;
    text-align: center;
    width: 930px;
    height: 480px;
}
#googlemaps {
    overflow: auto;
    padding-bottom: 15px;
}
#googlemaps #precision {
    float: left;
    width: 200px;
    margin-left: 5px;
}
#googlemaps #precision table {
    width: 200px;
}
#googlemaps #precision th {
    font-weight: normal;
    font-size: 11px;
}
#googlemaps #precision td {
    vertical-align: top;
}
#googlemaps #precision input, #googlemaps #precision select {
    color: #000;
    font-size: 11px;
    margin-bottom: 5px;
}
#googlemaps #map {
    /*float: left;*/
    width: 680px;
    height: 300px;
    margin: 0 10px 0 215px;
}
#googlemaps #itineraire {
    display: none;
    /*
    float: left;
    width: 300px;
    height: 400px;
    overflow: auto;
    font-size: 11px;
    */
}
#googlemaps #linkToGmap {
    margin: 10px 10px 0 215px;
}
#googlemaps a {
    color: #CCC;
}

#container #contact {
    display: none;
}
#contact {
    background: #2A4467;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    width: 610px;
    height: 500px;
}

#contact input, #contact textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 13px;
}

#contact img {
    margin-top: 20px;
}

#contact_form {
    padding: 20px;
    text-align: left;
}

#contact_form fieldset {
    border: none;
    padding-left: 50px;
    padding-bottom: 10px;
    overflow: auto;
}
#contact_form fieldset legend {
    color: #FF6600;
    margin-left: -50px;
}
#contact_form fieldset div {
    padding: 5px 0 0;
    margin-right: 20px;
    float: left;
}
#contact_form fieldset div label {
    display: block;
}
#contact_form fieldset div input {
    background: #283142;
    border: 1px inset #485162;
    width: 100%;
}
#contact_form fieldset div textarea {
    background: #283142;
    border: 1px inset #485162;
    width: 100%;
    height: 60px;
}
#contact_form fieldset #submit {
    background: #283142;
    border: 1px outset #485162;
    color: #FFF;
    width: 150px;
    margin-left: -50px;
    margin-top: 15px;
}
#contact .ajaxSubmit {
    margin: 180px 25px 0; 
    padding: 10px 0;
    text-align: center;
}

#reference {
    width: 600px;
    /*height: 600px;*/
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}
#reference a {
    color: #003366;
}
#reference .description {
    padding: 20px 20px 10px;
}
#reference .descriptionQr {
    padding: 10px 3px 10px;
}
#reference #liens {
	width:600px;
	/*overflow:auto;*/
	position: absolute;
}
#reference #liens img{
	border: none;
}
#reference #logocontainer {
    width: 160px;
    height: 100px;
    margin: 25px 20px 20px 0;
    float: left;
}
#reference #qrcodecontainer {
    width: 250px;
    height: 250px;
    margin:0 10px 5px 0;
    float: left;
}
#definitionQR{
    text-align: justify;
    margin-right: 12px;
    margin-left:17px;
    font-size:11px;
}
#reference #logo {
}
#reference h1 {
    margin-bottom: 10px;
}
#reference h2 {
    margin-bottom: 20px;
    font-size: 15px;
}
#reference .lien {
    margin-bottom: 10px;
}
#reference .capture {
    margin-right: 15px;
}
#reference .capture img {
    width: 100px;
    height: 100px;
    border: 1px solid #666;
}
#reference p {
    margin-bottom: 6px;
}
#reference ul {
    margin-left: 25px;
    margin-bottom: 6px;
}
/*
#reference #fiche {
    border: 1px dotted #666;
    position: absolute;
    left: 800px;
    top: 50px;
    width: 707px;
    height: 500px;
}
#reference #fiche #pic {
    width: 100%;
    height: 100%;
}
#reference #fleche {
    position: absolute;
    margin-top: 235px;
}
*/
#reference .bottom {
    /*
    position: absolute;
    left: 20px;
    bottom: 20px;
    */
    clear: left;
    border-top: 1px dotted #666;
    margin: 20px;
    margin-top: 25px;
    padding-top: 30px;
}
#reference .left {
    clear: left;
    width: 120px;
    margin-left: 20px;
}
#reference .left .capture img {
    margin-bottom: 10px;
}

.lienImages{
    border:none;
}

.ange_position{
    margin-left:385px;
    position:absolute;
    top:520px;
}

.cascade_position{
    margin-left:600px;
    position:absolute;
    top:3359px;
}

.soucoupe_position{
    margin-left:449px;
    position:absolute;
    top:1700px;
}

.etoile_position{
    margin-left:306px;
    position:absolute;
    top:79px;
}

.avion_position{
    margin-left:721px;
    position:absolute;
    top:2335px;
}

.geoloc_position{
    margin-left:560px;
    position:absolute;
    top:370px;
    z-index: 3;
    cursor: pointer;
}