/* @override http://www.ecc-focus.fr/style.css */

/*ECC*/

/* @group remise à 0 */

/* @group */
/* remise à zéro http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end remise à zéro */

/* @group Général */

body {
	background-color: #003366;
		font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	color: #484848;
}
.clearboth{
	clear: both;
}
.adroite{
	float: right;
	margin-left: 20px;
}
.aguauche{
	float: left;
	margin-right: 20px;
}
p{
	color: #343434;
	font-size: 14px;
	margin-top: 10px;
	list-style-type: disc;
	text-align: justify;
	line-height: 15px;
}
p a{
	color: #414141;
	text-decoration: underline;
}
p a:hover{
	color: #3267b7;
	text-decoration: underline;
}
.envaleur{
	padding: 10px;
	margin: 10px;
	background-color: silver;
	border: 1px solid gray;
}
#droite ul{
	margin: 10px 10px 10px 40px;
}
#droite li{
	list-style-image: url(images/puce.gif);
	font-size: 14px;
}
/* @group entêtes */

h1{
	margin-top: 10px;
	color : #0063aa;
	font-size: 22px;
	border: 1px solid #7f7f7f;
	background: silver url(images/h1-puce.png) no-repeat 5px 50%;
	padding: 10px 10px 10px 30px;
}
h2{
	color: #0063aa;
	font-size: 20px;
	padding-left: 25px;
}
h3{
	color: #3267b7;
}
h4{
	
}
h5{
	
}
h6{
	
}

/* @end */
/* @end */

/* @group content */
#content{
	margin: 0 auto;
	width: 970px;
	border: 10px solid #174d99;
	background-color: white;
}
#droite{
	float: right;
	width: 700px;
	padding-right: 10px;
}
#droitegrand{
	padding-right: 10px;
	padding-left: 10px;
}

#intro{
	background-color: #3369bb;
	color: white;
	border: 1px solid #285496;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
}
#intro a{
	color: white;
}
#intro a:hover{
	color: silver;
}

/* @group guauche
 */

#guauche{
	float: left;
	width: 260px;
	background-color: white;
	paddi	ng-bottom: 10px;
}
#blocguauche{
	width: 230px;
	background-color: #474747;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	line-height: 28px;
	margin-right: 10px;
}
.contenuguauche{
	width: 435px;
	float: left;
}

.contenuguauche ul{
	
	
}
.contenuguauche li{
	margin-left: 40px;
	list-style-type: circle;
	font-size: 14px;
	list-style-image: url(images/puce.gif);
}


.contenuguauchegrand{
	float: left;
	margin-top: 10px;
}

#blocguauche h3{
	color: #bababa;
	font-size: 26px;
	padding-top: 10px;
	padding-bottom: 25px;
}
#blocguauche li{
color: #fff;
	font-size: 20px;
	border-style: none;
	border-bottom: 1px solid #036;
	padding-bottom: 5px;
	margin-right: 20px;
	border-color: #6d6d6d;
}

#blocguauche ul a{
	color: #fff;
	line-height: 20px;
	text-decoration: none;
}

#blocguauche ul a:hover{
	color: #bababa;
}

/* @end */
.grandbloc{
	float: right;
	width: 238px;
	border: 2px solid #174d99;
	margin-top: 10px;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 300px;
}
.grandbloc a{
	color: #0063aa;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.grandbloc a:hover{
	color: #6387aa;
}


.bloc{
	float: right;
	width: 238px;
	border: 2px solid #174d99;
	margin-top: 10px;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 225px;
}
.bloc a{
	color: #0063aa;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.bloc a:hover{
	color: #6387aa;
}
.hautbloc{
	width: 220px;
min-height : 35px;
	background: url(images/bg_haut-bloc.png) no-repeat;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 5px;
}

.contenunormal h3{
	color: #3369bb;
	font-weight: bold;
	font-size: 18px;
	margin: 10px;
}
.contenunormal ul{
	margin: 10px 10px 10px 40px;
}
.contenunormal li{
	list-style-image: url(images/puce.gif);
	font-size: 14px;
}

	
	
.ref{
	border: 1px solid #3369bb;
	padding: 10px;
	margin-top: 10px;
}
.ref h2{
}
#service1{
	width: 320px;
	float: left;
	margin-top: 10px;
	border: 1px solid #84a4bb;
	padding: 10px;
	background-color: #e8e8e8;
}
#service2{
	width: 320px;
	float: right;
	margin-top: 10px;
	border: 1px solid #84a4bb;
	padding: 10px;
	background-color: #d6fcfe;
}
#service3{
	width: 320px;
	float: left;
	margin-top: 15px;
	border: 1px solid #84a4bb;
	padding: 10px;
	background-color: #fdddc4;
}
#service4{
	width: 320px;
	float: right;
	margin-top: 15px;
	border: 1px solid #84a4bb;
	padding: 10px;
	background-color: #f0feca;
}


/* @end */

/* @group header */

#header{
	background-color: white;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group options */

/* @group scrollPane */


a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 244px;
	height: 140px;
	overflow: auto;
	float: left;
}


.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	height: 160px;
}
#pane1 p{
	width: 220px;
}
#pane2 {
	height: 180px;
}
#pane2 p{
	width: 220px;
}

#pane3 {
	height: 190px;
}
#pane3 p{
	width: 220px;
}
#pane4 {
	height: 190px;
}
#pane4 p{
	width: 220px;
}
#pane5 {
	height: 250px;
}
#pane5 p{
	width: 220px;
}

/* @end */



/* @end */

/* @group Footer */

#footer{
	padding-bottom: 10px;
	background: white url(images/footer.jpg) no-repeat;
	width: 970px;
	height: 148px;
	padding-top: 10px;
	font-size: 12px;
	position: relative;
}
#footer a{
	color: #3369bb;
}

#footerdroitcontent{
	padding-top: 140px;
}
#footerdroit{
	width: 250px;
	float: right;
	padding-right: 10px;
	text-align: right;
}
#footerguauche{
	float: left;
	width: 500px;
	padding-left: 10px;
}


/* @end */


