/* Start of CMSMS style sheet 'Nouvelle CSS' */
.bug {}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	background-image: url("images/fond_new.jpg");
	background-repeat: repeat-x;
}
		
#container {
	position: relative; 
	width: 757px; 
	margin: 0px auto 0; 
	padding: 0;
	text-align: left;
}
 
/* header */ 

#header {
	position: relative;
	top: 0;
	width: 744px;
	height : 105px;
	margin-left: 13px;
	background-image: url("images/logo_new.gif");
	background-repeat: no-repeat;
}
#header h1 {
  	position: absolute;
  	margin: 0;
  	top: 81px;
  	left: 116px;
 	font: 20px 'Trebuchet MS',trebuchet,verdana,arial,sans-serif;
 	font-weight: bold;
	color: #3E4E5E;
}
 
/* footer */ 

#footer {
	position: relative;
	width: 757px;
	height : 66px;
	background-image: url("images/footer_new.png");
	background-repeat: no-repeat;
} 
#footer h1 {
  	position: absolute;
  	margin: 0;
  	top: 35px;
  	left: 20px;
 	font: 12px 'Trebuchet MS',trebuchet,verdana,arial,sans-serif;
	color: #fff;
}
#footer h2 {
  	position: absolute;
  	margin: 0;
  	top: 35px;
  	right: 20px;
 	font: 12px 'Trebuchet MS',trebuchet,verdana,arial,sans-serif;
	color: #fff;
}

/* Menu du Haut */ 
 
#menu_top {
	position: relative;
	margin-top: 10px;
	padding-top: 2px;
	width: 746px;
	height : 30px;
	background-image: url("images/fond_menu_new.png");
}
#menu_top table {
	width: 100% ;
}
#menu_top td {
	width: auto;
	height : 25px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font: 13px/20px 'Trebuchet MS',trebuchet,verdana,arial,sans-serif;
	font-weight: bold;
color: #A2D6FF;
}
#menu_top td + td {
	border-left: 1px #D5D9DB solid;
	border-right: 0;
}
#menu_top td a {
	color: #fff;
	text-decoration: none;
}
#menu_top td a:hover {
	color: #AEAEAE;
}
 
/* Infos centrales */  
 
#top_info {
	position: relative;
	width: 757px;
	height : 16px;
	margin: 0;
	background-image: url("images/top_info_new.png");
	background-repeat: no-repeat;
	background-position: bottom ;
} 
#principale {
	position: relative;
	width: 757px;
	background-image: url("images/fond_info_new.png");
}
#gauche {
	position: relative;
	width: 510px;
	padding-left: 25px;
}
#gauche h1 {
  	position: relative;
  	margin: 0;
 	font: 26px 'Helvetica Neue',helvetica,arial,sans-serif;
 	margin-bottom: 5px;
 	padding-top: 10px;
 	font-weight: bold;
	color: #318FD7;
}
#gauche h2 {
  	position: relative;
  	margin: 0;
 	font: 24px 'Helvetica Neue',helvetica,arial,sans-serif;
 	margin-top: 10px;
 	margin-bottom: 15px;
	color: #51616D;
}
#gauche h3 {
  	position: relative;
  	margin: 0;
 	font: 16px arial,sans-serif;
 	margin-top: 10px;
 	margin-bottom: 15px;
	color: #A2D6FF;
	font-weight: bold;
}
#gauche p {
  	position: relative;
  	margin: 0;
 	font: 12px 'Helvetica Neue',helvetica,arial,sans-serif;
 	margin-top: 10px;
 	margin-bottom: 15px;
	color: #333;
	text-align: justify;
}
#gauche a {
	color: #318FD7;
	text-decoration: none;
}
#gauche a:hover {
	color: #BDBDBD;
}
#gauche p.commentaire {
  	position: relative;
  	margin: 0;
 	font: 13px arial,sans-serif;
 	margin-top: 30px;
 	margin-bottom: 15px;
	color: #333;
	text-align: justify;
	font-style: italic;
}
#gauche ul {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	border: 0;
	}	
#gauche li {
	font: 12px 'Helvetica Neue',helvetica,arial,sans-serif;
	list-style-type: none;
	list-style-image: url("images/fleche_new.gif");
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 15px;
	margin-left: 150px;
}

#droite {
	float: right;
	width: 188px;
}
#droite h1 {
	width: 169px;
	height: 24px ;
  	position: relative;
  	margin: 0;
  	border: 0;
  	padding:0 ;
  	margin-bottom: 10px;
 	font: 18px/24px verdana,arial,sans-serif;
	color: #fff;
	text-align: center;
	background-image: url("images/fond_sous_titre_new.gif");
}
#droite h2 {
  	position: relative;
  	margin: 0;
 	font: 16px verdana,arial,sans-serif;
 	margin-bottom: 15px;
 	padding-top: 10px;
 	padding-right: 25px;
	color: #318FD7;
	text-align: right;
}
#droite p {
  	position: relative;
}
#droite ul {
	margin: 0;
	padding: 0;
	border: 0;
	}	
#droite li.news {
	width: 150px;
	font: 12px/14px arial,sans-serif;
	list-style-type: none;
	list-style-image: url("images/fleche_new.gif");
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 5px;
	margin-left: 20px;
}
#droite li.menu {
	width: 150px;
	font: 14px/20px arial,sans-serif;
	list-style-type: none;
	list-style-image: url("images/fleche_menu_new.gif");
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 5px;
	margin-left: 30px;
}
#droite li.news a {
	color: #318FD7;
	text-decoration: none;
}
#droite li.news a:hover {
	color: #BDBDBD;
}
#droite li a {
	color: #318FD7;
	text-decoration: none;
}
#droite li a:hover {
	color: #BDBDBD;
}

#droite p.separation {
	margin: 0;
	border: 0;
	}
#droite ul + p.separation {
	width: 169px;
	height: 1px;
	margin: 0;
	margin-top : 15px;
	border-top: 1px #7A1950 solid;
	}

#droite #visuel_droite {
	position: relative ;
	margin-bottom: 10px ;
	top: -9px ;
	left: -15px ;
	}

#stop {
	clear: both;
}  

/* Description */  
 
#description {
	position: absolute;
	top: 620px;
 	margin: 0;
	width: 770px;
	margin-top : 15px;
	margin-bottom : 15px;
	text-align: justify;
	font: 9px helvetica,arial,sans-serif;
	text-decoration: none;
	color: #00B0F0;
}
#description a {
	font: 9px helvetica,arial,sans-serif;
	text-decoration: none;
	color: #00B0F0;
}
#description a:hover {
	color: #ccc;
	}

/* AUTRES STYLES /*

.messian {
	font: 9px helvetica,arial,sans-serif;
	text-decoration: none;
	color: #00B0F0;
}

/* End of 'Nouvelle CSS' */

/* Start of CMSMS style sheet 'Prestations' */
#gauche h2.prestations {
  	margin: 0;
        margin-bottom : 20px;
  	font: 14px verdana,arial,sans-serif;
 	font-weight: bold;
	color: #3D4E5E;
}


#gauche h3.webdesign,#gauche h3.techique,#gauche h3.cms,#gauche h3.ouvert  {
  	margin: 0;
  	height: 49px;
    padding-left: 66px ;
  	font: 20px/49px helvetica,arial,sans-serif;
 	font-weight: bold;
	color: #328ED8;
}

#gauche h3.webdesign {
  	background-image: url("images/titre_webdesign.gif");
	background-repeat: no-repeat;
	
}

#gauche h3.techique {
  	background-image: url("images/titre_maitrise_technique.gif");
	background-repeat: no-repeat;
}

#gauche h3.cms {
  	background-image: url("images/titre_cms.gif");
	background-repeat: no-repeat;
}

#gauche h3.ouvert {
  	background-image: url("images/titre_ouverts.gif");
	background-repeat: no-repeat;
}

#gauche p.prestations {
    font: 12px helvetica,arial,sans-serif;
 	font-weight: bold;
	color: #000;
}
/* End of 'Prestations' */

