@font-face{
    font-family : "wwg_regular";

    /* pour IE */
    src : url('../fonts/proximanovaregular.eot');

    /* pour les autres */
    src : url('../fonts/proximanovaregular.woff') format('woff'),
          url('../fonts/proximanovaregular.svg') format('svg'),
          url('../fonts/proximanovaregular.ttf') format('truetype');
    }
    
@font-face{
        font-family : "wwg_light";

    /* pour IE */
    src : url('../fonts/proximanovalight.eot');

    /* pour les autres */
    src : url('../fonts/proximanovalight.woff') format('woff'),
          url('../fonts/proximanovalight.svg') format('svg'),
          url('../fonts/proximanovalight.ttf') format('truetype');
   }
   
@font-face{
            font-family : "wwg_cndlight";

    /* pour IE */
    src : url('../fonts/proximanovacondlight.eot');

    /* pour les autres */
    src : url('../fonts/proximanovacondlight.woff') format('woff'),
          url('../fonts/proximanovacondlight.svg') format('svg'),
          url('../fonts/proximanovacondlight.ttf') format('truetype');
	}
  
@font-face{
           font-family : "wwg_bold";

    /* pour IE */
    src : url('../fonts/proximanovabold.eot');

    /* pour les autres */
    src : url('../fonts/proximanovabold.woff') format('woff'),
          url('../fonts/proximanovabold.svg') format('svg'),
          url('../fonts/proximanovabold.ttf') format('truetype');     
    }



body {
	margin:0;
	padding:0;
	background-color: #1b1c1f;
	}
	
.center {
	margin : 0 auto 0 ;
	}

#content {
	width: 1000px;
	margin:auto;
	}
	
.red_text{
	color: #e2344f; 
	}	
	
	
/*--------------header / slider--------------*/

#logo_webwag {
	width: 174px;
	height: 156px;
	background-image: url(../images/webwagcorp/logo_header.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	}

#menu{
	position: absolute;
	margin-left: 660px;
	margin-top: 30px;
	z-index: 100;

	}
	
#menu ul{
 	margin : 0px;
 	padding : 0px;
 	}	
	
#menu ul a{
	text-decoration: none;
	cursor: pointer;
 	}		
	
.block_menu {
	display: inline;
	color: #36373c;
	font-size: 12px;
	font-family: "wwg_regular";
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffffff;
	width: 140px;
	padding : 10px 20px;
	margin-right: 2px;
	}
	
#menu ul a:hover .block_menu{
	display: inline;
	color: #ffffff;
	font-size: 12px;
	font-family: "wwg_regular";
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	background-color: #1b1c1f;
	width: 140px;
	padding : 10px 20px;
	margin-right: 2px;
 	}

#header {
	height: 600px;
	
	}
	
 #slider{
	height: 600px;
	width: 1000px;
	position: absolute;
	}

.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
    	.banner ul{ margin: 0; padding: 0; }
        	.banner ul li{ float: left; }	
	
	
/*-------------- box slide--------------*/

.box_slide {
	width: 230px;
	height: 90px;
	background-color: #e2344f;
	padding: 15px;
	position: absolute;
	margin: 270px 0 0 60px;
	}


a .box_slide {
	width: 230px;
	height: 90px;
	background-color: #e2344f;
	padding: 15px;
	position: absolute;
	margin: 270px 0 0 60px;
	}
	
a:hover .box_slide {
	width: 230px;
	height: 90px;
	background-color: #c5283e;
	padding: 15px;
	position: absolute;
	margin: 270px 0 0 60px;
	}	

.box_slide_blue {
	width: 230px;
	height: 90px;
	background-color: #37a9de;
	padding: 15px;
	position: absolute;
	margin: 270px 0 0 60px;
	}

a .box_slide_blue {
	width: 230px;
	height: 90px;
	background-color: #37a9de;
	padding: 15px;
	position: absolute;
	margin: 270px 0 0 60px;
	}

a:hover .box_slide_blue {
	width: 230px;
	height: 90px;
	background-color: #2c93c3;
	padding: 15px;
	position: absolute;
	margin: 270px 0 0 60px;
	}

.box_text{
	color: #ffffff;
	font-size: 30px;
	font-family: "wwg_light";
	font-weight: normal;
	margin: 0;
	}

.box_handset{
	color: #ffffff;
	font-size: 12px;
	font-family: "wwg_bold";
	font-weight: normal;
	}


.box_dev{
	color: #f1c7cd;
	font-size: 12px;
	font-family: "wwg_light";
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding-top: 20px;
	}

.box_dev_blue{
	color: #cce6f2;
	font-size: 12px;
	font-family: "wwg_light";
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding-top: 20px;
	}



/*-------------- 3 texts--------------*/

#prez {
	background-color: #ffffff;
	}

#center_prez{
	height: 290px;
	width: 810px;
	margin: 0 auto;
	padding-top: 60px;
	}

#first{
	width: 210px;
	float: left;
	margin-right: 90px; 
	}
	
#second{
	width: 210px;
	float: left;
	margin-right: 90px; 
	}
	
#third{
	width: 210px;
	float: left;
	}	
	
h1 {
	color: #36373c;
	font-size: 26px;
	font-family: "wwg_cndlight";
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	line-height: 32px;	
	}
	
.h1_red {
	color: #e2344f;
	font-size: 43px;
	font-family: "wwg_cndlight";
	text-transform: uppercase;
	font-weight: normal;	
	}
	
.h1_red_small {
	color: #e2344f;
	font-size: 36px;
	font-family: "wwg_cndlight";
	text-transform: uppercase;
	font-weight: normal;	
	}	
	
.text_prez {
	color: #555555;
	font-size: 15px;
	font-family: "wwg_regular";
	font-weight: normal;
	line-height: 18px;
	margin: 5px 0 0 ;
	}
	
.red_point {
	color: #e2344f;
	font-size: 20px;
	}
	
/*-------------- handsets--------------*/

#handsets {
	height: 555px;
	background-color: #292a2e;
	width: 1000px;
	}
	
#text_handsets {
	font-size: 32px;
	color: #ffffff;
	font-family: "wwg_cndlight";
	font-weight: normal;
	text-align: center;
	margin-left: 250px;
	padding-top: 25px;
	position: absolute;
	width: 500px;
	line-height: 36px;
	}
	
#all_handsets {
	width: 1000px;
	height: 295px;
	padding-top: 90px; 
	}
	
#banner_logos {
	background-color: #1b1c1f;
	height: 170px;
	}
	
#logos {
	margin : 0 auto 0;
	width : 769px;
	padding-top: 60px;
	list-style: none;
	}

#logos a li {
	list-style: none;
	cursor: pointer;	
	}

#ios {
	background-image: url(../images/webwagcorp/picto_ios.png);
	background-repeat: no-repeat;
	width: 69px;
	height: 40px;
	float: left;
	}
	
#android {
	background-image: url(../images/webwagcorp/picto_android.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 40px;
	float: left;
	margin-left: 40px;
	}
	
#windows {
	background-image: url(../images/webwagcorp/picto_windows_8.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
	float: left;
	margin-left: 40px;
	}
	
#blackberry {
	background-image: url(../images/webwagcorp/picto_blackberry_10.png);
	background-repeat: no-repeat;
	width: 152px;
	height: 40px;
	float: left;
	margin-left: 40px;
	}
	
#html5 {
	background-image: url(../images/webwagcorp/picto_html5.png);
	background-repeat: no-repeat;
	width: 26px;
	height: 40px;
	float: left;
	margin-left: 40px;
	}	
	
#tizen {
	background-image: url(../images/webwagcorp/picto_tizen.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 40px;
	float: left;
	margin-left: 40px;
	}					
	
/*-------------- contents--------------*/
	
#bg_contents {
    background-color: #FFFFFF;
    height: 1370px;
	}
	
#image_bg_content {
	background-image: url(../images/webwagcorp/bg_content.png);
	width: 1000px;
	height: 870px;
	background-repeat: no-repeat;
	}
	
#box {
	width: 880px;
	background-color: #ffffff;
	margin: 60px 60px 0 ;
	position: absolute;
	height: 630px;
	}

	
#box_content {
	width: 770px;
	margin: 40px auto 0 ;
	height: 630px;
	}	

/*------- msales -------*/

.picto_box {
	width: 39px;
	height: 39px;
	float: left;
	padding-right: 10px;
	margin-top: 3px;
	}
	
#msales{
	width: 225px;
	float:left;
	padding-right: 53px;
	}
	
.title_box	{
	color: #36373c;
	font-size: 26px;
	font-family: "wwg_cndlight";
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	margin : 0 ;
	line-height: 24px;
	}
	
.text_msales {
	color: #36373c;
	font-size: 15px;
	font-family: "wwg_light";
	font-weight: normal;
	text-align: left;
	line-height: 19px;
	margin: 0;
	clear: both;
	padding-top: 30px;
	}
	
#savoir_plus {
	color: #e2344f;
	font-size: 12px;
	font-family: "wwg_bold";
	font-weight: normal;
	text-transform: uppercase;
	}
	
#ipad {
	text-align: center;
	margin-top: 20px;
	}	
	

/*-----news------*/

#news_box{
	width: 225px;
	float:left;
	padding-right: 53px;
	}

#last_news {
	padding: 2.5em ;
	}

#news-container {
	overflow: hidden;
	position: relative;
	height: 500px !important;
	clear:both;
	margin-top: 80px;
	}

.news {
	height: 115px;
	display: list-item;
	background-color:#f7f7f7;
	text-decoration: none;
	margin-bottom: 20px !important;
	}

.cell_news {
	background-color: #fff;
	padding: 0.3em;
	margin-bottom: 1.5em;
	clear: both;
	}

.date {
	color: #e2344f;
	font-size: 12px;
	font-family: "wwg_bold";
	font-weight: normal;
	text-transform: uppercase;
	padding: 8px 8px 0;
	margin: 0;
	height: 20px;
	}

.text_cell {
	color: #555555;
	font-size: 15px;
	font-family: "wwg_light";
	font-weight: normal;
	text-align: left;
	padding: 3px 5px 0;
	border-top: solid 1px #eee;
	height: 57px;
	margin: 0;
	line-height: 18px;
	}

.tag {
	color: #36373c;
	font-size: 13px;
	font-family: "wwg_bold";
	font-weight: normal;
	text-transform: uppercase;
	border-top: dashed 1px #ddd;
	padding: 6px 8px 0;
	height: 20px;
	margin: 0;
	}
	
.text_cell a {
	color: #e2344f;
	text-decoration: underline;
	}
	
	
/*-----contact------*/

#contacts {
	width: 210px;
	float:left;
	}
	
#contact_content{
	width : 210px;
	height : 500px;
	background-image: url(../images/webwagcorp/projet.png);
	background-repeat: no-repeat;
	margin-top: 80px;
	background-color: #ececec;
	}	

#projet{
	color: #E2344F;
	font-size: 36px;
	font-family: "wwg_bold";
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	padding-top: 40px;
	}
	
.black{
	color: #000000;
	}

#content_red_box {
	margin-top: 200px;
	text-align: center;
	background-color: #ececec;
	padding-top: 5px; 
	}
	
arrow_contact {
	height: 5px;
	width: 8px;
	}
	
a p.red_box_paris {
	background-color: #E2344F;
	font-size: 26px;
	font-family : "wwg_light";
	color: #FFFFFF;
	text-align: center;
	width: 90px;
	padding-bottom: 8px;
	margin: 0 auto;
	line-height: 30px;
	padding-top: 7px;
	}
	
a:hover p.red_box_paris {
	background-color: #c5283e;
	font-size: 26px;
	font-family : "wwg_light";
	color: #FFFFFF;
	text-align: center;
	}	

a p.red_box_bordeaux {
	background-color: #E2344F;
	font-size: 26px;
	font-family : "wwg_light";
	color: #FFFFFF;
	text-align: center;
	width: 150px;
	padding-bottom: 8px;
	margin: 0 auto;
	line-height: 30px;
	padding-top: 7px;
	}
	
a:hover p.red_box_bordeaux {
	background-color: #c5283e;
	font-size: 26px;
	font-family : "wwg_light";
	color: #FFFFFF;
	text-align: center;
	}		
	
.txt_black{
	color: #000000;
	font-size: 16px;
	font-family: "wwg_regular";
	margin: 3px 0 5px 0;
	}
	

	
/*--------------form and desk--------------*/

.title_form {
	font-size: 32px;
	font-family : "wwg_light";
	color: #36373C;
	margin: 0 0 30px;
	}	

#form {
	height: 700px;
	}
	
#form_top{
	width: 880px;
	height: 24px;
	background-image: url(../images/webwagcorp/top_form.png);
	background-repeat: no-repeat;
	}	

#bg_form {
	height: 600px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

#side_projet{
	width: 320px;
	height: 400px;
	margin: 40px 60px 0 60px;
	float: left;	
	}

#side_desk{
	width: 350px;
	height: 400px;
	margin: 40px 60px 0 30px;
	float: left;	
	}

#map_content{
	float: left;
	width: 370px;
	}
	
#nom, #email, #objet {
	border : 4px solid #EAEAEA;
	padding:10px;
	font-size:17px;
	color:#36373c;
	font-family: "wwg_light";
	margin-bottom: 15px;
	width: 100%;
	}
	
#message {
	border : 4px solid #EAEAEA;
	padding:10px;
	font-size:18px;
	color:#36373C;
	font-family: "wwg_light";
	margin-bottom: 20px;
	width: 100%;
	}

.btn_submit{
	background-image: url(../images/webwagcorp/btn_envoyer.png);
	background-color: white;
    color: #36373c;
	font-family: "wwg_light";
	width: 352px;
	height: 44px;
	font-size: 15px;
	text-transform: uppercase;
	border: inherit;
	cursor: pointer;
	}

.btn_submit:active{
	background-image: url(../images/webwagcorp/btn_envoyer_pressed.png);
	background-color: white;
    color: #999;
	font-family: "wwg_light";
	width: 352px;
	height: 44px;
	font-size: 15px;
	text-transform: uppercase;
	border: inherit;
	cursor: pointer;
	}

#error{
    color:  #36373c;
	font-family: "wwg_light";
	font-size: 16px;
	}	

.ville {
	color: #E2344F;
    font-family: "wwg_bold";
    font-size: 12px;
    font-weight: normal;
    height: 16px;
    margin: 0;
    text-transform: uppercase;
	}
	
.adresse {
	color: #36373c;
    font-family: "wwg_regular";
    font-size: 16px;
    font-weight: normal;
    height: 15px;
    margin: 0;
	}
	
a #maps_paris{
	background-image: url(../images/webwagcorp/map_paris.png);
	width: 350px;
	height: 138px;
	background-repeat: no-repeat;
	margin-top: 10px;
	position: absolute;
	}
	
a:hover #maps_paris{
	background-image: url(../images/webwagcorp/map_paris_hover.png);
	width: 350px;
	height: 138px;
	background-repeat: no-repeat;
	margin-top: 10px;
	position: absolute;
	}
	
a #image_jm {
	background-image: url(../images/webwagcorp/contact_jm.png);
	width: 69px;
	height: 69px;
	margin: 0 auto 0;
	}
	
a:hover #image_jm {
	background-image: url(../images/webwagcorp/contact_jm_hover.png);
	width: 69px;
	height: 69px;
	margin: 0 auto 0;
	}
	
.title_image {
	color: #36373c;
    font-family: "wwg_bold";
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    }
    
.fonction {
    font-family: "wwg_regular";
    font-size: 11px;
    font-weight: normal;
    margin: 0;
	}
	
#jm {
	width: 110px;
	height: 100px;
	position: absolute;
	margin: 33px 0 0 200px;
	}
	
#content_bordeaux {
	margin-top: 210px;
	}		
	
a #maps_bordeaux{
	background-image: url(../images/webwagcorp/map_bordeaux.png);
	width: 350px;
	height: 138px;
	background-repeat: no-repeat;
	margin-top: 10px;
	position: absolute;
	}
	
a:hover #maps_bordeaux{
	background-image: url(../images/webwagcorp/map_bordeaux_hover.png);
	width: 350px;
	height: 138px;
	background-repeat: no-repeat;
	margin-top: 10px;
	position: absolute;
	}
	
#denis {
	width: 150px;
	height: 100px;
	position: absolute;
	margin: 33px 0 0 180px;
	}
	
a #image_denis {
	background-image: url(../images/webwagcorp/contact_denis.png);
	width: 69px;
	height: 69px;
	margin: 0 auto 0;
	}
	
a:hover #image_denis {
	background-image: url(../images/webwagcorp/contact_jm_hover.png);
	width: 69px;
	height: 69px;
	margin: 0 auto 0;
	}
	
	
/*--------------footer--------------*/

#footer {
	height: 120px;
	background-color: #292a2e ;
	}

#view_more{
	height: 76px;
	float: left;
	margin: 45px 0 0 45px;
	}

#text_more {
    color: #FFFFFF;
    float: left;
    font-family: "wwg_light";
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 5px 0 0 10px;
    text-align: left;
    text-transform: uppercase;
	}
	
a #btn_more {
	background-image: url(../images/webwagcorp/btn_more.png);
	background-repeat: no-repeat;
	width: 43px;
	height: 43px;
	float: left;
	}	

a:hover #btn_more {
	background-image: url(../images/webwagcorp/btn_more_hover.png);
	background-repeat: no-repeat;
	width: 43px;
	height: 43px;
	float: left;
	}	
	
#copyright {
	color: #949597;
	font-size: 11px;
	font-family: "wwg_light";
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	line-height: 13px;
	float: left;
	margin-top: 45px;
	margin-left:400px;
	}

.size {
	font-size: 9px;
	}

#logo_footer {
	background-image: url(../images/webwagcorp/logo_footer.png);
	background-repeat: no-repeat;
    float: right;
    height: 120px;
    width: 139px;
	}	
		