@import url(http://fonts.googleapis.com/css?family=Oswald);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
p {
	color: #444;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	/*color: #a80b00;*/
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg.png) repeat-x;
}


#global {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	height: 90px;
	margin: 0 auto;
	width: 960px;
}

#header img{
	margin-top:15px;
	float:left;
}

h1 a {
	display: block;
	float: left;
	height: 90px;
	overflow: hidden;
	padding: 0;
	width: 405px;
	line-height:110px;
	font-style:italic;
	font-size:28px;
	
/*	background-color:Green;*/
}
h1 a, h1 a:hover {
	text-decoration:none;
}

#slogan {
	float: right;
	padding: 35px 10px 0 0;
	width: 340px;
	text-align:right;
}

#slogan p {
	color: #666;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	font-style:italic;
}



/* MENU
------------------------------------------------------------ */

#menu {
	background: url(images/repeat.png) 0 0;
	border: 1px solid #a80b00;
	border-radius: 5px;
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	margin: 0 auto;
	overflow: hidden;
	text-shadow: #1e6499 1px 1px;
	text-transform: uppercase;
	width: 962px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
}

#menu ul {
	float: left;
	width: 100%;
}

#menu li {
	float: left;
	list-style-type: none;
}

#menu li.accueil a,
#menu li.accueil a:hover {
	background: url(images/nav-home.png);
	height: 44px;
	margin: 0 0 0 10px;
	padding: 0;
	text-indent: -9999px;
	width: 57px;
}

#menu li a {
	background: url(images/nav-line.png) right no-repeat;
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 12px 40px 10px 41px;
	position: relative;
	text-decoration: none;
}

#menu li a:hover,
#menu li a:active {
	background: url(images/nav-hover.png) right no-repeat;
	color: #fff;
	text-decoration: none;
}

li:hover ul ul  {
	left: -9999px;
}

li:hover {
	position: static;
}


/* Inner
------------------------------------------------------------ */

#global-content {
	background: #fff;
	clear: both;
	overflow: hidden;
	margin:0px;
	padding-bottom:45px;
}

#global-content .center {
	background: url(images/inner-wrap.png) center repeat-y;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	margin-top:-5px;
}

#titre-page {
	float: left;
	padding: 30px 0 0;
	width: 600px;
}

.btn-titre {
	float: left;
	padding: 29px 0 0;
	text-align: right;
	width: 350px;
}


/* Content
------------------------------------------------------------ */

#content-accueil {
	padding:0 auto;
	width:100%;
}
#content {
	float: left;
	padding: 20px 0;
	width:640px;
}

#listaccueil li {
	background: url(images/circle.gif) center left no-repeat;
	border-bottom: 1px dotted #444;

	list-style-type: none;
	margin: 0;
	padding: 8px 0 8px 17px;
}

.contenu a,
.contenu a:visited {
	text-decoration: underline;
}

.contenu a:hover {
	text-decoration: none;
}

.contenu p
{
	padding: 0 0 15px;
}

.note {
	background: #f5f5f5;
	margin: 0 0 15px;
	padding: 5px 10px 5px 10px;
}


code {
	background: #f5f5f5;
	font-family: Verdana, Arial, Tahoma !important;
	font-size: 12px;
	overflow: auto;
}

pre {
	background: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 10px 20px 10px;
	overflow: auto;
	padding: 10px;
}

.clear {
	clear: both;
}


/* Headlines
------------------------------------------------------------ */
h3{
	text-align:center;
	padding:10px 0 20px 0;
}
h4,
h5 {
	color: #333;
	font-family: 'Oswald', arial, serif;
	padding:20px 10px 10px 10px;
	border-bottom: 3px solid #ddd;
}

h1,
h2 {
	color: #333;
	font-family: 'Oswald', arial, serif;
	font-size: 30px;
	line-height: 36px;
/*	margin: 15px 0 35px;*/
	margin: 0px 0 15px;

}

#titre-page {
	color: #333;
	font-size: 30px;
	line-height: 22px;
	text-transform: uppercase;
}

#bloc-footer h2,
#bloc-footer h2 a {
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

#contenu-accueil h2,
#contenu-accueil h2 a {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 7px;
}

h3{
	font-size: 20px;
	margin: 0 0 5px;
	color: #333;
/*	background-color:Green;*/
}

h4, h4 a {
	font-size: 24px;
	margin: 0 0 15px;
	color: #333;
}

#bloc-3-moteurs h4 {
	padding: 35px 0 0;
	text-transform: uppercase;
}

#contenu-accueil h4 {
	text-transform: uppercase;
}

.contenu h4 a {
	color: #333;
	text-decoration: none;
}


#bloc-footer h4 {
	border-bottom: 1px dotted #444;
	color: #fff;
	margin: 0;
	padding: 0 0 10px;
}

#bloc-footer h4 a,
#bloc-footer h4 a:visited {
	color: #fff;
}

h5 {
	color: #999;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 40px;
	text-align: center;
	text-transform: uppercase;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.contenu ol,
.contenu ul {
	margin: 0;
	padding: 0 0 20px;
}

.contenu ol li {
	margin: 0 0 10px 25px;
	padding: 0;
}

.contenu ul li {
	list-style-type: square;
	margin: 0 0 0 25px;
	padding: 0;
}

.contenu .page ol li {
	margin: 0 0 0 25px;
}

.contenu .page ul li {
	list-style-type: square;
}





/* Home Reasons
------------------------------------------------------------ */

#bloc-3-moteurs {
	border-top: 1px solid #ddd;
	overflow: hidden;
}

#bloc-3-moteurs .content {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	width: 960px;
}

#bloc-3-moteurs p {
	color: #666;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 20px;
	text-align: center;
}

.accueil-bloc-google,
.accueil-bloc-yahoo,
.accueil-bloc-bing {
	float: left;
	width: 290px;
}

.accueil-bloc-google {
	margin: 0 45px 0 0;
	padding: 25px 0 0;
}

.accueil-bloc-yahoo {
	margin: 0 45px 0 0;
	padding: 25px 0 0;
}

.accueil-bloc-bing {
	float: right;
	margin: 0;
	padding: 25px 0 0;
}


/* Home Bottom
------------------------------------------------------------ */

#contenu-accueil {
	border-top: 1px solid #ddd;
	overflow: hidden;
	padding: 0 0 10px;
}

#contenu-accueil .content {
	margin: 0 auto;
	padding: 30px 0 0;
	width: 960px;
}

.bloc-references-accueil {
	float: right;
	width: 460px;
}

.bloc-references-accueil .block {
	background: #eee;
	border: 5px solid #fff;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 20px 10px;
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
}

#contenu-accueil .block p {
	padding: 0;
}


/* Features
------------------------------------------------------------ */

.features-1, .features-2, .features-3 {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding: 20px 0 5px 95px;
}

.features-1 {
	background: url(images/features-1.png) top left no-repeat;
}

.features-2 {
	background: url(images/features-2.png) top left no-repeat;
}

.features-3 {
	background: url(images/features-3.png) top left no-repeat;
}


/* References
------------------------------------------------------------ */

.references {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 15px;
	padding: 0 0 15px;
	height:300px;
}

/* Mini Bar
------------------------------------------------------------ */

#mini-bar {
	background: #f5f5f5;;
	border-top: 5px solid #ddd;
	clear: both;
}

.accueil #mini-bar {
	border-top: none;
}

#mini-bar .text {
	margin: 0 auto;
	padding: 20px 0 22px;
	text-align: center;
	width: 960px;
}

#mini-bar p {
	font-family: 'Oswald', arial, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}


/* Images
------------------------------------------------------------ */

img.alignleft {
	border: 5px solid #fff;
	display: inline;
	float: left;
	margin: 15px 0 0 0;
}

#bloc-3-moteurs img.alignleft {
	border: none;
	margin: 0 10px 0 0;
}

.references img {
	float: left;
	margin: 10px 20px 0 0;
}



/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 20px 20px 0;
	width: 250px;
}

.sidebar .widget {
	border-bottom: 3px solid #ddd;
	margin: 0 0 2px;
	padding: 20px 0;
}

.widget-area ul li {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px;
	padding: 0 0 5px;
	list-style-type: none;
}

#sidebar a 
{
		font-size: 12px;
		color:Black;
}

/* Contenu Accueil
------------------------------------------------------------ */

.contenu-accueil {
	clear: both;
	margin: 0 0 20px;
	overflow: hidden;
	float: left;
	width: 460px;}




/* Buttons
------------------------------------------------------------ */

a.button-blue,
a.button-blue:visited,
a.button-blue-short,
a.button-blue-short:visited,
a.btn-connect,
a.btn-connect:visited,
a.btn-vert,
a.btn-vert:visited,
.login-valider,
#submit {
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', arial, serif !important;
	font-size: 14px;
	padding: 7px 12px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
}

a.button-blue-short,
a.button-blue-short:visited,
.login-valider,
#submit {
	font-size: 12px;
	font-style: normal;
	padding: 5px 10px !important;
}

a.button-blue,
a.button-blue:visited,
a.button-blue-short,
a.button-blue-short:visited,
.login-valider,
#submit {
	background: url(images/repeat.png) 0 -807px;
	border: 1px solid #a80b00;
	text-shadow: #a80b00 1px 1px;
}

a.button-blue,
a.button-blue:visited {
	margin: 0 10px 0 0;
}

a.underline,
a.underline:visited {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

a.btn-connect,
a.btn-connect:visited {
	background: url(images/repeat.png) 0 -1037px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 12px;
	font-style: normal;
	margin: 0 0 0 5px;
	padding: 5px 10px !important;
	text-decoration: none !important;
	text-shadow: #fff 1px 1px;
	-moz-box-shadow: 0 1px 1px #ddd;
	-webkit-box-shadow: 0 1px 1px #ddd;
}

a.btn-connect:hover {
	background: url(images/repeat.png) 0 -1067px;
	text-decoration: none;
}

a.button-blue:hover,
a.button-blue-short:hover,
.login-valider:hover,
#submit:hover {
	background: url(images/repeat.png) 0 -842px;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

a.btn-vert,
a.btn-vert:visited {
	background: url(images/repeat.png) 0 -947px;
	border: 1px solid #800a02;
	font-size: 16px;
	padding: 10px 17px;
	text-shadow: #599f00 1px 1px;
}

a.btn-vert:hover {
	background: url(images/repeat.png) 0 -992px;
	text-decoration: none;
}

.s {
	background: #111;
	border: 1px solid #222;
	border-radius: 5px;
	color: #666;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 0 5px 0 0; 
	padding: 7px 10px; 
	width: 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar .s {
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 2px 0 0;
	width: 150px;
}

/* Bloc Devis gratuit page d'accueil
------------------------------------------------------------ */
#bloc-footer {
	background: #111 url(images/repeat.png) 0 -44px;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #999;
	font-size: 12px;
	overflow: hidden;
/*	background-color:#111;*/
}

#bloc-footer .center {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 960px;
}

#bloc-footer a,
#bloc-footer a:visited {
	color: #fff;
}

#bloc-footer ul li {
	background: url(images/list.png) center left no-repeat;
	border-bottom: 1px dotted #444;
	font-family: 'Oswald', arial, serif;
	list-style-type: none;
	margin: 0;
	padding: 8px 0 8px 17px;
}

.footer-col {
	float: left;
	padding: 0 30px 0 0;
	width: 290px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	border-top: 5px solid #ddd;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}

#footer .center {
	margin: 0 auto;
	width: 960px;
}

#footer p {
	color: #666;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #a80b00;
}

.ImprimEcran {
	border: 1px solid #000;
	padding:8px;
	margin:10px;
}
.CertifGoogle{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	border:#999 1px solid;
	padding:8px;
}
ol li {
	font-weight:bold;
}
#faq li {
	font-weight:bold;
	margin-top:20px;
	list-style-type:circle;
}
.references h4 a {
	text-decoration:none;
	color: #444;
}
.devis-gratuit {
	line-height:50px;
	text-align:center;
}
#sidebar p{
	clear:both;
}

