html{

    background: url(../media/images/html.jpg) #03235c repeat-y center;
}

body {  
    background: url(../media/images/body.jpg) transparent no-repeat center top;
    margin: 0;
    font-family: tahoma; 
    font-size: 12pt;
   
}
#Container{
    width: 1000px;
    margin:0 auto;
    background: #fff;
    }

a {
    color: navy;
}

a:hover {
    color: blue;
    text-decoration: none;
}

a img {
    border: none;
}

#Header {    
    background: url(../media/images/Header.png) #199ce2 repeat-x center;
    height: 80px;
    width: 1000px;
    margin: auto;
    color: #fff;
    border-bottom: 1px solid #d8d8d8;
}
#Header .left{
    float: left;
    margin-top: 20px;
}

#Header .dateSpan {
    float: right;
    font-size: 0.8em;
    padding: 10px;   
    text-align: right;
     text-shadow: 1px 1px 0 black;
}

#Header .subtitleSpan {
    font-size: 0.7em;
     padding: 10px 10px 0 16px;     
    text-shadow: 1px 1px 0 black;
}

#Header input {
    border: 1px solid silver;
    border-radius: 3px;
    width: 200px;
    padding-left: 25px;
    background: url(../media/images/searchIcon.png) white no-repeat 5px;
}

h1 {
    margin: 0;
    padding: 5px 10px 0 80px;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;   
    text-shadow: 1px 1px 0 black;
}

h3 {
    background: url(../media/images/bullet_picture.png) no-repeat center left;
    padding-left: 20px;
    color: navy;
}

#Menu {
    height: 30px;
    width: 1000px;
    margin: auto;
    background-color: rgba(0,0,0,0.1);
    background-color: white;
    background-color: #82a8d6;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #39669d;
    border-bottom: 1px solid white;
    border-bottom: 3px solid #406fb3;
}

#Menu a {
    text-decoration: none;
    color: black;
}

#Menu a:hover {
    color: white;
}

#Menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#Menu ul li{
    float: left;
    padding: 7px 25px;
    font-size: 10pt;
    cursor: pointer;
}

#Menu ul li.select a {
    color: white;
}

#Menu ul.sousmenu a {
    color: white;
}

#Menu ul li.select, #Menu ul li:hover{
    background-color: #22406c;
    color: white;
    background-image: linear-gradient(bottom, #4677BD 0%, #22406C 67%);
    background-image: -o-linear-gradient(bottom, #4677BD 0%, #22406C 67%);
    background-image: -moz-linear-gradient(bottom, #4677BD 0%, #22406C 67%);
    background-image: -webkit-linear-gradient(bottom, #4677BD 0%, #22406C 67%);
    background-image: -ms-linear-gradient(bottom, #4677BD 0%, #22406C 67%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #4677BD),
    color-stop(0.67, #22406C)
    );
}

#Menu ul li:hover{
    background: none;
    background-color: #0c3d73;
    color: white;
}

#Menu ul li:hover a{
    color: white;
}

#Menu ul.sousmenu {
    background-color: #0c3d73;
    position: absolute;
    padding: 5px;
    z-index: 999;
    min-width: 150px;
    display: none;
}

#Menu ul.sousmenu li {
    float: none;
    padding: 5px;
    background-color: #15477d;
    margin-bottom: 1px;

}

#Menu ul.sousmenu li:hover {
    background: none;
    background-color: #2b5c92;
}

#SlideShow {    
    background: url(../media/images/selectMenu.png) #417cbe no-repeat 55px 0; 
    width: 1000px;
    height: 180px;
    margin: auto;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1) inset;
    
}

h2 {
    margin: 0;
    padding: 20px 10px 0 50px;
    color: #515151;
    color: white;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
    text-shadow: 1px 1px 0 #1c4f88;
    background-color: rgba(0,0,0,0.1);
    wisdth: 490px;
}

ul.slidemenu  {
    margin: 20px 0 5px 50px;
    padding: 0;
    list-style: none;
    font-size: 0.7em;
}

ul.slidemenu li {
    float: left;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

ul.slidemenu li h3 {
    background: none;
    font-size: 1em;
    margin: 0;
    padding: 0;
    font-weight: normal; 
    display: none;
    color: white;
    text-shadow: 1px 1px 0 #1c4f88;

}

ul.slidemenu li.select h3 {
    display: block;
}

ul.slidemenu li div.infoText {
    display:none;
}

ul.slidemenu li >img {
    background: url(../media/images/slidemenu.jpg) silver no-repeat;
    border-radius: 5px;
    width: 50px;
    height:50px;
    margin-bottom: 5px;
    opacity: .8;
}

ul.slidemenu li.select img {
    opacity: 1;
}

ul.slidemenu li >img.travauxpublics {
    background-position: 0 0; 
}

ul.slidemenu li >img.transport {
    background-position: -49px 0px; 
}

ul.slidemenu li >img.telecom {
    background-position: -98px 0px; 
}

ul.slidemenu li >img.eaupotable {
    background-position: -149px 0px; 
}

ul.slidemenu li >img.energie {
    background-position: -198px 0px; 
}

ul.slidemenu li >img.urbanisme {
    background-position: -249px 0px; 
}

#Preview {
    width: 430px;
    padding: 10px;
    height: 160px;
    float: right;
    background-color: rgba(255,255,255,0.1);
    text-align: right;
    color: white;

    background: url(../media/images/slidebackground.jpg) no-repeat center left;
}

#Preview h3 { 
    background: none;
    color: white;
    font-size: 0.95em;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    background-color: rgba(96,0,0,0.7) ;
    padding: 5px;
    padding-bottom: 10px;
    border-radius: 5px 5px 0 0;  
    margin-bottom: 0;
    font-weight: normal;
}

#Preview ul {
    font-size: 0.8em;
    list-style: circle;
    margin-top: 0px;
    background-color: rgba(0,0,0,0.5) ;
    background-color: rgba(255,255,255,0.8) ;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

#Preview li {
    margin: 0;
    margin-left: 20px;
    margin-bottom: 5px;
    text-align: left;
    padding: 2px 5px;

}

#Preview a {
    color: black
}

#Content {
    width: 974px;
    padding: 10px;
    background-color: white;
    min-height: 550px;
    margin: auto;   
    font-size: 10pt;
    line-height: 1.5em;
    color: rgb(80,80,80);
}

#Content p {
    text-indent: 50px;
}

h4 {
    color: brown;
    margin-top: 0;
}

#Footer {
    width: 1000px;  
    background-color: #000066;
    margin: auto;
    color: #515151;
}

#Footer p {
    margin: 0;
    padding: 20px 10px;
    font-size: 0.7em;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 black;


}

.imgBorder {
    border: 1px solid silver;
    background-color: rgb(245,245,245);
    padding: 5px;
}

.fltL {
    float: left;
    margin-right: 10px;        
}

.fltR {
    float: right;
    margin-left: 10px;
}

/*.homeSection {
    width: 302px; 
    border-right: 1px dashed silver; 
    float: left;
    padding: 0 10px;
    min-height: 390px;
}

.homeSection.noBorder {
    border:none;
}

.homeSection.actualites p {
    min-height: 60px;
    border-bottom: 1px dotted silver;
    padding: 10px 5px;
    margin: 0;
}

.homeSection.actualites p:nth-child(even) {
    background-color: rgb(250,250,250);
}

.homeSection.actualites p:hover {
    background-color: #fffeda;
}

.homeSectionPart {
    height: 290px;
    overflow: hidden;
}
*/


img.SocialBtn {
    background: url(../media/images/btnSocial_gray.png) no-repeat;
    cursor: pointer;
    width: 32px;
}


img.SocialBtn:hover {
    background: url(../media/images/btnSocial_color.png) no-repeat;
}


img.SocialBtn.facebook {
    background-position: 0 0;

}

img.SocialBtn.twitter {
    background-position: 0 -24px;
}

.xsmall {
    font-size: 0.65em;
}

.small {
    font-size: 1em;
}

.large {
    font-size: 1.3em;
}

.trait {
    background-color: rgb(250,250,250);
    border-top: 1px dashed gray; 
}

.btnResize {
    font-weight: bold;
    color: silver;
    cursor: pointer;
    padding: 0 10px;
}

.btnResize.select {
    color: gray;
}

.btnResize:hover {
    color: gray;
}

.pagination {
    background-color: rgb(245,245,245);
    border-bottom: 1px dashed rgb(220,220,220);
    border-top: 1px solid rgb(220,220,220);
    font-size: 0.8em;
    padding: 5px;
}

.pagination input {
    font-size: 0.8em;
    width: 15px;
    text-align: right;
}

.pagination .btn {
    background-color: rgb(220,220,220);
    padding : 5px 10px;
    border-radius: 3px;
    margin-right: 2px;
}

.pagination .btn:hover {
    background-color: rgb(210,210,210);
}

.pagination a {
    text-decoration: none;
}

ul.lstElements {
    list-style: none;
}

ul.lstElements li {
    border-bottom: 1px dashed silver;
    padding: 5px;
}

ul.lstElements li:nth-child(even){
    background-color: rgb(250,250,250);
}

ul.lstElements li span.btn a, .homeSection span.btn a {
    padding: 1px 5px;
    float: right;
    background-color: rgb(65, 124, 190);
    border-radius: 3px;
    color : white;
    text-decoration: none;
    margin-top: 15px;
}

ul.lstElements li span.btn a:hover, .homeSection span.btn a:hover {
    background-color: #3A6FAB;
}

.contact {
    border: 1px dashed #073f00;
    background-color: #c0ffb8;
    width: 600px;
    margin: auto;
    padding: 10px;  
    color: #052800;
}

.lined {
    width: 100%;
}

.lined thead tr{
    background-color: brown;
    color: white;

    background-image: linear-gradient(bottom, #960202 13%, #7A0101 68%);
    background-image: -o-linear-gradient(bottom, #960202 13%, #7A0101 68%);
    background-image: -moz-linear-gradient(bottom, #960202 13%, #7A0101 68%);
    background-image: -webkit-linear-gradient(bottom, #960202 13%, #7A0101 68%);
    background-image: -ms-linear-gradient(bottom, #960202 13%, #7A0101 68%);

    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.13, #960202),
    color-stop(0.68, #7A0101)
    );
}

.lined td {
    border-bottom: 1px solid rgb(220,220,220);
    padding: 5px;
}

.lined tr:nth-child(even){
    background-color: rgb(240,240,240);
}

.lined tr.breakTitle {
    background-color: white;
}

.lined tr.breakTitle td {
    padding-top: 50px ;
}

.lined tr.breakTitle:first-child td {
    padding-top: 0px ;
}

.txtCenter {
    text-align: center;
}

.txtRight {
    text-align: right;
}

.txtLeft {
    text-align: left;
}

.homeSection ul {
    list-style: none;
    margin: 3px; 
    padding: 0;
    margin-bottom: 10px;

}
/* Albums*/
.homeSection ul >li {
    list-style: none;
    margin: 0; 
    padding: 0;

    border-bottom: 1px dotted silver;
    padding: 5px 5px;
    margin: 0;
}

.homeSection ul li:nth-child(even) {
    background-color: rgb(250,250,250);
}

.homeSection ul li:hover {
    background-color: #fffeda;
}

.homeSection.smallHeigth {
    min-height: 100px;
}

.albumsPics,  .albumsPics ul{
    list-style: none;
    margin:0;
    padding:0;

}

.albums {


}

.albumsPics li.albums {
    list-style: none;
    margin: 0px; 
    padding: 10px 10px; 

    width: 265px;
    height: 220px;

    background-color: rgb(255,255,250);
    margin-bottom: 5px;
    text-transform: uppercase;


    font-size: 0.7em;

    bordser:1px solid silver;

    border-radius: 3px;

    display: none;

    box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
}

.albumsPics li.albums:hover img {
    box-shadow: inset -1px -1px 2px rgba(0,0,0,0.3);
}

.albumsPics img {
    cursor: pointer;
    border: 1px solid gray;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

.albumsPics ul li.img img:hover {
    opacity: 1;
}

.albumSelectBtn {

}

.albumSelectBtn li, .viedoSelectBtn li{
    float: left;
    width: 18px;
    height: 18px;   
	border-radius:60px;
	cursor: pointer;
    text-align: center;
	box-shadow: 0 2px 1px 0 #96c4f3;
	 
}

.albumSelectBtn li.selected, .albumSelectBtn li.selected:hover, .albumSelectBtn li.selected:nth-child(even), .viedoSelectBtn li.selected, .viedoSelectBtn li.selected:hover, .viedoSelectBtn li.selected:nth-child(even){
    background: rgb(65, 124, 190);
	color: white; 

}

#Notification {
    position: fixed;
    top: -48px;
    left:50%;
    background-color: #D9F398;
    height: 40px;
    width: 200px;
    font-size:8pt;
    padding: 2px;
    border: 2px solid #8bb02f;
    border-radius: 0 0 10px 10px;
    color: #2c3d01;
}


#Notification p{
    margin: 10px;
}

#Highlight {
    min-height : 100px;
}

hr.blueSeparator {
    clear: both;
    border:none; 
    border-top: 1px solid #a8c4e7; 
    border-bottom: 1px dashed #a8c4e7;
    background-color: #eff6ff; 
    height: 2px; 
    margin: 15px 0;
}

.resume {
    font-style: italic;
    font-size: 0.8em;
}

/* CSS page contact*/
.list td {
    border-bottom: 1px solid rgb(220,220,220);
    padding: 5px;
	width:50%;
}
.list tr:nth-child(odd){
    background-color:#aad4ff;
}

.list tr:nth-child(even){
    background-color:#ffffff; ;
}

.list tr.breakTitle {
    background-color: white;
}

.list tr.breakTitle td {
    padding-top: 50px ;
}

.list tr.breakTitle:first-child td {
    padding-top: 0px ;
}
/*Home section */

.leftSection{
    float: left;
    width: 652px;
    margin: 0;
}
.rightSection{
    float: right;
    width: 302px;
    border-left: 1px dashed silver; 
    padding-left: 10px;
}
.Pub{
    float: left;   
    width: 310px;
    display: inline-block;
}
.avis{
   float: right;
   width: 310px;
}
.leftSection h4, .rightSection h4 {  
    margin-top: 0;
    background-color: #939ef6;
    padding: 5px;
    color: white;
    font-size: 0.95em;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    padding-bottom: 5px;
    margin-bottom: 0;
    font-weight: normal;
    border-top: 2px solid rgb(248, 192, 20);
}
/* Actualités*/
.pictActu{
    border: 1px solid black;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.4); 
    display: block;
    width: 200px;
    height:120px;
}
.Subtitle{
    display: block;
    text-align: justify;
    margin-top:  5px;
}
.title{
    font-size: 12px;
    color: #003399;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    
}

