@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img {
    border: none;
}
img.bordure {
    border: 1px solid black;
}
td.bordureDroiteBas {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
td.bordureBas {
    border-bottom: 1px solid black;
}
.coinsArrondis {
	/*-moz-border-radius: 10px 0;*/
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}

#container  {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#pagecap {
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 1000px;
	margin-bottom: 10px;
}

#shadowwrap {
	/*background-image: url(../images/page-shadow.html);*/
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#intro {
	height: 0px;
	/*height: 235px;*/
	width: 1000px;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#contentwrap {
	background-color: #FFFFFF;
}

#header  {
	height: 70px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
} 
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	font-weight: normal;
}


#logo {
	/*background-image: url(../images/scriptolab.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	width: 960px;
	height: 60px;
	padding-top: 10px;
	/*text-align: right;*/
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
#logo a {
	color: #CCCCCC;
	text-decoration: none;
}
#logo a:hover {
	color: #FFFFFF;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
}
#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar1 p {
	margin-right: 10px;
	margin-left: 15px;
	font-size: 11px;
}

#sidebar1 .sidebarlt {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #EAEAEA;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebarlt p {
	margin: 0px;
	padding: 0px;
}

#sidebar1 .sidebardk {
	background-color: #F2F2F2;
	padding: 7px;
	border: 1px solid #E5E5E5;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebardk p {
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 200px;
	margin-bottom: 40px;
	}
	
#menu li a {
	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #999999;
	display: block;
	padding: 8px 0 0 25px;
	background-image: url(../images/menu.gif);
	font-weight: bold;
	}
	
#menu li a:hover {
	color: #333333;
	padding: 8px 0 0 25px;
	background-image: url(../images/menu.gif);
	background-position: 0 -32px;
	}
#mainContent  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#mainContent a {
	font-weight: bold;
	color: #666666;
}
#mainContent a:hover {
	color: #FF6600;
}

#mainContent  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	margin: 0px;
	font-weight: normal;
}
#mainContent  h2  {
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-left: 10px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: bold;
}
#mainContent p {
	line-height: 18px;
}
#mainContent li {
	margin-bottom: 5px;
	line-height: 18px;
}
#mainContent blockquote {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.cssform {
	margin-top: 30px;
	margin-bottom: 30px;
}

.cssform p{
	width: 360px;
	line-height: normal;
	clear: left;
	padding-left: 155px;
	height: 1%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#footer {
	background-color: #DDDDDD;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: left;
	clear: both;
	float: left;
	width: 1000px;
} 
#footer p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #333333;
}
#about {
	font-size: 9px;
	text-align: center;
	color: #CCCCCC;
	float: left;
	width: 800px;
}
#about a {
	color: #CCCCCC;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.txtRouge {
	color: red;
}

.txtVertBold {
	color: green;
	font-weight: bold;
}
table.border1pxsolid999999 td {
	border: 1px solid #999999;
}

.bouton {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;*/
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background-color:#ff9900;
	-webkit-border-top-left-radius:18px;
	/*-moz-border-radius-topleft:18px; obsolète*/
	border-top-left-radius:18px;
	-webkit-border-top-right-radius:18px;
	/*-moz-border-radius-topright:18px;*/
	border-top-right-radius:18px;
	-webkit-border-bottom-right-radius:18px;
	/*-moz-border-radius-bottomright:18px;*/
	border-bottom-right-radius:18px;
	-webkit-border-bottom-left-radius:18px;
	/*-moz-border-radius-bottomleft:18px;*/
	border-bottom-left-radius:18px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:38px;
	line-height:38px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.bouton:hover {
	background-color:#fb9e25;
	cursor: pointer;
}
.bouton:active {
	position:relative;
	top:1px;
}
input.dateNaissance {
  width: 86px;
  padding: 10px 2px 10px 2px;
  border: none;
  border-radius: 4px;
}

select.dateNaissance {
  width: 86px;
  padding: 10px 2px 10px 2px;
  border: none;
  border-radius: 4px;
}

table.pixelart {
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	font-size: 0px;
}
td.borderRightWhite {
	border-right: 1px solid white;
	font-weight: bold;
}
tr.trBgWhite {
	background-color: white;
}