/*

CSS stylesheet
Dominique Radisson / Igor Barsoukov
Marketing Studio
www.marketing-studio.fr
may 2014

1 -  Body
2 -  Typo
3 -  Links
4 -  Structures
5 -  Images
6 -  Icons
7 -  Tables
8 -  Scripts
9 -  Misc

*/


/*
---------------------------
1 -  Body 
---------------------------
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
  	background: #fff;
  	color: #333;
  	font-size: 12px;
  	height: auto;
}



/*
---------------------------
2 -  Typo 
---------------------------
*/

h1,h2 {
  	font-weight: 300;
  	padding-top: 20px;
}

h2 {
  	font-size: 24px;
  	margin-bottom: 0px;
}

p {
  	padding: 10px 0;
}



/*
---------------------------
3 -  Links 
---------------------------
*/


a {
  	color: #95332e;
  	text-decoration: none;
  	cursor:pointer
}

a:hover {
  	text-decoration: underline;
}



/*
---------------------------
3 -  Structures 
---------------------------
*/


.container_16 {
	padding-top:0px; 
	padding-bottom: 30px;
	border: 1px solid #ddd;
}

.container_16 .grid_14 {
    width: 840px;
}

/*
#header {
	background: url(../img/head-bg.png) repeat-x;
	position:relative;
}
*/

#header_1 {
	/*font-size: 30px;*/
	height: 49px;
	color: #eaeaea;
	line-height: 49px;
	background: url(../img/head-logo.png) no-repeat;
	padding-left: 200px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#header_1 span {
	position: absolute;
	right: 60px;
	text-transform: none;
	letter-spacing: normal;
}	

#header_2 {
	height: 100px;
	line-height: 4;
}

#header_3 {
	width: 120px;
	height: 100px;
	margin-left: 15px;
	text-align: right;
	font-size: 20px;
	color: #996699;
}

#header_3 span{
	display: block;
	padding-right: 30px;
	widht:auto;
	height: 30px;
}

#header_3 span.info_1{
	background: url(../img/ico-pers.png) no-repeat right center;
}

#header_3 span.info_2{
	background: url(../img/ico-bulle.png) no-repeat right center;
}

#header_3 span.info_3{
	background: url(../img/ico-batiment.png) no-repeat right center;
}


#header_4 {
	font-size: 11px;
	text-align: right;
	}
	
#header_4 a {
	color: #aaa;
}

#header_nav1 {
}

#header_nav1 ul,
#header_nav2 ul {
	width: 100%;
    display: table;
    table-layout:auto;
    margin: 0;
    margin-top: 1px;
}

#header_nav1 li,
#header_nav2 li {
    display: table-cell;
    width: 1%;  /* any value less than (100% / number_of_items) */
    text-align: center;
    vertical-align: middle;
    height: 30px;
    text-transform: uppercase;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width:100px;
}

#header_nav1 li:first-child,
#header_nav2 li:first-child {
	border-left: 1px solid #ddd;
}

#header_nav1 li a,
#header_nav2 li a {
	padding: 1px;
}

#header_nav1 a:hover,
#header_nav2 a:hover {	
	cursor: pointer;
	text-decoration: none;
}

#header_nav1 a,
#header_nav1 a:visited,
#header_nav2 a,
#header_nav2 a:visited {	
	color: #333;
}

#header_nav1 li.selected{
	background-color: #afddff;
	color: #444b5a;
}

#header_nav2 li.selected {
	background-color: #d9f2fe;
	color: #687288;
}

#header_nav1 li.links {
	padding: 0px;
	/*float: right;
	border-left: 1px solid #ddd;*/
}

#container {
	/*border: 1px solid blue;*/
}

.col_left {
	float: left;
	width: 50%;
}

.col_right {
	float: right;
	width: 50%;
}

/*
---------------------------
5 -  Images 
---------------------------
*/

img {
	border: 1px solid #ddd;
}

img.larg1{
	width: 100%;
	height: auto;
}

img.larg1_2{
	width: 50%;
	height: auto;
}

.leclient img {
	border: none;
}

/*
---------------------------
6 -  Icons 
---------------------------
*/

a.synthese {
	background: url(../img/ico-synthese.png) no-repeat center center;
}

a.aide {
	background: url(../img/ico-aide.png) no-repeat center center;
}

a.i {
	background: url(../img/ico-impression.png) no-repeat center center;	
}

a.e {
	background: url(../img/ico-export.png) no-repeat center center;	
}

a.c {
	background: url(../img/ico-caddie2.png) no-repeat center center;	
}

a.s {
	background: url(../img/ico-suppression.png) no-repeat center center;
}

a.d {
	background: url(../img/ico-download.png) no-repeat center center;
}
a.i,
a.e,
a.c,
a.s,
a.d,
a.synthese {
	float: left;
	width: 20px;
	height: 24px;
	opacity:0.25;
	margin: 0 1px;
}
a.i:hover,
a.e:hover,
a.c:hover,
a.s:hover,
a.d:hover,
a.synthese:hover {
	opacity:0.75
}
a.s {
	float: none;
	width: 40px;
	display: inline-block;
	margin: 0;
	height: auto;
}


/*
---------------------------
7 -  Tables 
---------------------------
*/

table.leclient {
	width: 100%;
}

.leclient th,
.leclient td
{
	border:1px solid #ddd;
	border-collapse:collapse;
	font-weight: 300;
  	font-size: 12px;
}

.leclient tr {
	border:1px solid #ddd
}

.leclient td {
	padding: 5px;
}

.leclient thead {
	background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.leclient thead td {
	font-weight: normal;
	color:black;
	text-transform: uppercase;
}

tr.alt {
	background-color: #f2f7fa;
}

td.transparent {
	background-color: white;
}


/*
---------------------------
8 -  Scripts 
---------------------------
*/

.customSelect { 
/* This is the default class that is used */
/* Put whatever custom styles you want here */
    font:11px sans-serif;
    background:#fff url(../img/fleche-menu.png) right center no-repeat;
    border:1px solid #ddd;
    color:#555;
    padding:5px 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    min-width:135px;
    margin-right: 5px;
    text-align: left;
}

.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelectInner {
/* You can style the inner box too */
}



/*
---------------------------
9 -  Misc 
---------------------------
*/

.left {
	float: left;
}
.right {
	float: right;
}


/*
---------------------------
10 -  Login 
---------------------------
*/
#login {
width: 400px;
height:auto;
margin: 0 auto;
margin-top: 0px;
padding-top: 0px;
font-size: 16px;
color: #770000;
/*
    background:#fff url(../icons/logos.png) center top no-repeat;
*/
}
#login #form {
width: 310px;
height: 330px;
padding: 30px 40px 0px 40px;
border: 1px solid #000;
margin-top: 10px;
background: none repeat scroll 0 0 #E9EAEE;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: #555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#login p {
text-align: center
}

#login a {
text-decoration: underline;
}

#login label {
display: block;
float:left;
clear: both;
}

#login input {
display: block;
float:left;
clear: both;
margin-bottom: 10px;
}

#login button {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #950000), color-stop(1, #690000) );
background:-moz-linear-gradient( center top, #950000 5%, #690000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#950000', endColorstr='#690000');
background-color:#950000;
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
text-indent:0;
border:1px solid #808080;
display:inline-block;
color:#ffffff;
font-size:15px;
font-style:normal;
height:30px;
line-height:25px;
width:100px;
text-decoration:none;
text-align:center;
margin-right: 10px;
}

#login button:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #690000), color-stop(1, #950000) );
background:-moz-linear-gradient( center top, #690000 5%, #950000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#690000', endColorstr='#950000');
background-color:#690000;
}

#login button:active {
position:relative;
top:1px;
}