
/* Eléments principaux de la page */

body
{	
	background:
		linear-gradient(to bottom, rgb(215,215,215) 30%, rgb(150,150,150) 60%, rgb(100,100,100) 90%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8787',endColorstr='#c3c0c0', GradientType=0);
    
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}
 
#bloc_page
{
    width: 900px;
    margin: auto;
}
 
section h1, footer h1, nav a
{
    font-weight: normal;
    text-transform: uppercase;
}


h2
{
	border-style:solid;
	text-align:center;
    background-color: rgb(30, 130, 30);
    background-color: rgba(30, 130, 30, 0.8);
	margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 5px;
	
}

h3
{
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    margin: 10px 10px 10px 10px;
    font-weight: normal;
	font-style: italic;
	
}

#nomcolis{
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: normal;
	border-style:solid;
	text-align:center;
    background-color: rgb(30, 130, 30);
    background-color: rgba(30, 130, 30, 0.8);
	margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 5px;
	width:200px;
	
}

p {
	font-size:12px;
}

li {
	font-size:12px;	
}

.cadremaintenance
{
	background-color:#FFF6E1;
	float:left;
	width:400px;
	margin-left:10px;
	border-style:solid;
	border-radius:10px;
	padding:15px 15px 15px 15px;
	margin:5px 5px 5px 5px;
}

#mixte.cadremaintenance
{
	background-color:#FFF6E1;
	float:left;
	width:400px;
	margin-left:10px;
	border-style:solid;
	border-radius:10px;
	padding:15px 15px 15px 15px;
	margin:5px 5px 120px 5px;
}
/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}
 
article
{
    width: 900px;
    margin-right: 15px;
}
 
.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}
 
article p
{
    font-size: 0.8em;
}
 
aside
{
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}
 
aside img
{
    margin-right: 5px;
}

#retourac{
background:#B94E06;
width:150px;
border: 2px outset white;
}

#shadowing
 {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
        
    #div_mailing
        {
	        display: none;
	        position: fixed;
	        text-align:center;
	        font-size:15px;
	        width: 300px;
	        height: 70px;
	        overflow:hidden;
	        padding: 10px;
	        margin:0;
			background:#FEF6E1;
	        border: 1px solid black;
	        border-radius:25px;
	        background-color: white;
	        z-index:101;
    }

	#div_mailing button{
		text-align:center;
		text-shadow:0px -1px 0px #000;
		margin-top:15px;
		font-size:0.95em;
		font-weight:bold;
		border:none;
		color:white;
		background:#007667;
		background:-moz-linear-gradient(top,#007667,#19A08E);
		background:-webkit-gradient(linear,left top,left bottom,from(#007667),to(#19A08E));
		-webkit-border-radius:5px;
		   -moz-border-radius:5px;
				border-radius:5px;
		-webkit-box-shadow:0px 0px 1px #000;
		   -moz-box-shadow:0px 0px 1px #000;
				box-shadow:0px 0px 1px #000;
	}
	#div_mailing button:hover{
background:#006C5E;
background:-moz-linear-gradient(top,#006C5E,#008C7A);
background:-webkit-gradient(linear,left top,left bottom,from(#006C5E),to(#008C7A));
}


/* Footer */
#footercont{
position:fixed;
bottom:0;
background:#B94E06;
width:100%;
height:30px;
border-top: 2px inset white;
/* Anciens navigateurs */
	background: #B94E06 url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#B94E06),
		to(#B94E06),
		color-stop(0.5, chocolate)
	);
	background: -webkit-linear-gradient(
		top,
		#B94E06,
		chocolate 50%,
		#B94E06
	);
	background: -moz-linear-gradient(
		top,
		#B94E06,
		chocolate 50%,
		#B94E06
	);
	background: -o-linear-gradient(
		top,
		#B94E06,
		chocolate 50%,
		#B94E06
	);
	background: linear-gradient(
		top,
		#B94E06,
		chocolate 50%,
		#B94E06
	);

}

#footercont a {
color: black;
position:absolute;
left:15%;
top:25%;
}

#footercont p{
text-align:center;
margin-top:10px;
}

 
#tweet, #mes_photos, #plandusite
{
    display: inline-block;
    vertical-align: top;
}
 
#tweet
{
    width: 0%;
}
 
#mes_photos
{
    width: 38%;
}
 
#plandusite
{
    width: 58%;
}
 
#mes_photos img
{
    border: 1px #181818;
    margin-right: 2px;
}
 
#carte_gmaps
{
    border: solid 2px #181818;
	border-radius:20px;
	margin-left:10px;
}

#plandusite ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 23%;
    list-style-image: url('images/ico_liensexterne.png');
    padding-left: 2px;
}
 
#plandusite a
{
    text-decoration: none;
    color: #760001;
}

form#formcontact {
  margin-left:auto;
  position: relative;
  background: #FFF6E1;
  border:1px solid black;
  border-radius: 25px;
  padding: 20px;
  width: 400px;
}

#comobj{
vertical-align:top;
}

form#formcontact fieldset {
  border: groove;
  margin-bottom: 10px;
}
form#formcontact fieldset:last-of-type {
  margin-bottom: 0;
}

form#formcontact legend {
  color: #384313;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  text-shadow: 0 1px 1px #c0d576;
}

/* Slideshow */

.rslides nav
{
    display: inline-block;
    width: 900px;
    text-align: center;
}
    .rslides li {  
		-webkit-backface-visibility: hidden;
        display: inline-block;   
        margin: 5px;  
        padding: 5px;  
		height:100px;
    }  

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 140px;
  border: 0;
  }

a.info {
	color: #060; 
	text-shadow:0 -1px 0 black;
 } 
 
a.info :hover,a:focus{
	background:rgba(0,0,0,.4);
	box-shadow:0 1px 0 rgba(255,255,255,.4);
 }

a.info span{ 
	position:absolute;
	margin-top:23px;
	margin-left:-35px; 
	color:#09c; 
	background:rgba(0,0,0,.9); 
	padding:15px; 
	border-radius:3px; 
	box-shadow:0 0 2px rgba(0,0,0,.5);
	transform:scale(0) rotate(-12deg);
	transition:all .25s;
	opacity:0;
 }


a.info:hover span, a.info:focus span{ 
	transform:scale(1) rotate(0);
	opacity:1; 
 } 

/* = MAIN WRAPPER
----------------------------------------------------------------------------------------------------------------------*/
.main-wrapper { width: 960px; margin: 0 auto; text-align: left }
.syntaxhighlighter { padding: 5px 0 }

