*:focus {outline: 0;}

body {
	margin: auto;
	padding: 0px;
	width: 780px;
	font-size: 62.5%;
	font-family: arial, "lucida grande", sans-serif;
	text-align: center;
	background-image: url("../images/background.gif");
	background-position: 0px 142px;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

div {
  text-align: left;
}

p {
	padding: 4px;
	font-size: 1.2em;
	font-family: arial, "lucida grande", sans-serif;
}

table {
	margin: 0px;
	padding: 0px;
}

h1 { 
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	color: #4F4F4F;
	text-transform: uppercase;
}

h4 {
	margin: 0px;
	margin-top: 20px;;
	margin-left: -34px;
	padding-left: 38px;
	font-size: 1.5em;
	color: #82D31F;
	text-transform: uppercase;
	background: url(../images/title-strip.gif) no-repeat left bottom;
}

img {
	border: none;
}

form {	
	margin: 0px;
	padding: 0px;
}


/* SPECIFIC */
.container {
	width: 780px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 10px; 
	padding-top: 10px;
	background-image: url("../images/container-background.gif");
	background-position: top left;
	background-repeat: repeat-y;
	overflow: hidden;
}

.container[class] {
	background-image: url("../images/container-background.png");
	border: 1px solid transparent;
}


.tetiere {
	margin-bottom: 15px;
}

.main {
	margin: 0px;
	margin-right: 20px;
	padding: 10px;
	padding-left: 34px;
	width: 496px;
	float: left;
}

.home {
	padding-left: 130px;
	float: none;
}


ul.homelist {
	width: 400px;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 25px;
	padding: 0px;
	padding-left: 15px;
	list-style: none;
}

ul.homelist li {
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 30px; 
	font-size: 1.3em;
	font-family: arial, "lucida grande", sans-serif;
	color: #052359;
}

ul.homelist li#id1 {background: url("../images/1.gif") top left no-repeat; }
ul.homelist li#id2 {background: url("../images/2.gif") top left no-repeat; }
ul.homelist li#id3 {background: url("../images/3.gif") top left no-repeat; }
ul.homelist li#id4 {background: url("../images/4.gif") top left no-repeat; }
ul.homelist li#id5 {background: url("../images/5.gif") top left no-repeat; }
ul.homelist li#id6 {background: url("../images/6.gif") top left no-repeat; }


.main ul {
	margin: 0px;
	margin-left: 45px; 
	padding: 0px;
}

.main li {
	margin-top: 3px;
	font-size: 1.4em;
	font-family: arial, "lucida grande", sans-serif;
	color: #496090;
}


.main p  {
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	font-size: 1.2em;
	font-family: arial, "lucida grande", sans-serif;
	color: #052359;
}

.main p img {
	margin: 5px;
	padding: 0px;
	float: left;
}


.main a:link, .main a:visited {
/*	color: #FF6A31; /* ORANGE */
	color: #82C71F; /* VERT */
}

.main a:active, .main a:hover {
	color: #052359;
}

a.mailto:link, a.mailto:visited {
	color: #3f3f3f;
}

a.mailto:active, a.mailto:hover {
	color: #82C71F;
}

p.bottom-link {
	width: 496px;
	text-align: right;
	color: #82D31F;
	border-top: 1px solid #E5E5E5;
}

p.bottom-link a:link, p.bottom-link a:visited {
	font-weight: bold;
	color: #82D31F;
	text-decoration: none;
}

p.bottom-link a:active, p.bottom-link a:hover {
	font-weight: bold;
	color: #052359;
	text-decoration: underline;
}

p.chapo {
	font-family: "Times New Roman", serif;
	color: #82D31F;
	font-size: 2.1em;
	margin-left: 45px;
}

div.gallery {
	margin-left: 20px;
	width: 480px;
}

div.image {
	float: left;
	width: 240px;
	margin-bottom: 28px;
}

div.image a {
	font-size: 1.2em;
}

.txt-orange {
	color: #FF6A31;
	font-weight: bold;
}

.txt-bleuclair {
	color: #1A68F5;
}

/* FORM */

.contact-form {
 width: 500px;
 overflow: hidden;
}

.contact-form p {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	float: left;
	clear: both;
	font-size: 1.0em;
}

.contact-form input, .contact-form textarea {
	margin: 4px;
	padding: 2px;
	float: left;
	clear: both;
	font-size: 1.1em;
	font-family: arial, "lucida grande", sans-serif;
	color: #496090;
	border: 1px solid #496090;
}

.contact-form input.name {
	width: 200px;
}

.contact-form input.job {
	width: 200px;
}

.contact-form input.email {
	width: 200px;
}

.contact-form input.company {
	width: 200px;
}

.contact-form textarea.address {
	width: 250px;
	height: 50px;
}

.contact-form textarea.msg {
	width: 350px;
	height: 120px;
}

.contact-form input.button {
	background-color: #496090;
	color: #ffffff;
}

.contact-form input.button:hover {
	background-color: #ffffff;
	color: #496090;
}



/* RIGHBOX */
.rightbox {
	float: left;
	width: 200px;
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 25px;
	background-color: #F3F3F3;
	color: #5C5C5C;
	background-position: top right;
	background-repeat: no-repeat;
	text-align: center;
}

.rightbox p img {
	padding: 0px;
	margin-bottom: 12px;
}

/*.rightbox a:link, .rightbox a:visited {
	margin-left: 100px; 
	font-size: 1.1em;
	font-family: arial, "lucida grande", sans-serif;
	color: #052359;
	text-decoration: none;
}

.rightbox a:hover, .rightbox a:active {
	font-size: 1.1em;
	font-family: arial, "lucida grande", sans-serif;
	color: #052359;
	text-decoration: underline;
}
*/
.default {
	background-image: url("../images/box_title-default.gif");
}

.it-consulting {
	background-image: url("../images/box_title-it_consulting.gif");
}

.products {
	background-image: url("../images/box_title-products.gif");
}

.news {
	background-image: url("../images/box_title-news.gif");
}

/* FOOTER */
.footer {
	position: static;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	width: 780px;
	text-align: center;
	font-size: 1.1em;
	font-family: arial, "lucida grande", sans-serif;
	color: #ADADAD;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/footer-background.gif");
}

.footer[class] {
	background-image: url("../images/footer-background.png");
}

.footer a {
	color: #ADADAD;
	font-family: arial, "lucida grande", sans-serif;
	text-decoration: underline;
}

/* SPECIFIC */
