* {
	margin:0;
	padding:0;
}

body {
    background: #E2E1F2;
    background:-moz-linear-gradient(0% 81% 90deg, #E2E1F2, #D2D1E0, #D2D1E0 100%) no-repeat #E2E1F2;
    background:-webkit-gradient(linear, 31% 81%, 31% 0%, from(#E2E1F2), to(#D2D1E0), color-stop(.4,#D2D1E0)) no-repeat #E2E1E2;
    font-family:arial;
    font-size:0.9em;
    color:#AA700F;
    padding:0;
    margin:0;
}

img{
	margin:0;
	padding:0;
	border:0;
}

a{
    text-decoration:none;
    font-weight:bold;
    color:#0066cc;
}
a:hover{
    text-decoration:underline;
    color:#FF7F2A; 
}
hr {
    border:1px solid #FFE2CF;
    margin-bottom:1em;
}
#fond{
    background:transparent url(../images/fond.png) 0 0 repeat-x;
    width:100%;
    height:150px;
    top:25px;
    left:0;
    position:absolute;
    z-index:-10;
}
#page{
	width:1000px;
	margin:0 auto;
	padding:0;
	/*background-color:#FFD48A;*/
	color:#666666;
}
/*
     cadre de la page
*/
/* cadre spécifique au contenu de page */
.milieu-1-0
{
    background: white;
    padding-left: 26px;
    box-shadow: -1px -1px 10px #BBBBBB;
    border-radius: 0 0 10px 10px;
}
.milieu-2-0
{
    background: white;
    padding-right: 26px;
    border-radius: 0 0 10px 0;
}
.milieu-0-0
{
    background-color:white;
    width : 100%;
    padding-bottom:1px;
    padding-top:10px;
    background:white url(../images/clavier.png) 514px -313px no-repeat;
}
/* cadre spécifique au header */
.milieu-1-2
{
    padding-left: 26px;
}
.milieu-2-2
{
    padding-right: 26px;
}
.milieu-0-2
{
    width : 100%;
}
/* cadre du base de page */
.bas-1-0
{
}
.bas-2-0
{
}
.bas-0-0
{
}
/*
    cadre spécifique au menu
*/
.milieu-1-1
{
}
.milieu-2-1
{
}
.milieu-0-1
{
    background:transparent url(../images/ecran.png) 428px -335px no-repeat;
}
/*
*/
#header{
    border:0;
    height:100px;
    padding:5px 0;
    margin:0;
    background:transparent url(../images/ecran.png) 400px -226px no-repeat;
}
#logoHead,
#header h1{
    float:left;
    margin-top:20px;
}
#logoHead span,
#baseline span,
#header h1 span,
#header h2 span{
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}

#logoHead span.baselineLogo,
#header h1 span.baselineLogo{
    clear:both;
    position:relative;
    top:0;
    overflow:auto;
    height:100%;
    width:100%;
    float:left;
    margin:-10px 0 0 78px;
    color:#82828C;
    font-weight:bold;
    text-shadow:1px 1px 1px #eee;

}
#header h1 span.baselineLogo{
    font-size:0.5em;
}
#logoHead span.baselineLogo{
    font-size:1em;
}

#logoHead span.baselineLogo strong,
#header h1 span.baselineLogo strong{
    color:#FF7F2A;
}
#header a img{
    float:left;
}

#baseline,
#header h2{
    color:#82828c;
    float:right;
    margin:75px 0 0 0;
    font-family:verdana;
    font-size:1.2em;
    font-weight:bold;
    text-shadow:1px 1px 1px #eee;
}
#baseline em strong,
#header h2 em strong{
    color:#FF7F2A;
}
#menu{
}
.menu {
    padding:0;
    margin:0;
    font-weight:bold;
}
.menu li{
    list-style:none;
    float:left;
}
.menu li a {
    text-decoration:none;
    font-size:1.1em;
    background: #82828C;
    color:#fff;
    padding:0 15px;
    margin:0;
    display:block;
    line-height:40px;
    border-radius:5px 5px 0 0;
    margin-left:10px;
    box-shadow: 1px -1px 1px #82828C;
    text-shadow: 1px 0 1px #CCCCCC;
}
.menu li a.first{
    margin-left:0;
}
.menu li a.selected{
    background-color:#ff7e2a;
    color:#ffffff;
    box-shadow: 1px -1px 1px #FF7E2A;
}

.menu li a:hover{
    background-color:#b9b9b9;
    color:#ff7e2a;
    text-shadow:1px 1px 1px #444;
    box-shadow: 0px -0px 1px #b9b9b9;
}
.container{
    border-style:solid;
    border-color:#C27747;
    border-width:0px 0 0 0;
    margin:0;
    width:100%;
    padding:0;
    min-height:460px;
}
.container p{
    margin:0 0 10px 0;
    padding:10px 10px 0px 10px;
}
.container h1,
.container h2{
    font-size:1.2em;
    color:#FF7F2A;
}
.container h1 a,
.container h2 a{
    color:#FF7F2A;
}
.container  #service > ul,
.container  #realisation div.realisation ul,
.container > ul {
    margin-left:20px;
    list-style:none inside none;
}
.container  #service > ul li,
.container  #realisation div.realisation ul li,
.container > ul li{
    background : url("../images/icones/puce-orange.gif") no-repeat left 3px;
    padding-left:20px;
    clear: both;
}
.container  #service > ul ul,
.container  #realisation div.realisation ul ul,
.container > ul ul{
    list-style:none inside none;
    margin-left:20px;
}

.container p.question{
    background : url("../images/icones/puce-orange.gif") no-repeat left 3px;
    padding:0 0 0 20px;
}
.container blockquote{
    margin:1em 0 1em 0;
    padding:0.5em;
    background-color:#FFECDF;
    border:2px solid #FFBC8F;
}
#realisation p{
    /*text-align:center;*/
    float:left;
    width:55%;
}
#realisation #slider p{
    /*text-align:center;*/
    float:none;
    width:auto;
}
#realisation img.portfolio{
    float:left;
    margin:0 1em 1em;
    padding:5px;
    border:1px solid #828282;
    border-radius:5px;
    box-shadow: 1px 1px 6px #ccc;
}
#realisation a:hover img.portfolio{
    border:1px solid #FF7F2A;
}
#realisation h2{
    font-size:1em;
    color:#FF7F2A;
    border-bottom:1px solid #FF7F2A;
    margin-top:5px;
}
#realisation h3{
    font-size:1.05em;
    color:#ffffff;
    margin:1em 0;
    padding: 7px 15px;
    background:#828282;
    font-weight:normal;
    border-radius: 8px;
    text-shadow: 0 1px 1px #000000;
}
#realisation h3 strong{
    font-weight:bold;
}
#realisation h3 span{
    font-weight:bold;
}
#realisation h4{
    font-size:1em;
    color:#FF7F2A;
    margin:0 5px 5px;
    padding:0 3px 3px;
}
#realisation .realisation{
    margin:3em 0 2em;
}
#realisation > ul{
    list-style: none inside none;
}
.accueil .home-slider {
    margin: -175px 0 10px 0;
    float: right;
    text-align: center;
}
.accueil #slider{
    height: 200px;
    width: 420px;
    list-style: none inside none;
    overflow: hidden;
}
.accueil #slider li{
    display: block;
    height: 200px;
}
.accueil #slider li a{
    display: block;
}
#realisation #slider{
/*    height: 440px;*/
    margin: 0;
}
#realisation div.capture{
    float:left;
    width: 370px;
    min-height: 320px;
}
#realisation div.description{
    float:left;
    width: 570px;
}
#realisation div > ul{
/*    width:50%;*/
    float:left;
    margin-left:20px;
    margin-bottom:10px;
}
#realisation #slider div > ul{
/*    width:50%;*/
    float:none;
    margin-left:20px;
    margin-bottom:10px;
}
#realisation a{
    margin-top:5px;
    font-weight:normal;
}
#realisation .largeurMax{
    width:100%
}
#mentions h2{
    font-size:1em;
    color:#FF7F2A;
    border-bottom:1px solid #FF7F2A;
    margin-top:5px;
}
#mentions a{
    font-weight:normal;
}
#contact div.formulaire, #contact div.coordonnees{
    width:46%;
    margin-right:1em;
}
#contact div.coordonnees div{
    margin-top:1em;
}
#contact div.coordonnees div p{
    padding:0;
}
#contact div.formulaire p{
    color:red;
    padding:0;
}
#contact div.plan{
/*    border:1px solid;*/
    width:46%;
}
#footer .copyright{
    line-height:31px;
}
#footer{
    background-color: #505050;
    text-align:center;
    color:white;
    padding:5px;
    border-radius: 10px 10px 0 0;
    box-shadow: 1px 1px 10px #555555;
    margin-top:20px;
    font-size:0.9em;
    min-height:80px;
}
#footer a{
    color:#AAAAAA;
    font-weight: normal;
}
.floatLeft{
    float:left;
}
.floatRight{
    float:right;
}
.clearBoth{
    clear:both;
    height:0;
    visibility:hidden;
}
.noBorder{
    border:0;
}
