/* CSS Document */

/******************************************* MAIN *******************************************/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #1A2952;
  }


h1, h2, h3, h4, h5, form {
    margin: 0px;
  }


img {
    border:0px;
  }

/******************************************* HEADER *******************************************/

#ctn-page{
    margin:0px auto;
    width:840px;
	background-color:#F7BE00;
  }

#ctn-title {
    height : 78px;
  }

#logo {
    width : 350px;
    height:78px;
    float:left;
  }

#pub-top {
    float:left;
    padding-top:3px;
	text-align:left;
  }


#ctn-main{
	background-color:#f2f2f2;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

h1, .new-h2{
	color:#5A5DDE;
	font-size:28px;
	text-align:left;
	margin-bottom:15px;
	margin-left:10px;
}

#info{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


#ctn-telereveil,#ctn-agenda,#ctn-telereveil2,#ctn-agenda2 {
    float:left;
    width:350px;
    background-color:#fff;
    text-align:left;
  }


#ctn-telereveil {
    background-image : url('images/bg-telereveil.gif');
    background-repeat : no-repeat;
    height : 145px;
    margin-left : 40px;
    margin-right : 15px;
  }

#ctn-agenda {
    background-image : url('images/bg-agenda.gif');
    background-repeat : no-repeat;
    height : 145px;
  }

#ctn-telereveil2 {
    background-image : url('images/bg-agenda.gif');
    background-repeat : no-repeat;
    height : 145px;
    margin-left : 40px;
    margin-right : 15px;
  }

#ctn-agenda2 {
    background-image : url('images/bg-telereveil.gif');
    background-repeat : no-repeat;
    height : 145px;
  }



#ctn-main h2 {
    color:#7d7d7d;
    font-weight:bold;
    font-size:20px;
    padding-left:7px;
	padding-top:5px;
  }

#txt-telereveil, #txt-agenda{
	color:#5A5DDE;
	font-size:12px;
	margin-left:88px;
	margin-right:4px;
	margin-top:10px;

}

#txt-agenda{
	margin-left:95px;
}

#num-tel{
	margin-top:10px;
    background-image : url('images/bg-tel.gif');
    background-repeat : no-repeat;
    height : 79px;
    width : 329px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding-top:7px;
}

#num-tel span{
	font-size:40px;
}

#other-services{
	text-align:left;
	}

#other-services h2{
	color:#000;
	margin-bottom:10px;
}

.title-service{
	float:left;
	font-size:11px;
	width:47%;
	padding-left:20px;
	margin-bottom:10px;
	
}

.title-service h3{
	font-size:13px;
	font-weight:bold;
color:#5A5DDE;
}

.num-service{
	float:left;
	margin-bottom:5px;
}

.num-service a{
	font-weight:bold;
	font-size:16px;
	color:#1A2952;
	text-decoration:none;
}

#ctn-footer, #ctn-footer a{
	font-size:10px;
	text-align:center;
	color:#000;
	text-decoration:none;
}

#info-reveil{
 text-align:left;
 border-color:#000;
 border-width:1px;
 border-style:solid;
 background-color:#fff;
 margin:10px;
 padding: 5px;
}

#ctn-menu {
    background-color : #F7AE00;
    border-style : outset;
    border-width:1px;
    height : 1.5em;
    list-style-type : none;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-top : 0px;
    padding-left : 0px;
    text-align : left;
    padding-top:2px;
  }


#ctn-menu li {
    float:left;
    display:inline-block;
    padding-left:5px;
    text-decoration : none;
  }


#ctn-menu li:hover {
    background-color:#fff;
  }


#ctn-menu a {
    text-decoration : none;
    color:#000;
  }

