/***********************************************/
/* 21S Ingenierie                              */
/***********************************************/ 

body{
	margin: 0;
	background-color: #ffffff;
	text-align: center; /* pour IE*/
}

#wrapper{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.2;
	padding: 0;
	width: 911px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(/images/ombre-right.gif);
	background-repeat:repeat-y;
	background-position: top right;
	background-attachment:scroll;
}

a, a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #444444;
	text-decoration: underline;
}

/*****         pour coins arrondis         *****/

.bl {background: url(/images/1bl.gif) 0 100% no-repeat #EFECCA;}
.br {background: url(/images/1br.gif) 100% 100% no-repeat}
.tl {background: url(/images/1tl.gif) 0 0 no-repeat}
.tr {background: url(/images/1tr.gif) 100% 0 no-repeat;}
.clear {font-size: 1px; height: 1px}


/***********************************************/ 
/*****               Entete                *****/
/***********************************************/ 

#masthead{
	width: 900px;
	margin: 0 0 10px 0;
	padding: 0;
}

#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}

#masthead #titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #266399;
	margin-top: 2px;
}


#globalNav{
	background-color: #EFECCA;
	color: #A7A37E;
/*	margin-left: 180px; */
}

#globalNav a {
	font-size: 90%;
	margin: 0 20px 0 20px;
	font-weight: bold;
	text-decoration: none;
}

#globalNav a:hover{
	background-color: #A7A37E;
}


/***********************************************/ 
/*****             Bas de page             *****/
/***********************************************/ 

#siteInfo{
	clear: both;
	border-top: 1px solid #A7A37E;
	font-size: 75%;
	color: #A7A37E;
	padding: 10px 10px 10px 10px;
	text-align: right;
	margin: 10px 11px 0px 0px;
}



/***********************************************/ 
/*****           Menu de gauche            *****/
/***********************************************/ 

#navBar{
	width: 150px;
	margin-top: 26px;
	float: left;
}

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	padding: 5px 0 5px 5px;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EFECCA;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#sectionLinks{
	font-size: 90%;
	font-weight: bold;
	padding: 10px;
	position: relative;
}

#sectionLinks a {
	border-top: 1px solid #A7A37E;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #A7A37E;
}


/***********************************************/ 
/*****           Menu de droite            *****/
/***********************************************/ 

#headlines{
	width: 150px;
	float: right;
	border-left: 1px solid #A7A37E;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right:11px;
}

#headlines p{
	padding: 5px 0px 5px 10px;
	font-weight: bold;
	font-size: 80%;
}

#headlines h2 {
	font-size: 140%;
	font-weight: bold;
	color: #006699;
	text-align: center;
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	padding: 2px 0 2px 0;
}


/***********************************************/
/*****              Contenu                *****/
/***********************************************/

#content{
	/*width: 65%;*/
	margin: 0px 161px 40px 150px;
	/*position: inherit;*/
}

#content h3{
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 160%;
	font-weight: bold;
	border-bottom: 2px solid #A7A37E;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #006699;
	letter-spacing: 3px;
}

/************** bleu iroise ***************/

.ir{
 font-weight: normal;
 color: #006699;
}

.ip{
 font-weight: bold;
 color: #006699;
}

/************** presentation ***************/

.avantages{
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}

.avantages h3{
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 160%;
	font-weight: bold;
	border-bottom: 2px solid #A7A37E;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #006699;
	letter-spacing: 3px;
}

.avantages h2{
	padding: 15px 0px 0px 0px;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	margin-left: 5px;
	color: #006699;
	margin-bottom: 0px;
	margin-top: 0px;
}

.avantages p, table{
	text-align: justify;
	font-size: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 140%;
}

.avantages ul{
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(images/puce.gif);
	padding: 0;
}

.avantages li{
	padding-top: 5px;
}

.avantages img{
	float: left;
	padding: 10px 10px 0px 0px;
}

/************** fonctionnalités ************/

.fonctions{
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}

.fonctions h2{
	padding: 15px 0px 0px 0px;
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	margin-left: 5px;
	color: #006699;
	margin-bottom: 0px;
	margin-top: 0px;
}

.fonctions p{
	text-align: left;
	font-size: 90%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 140%;
}

/***************** images ***************/

.images{
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}

.images h2{
	padding: 15px 0px 0px 0px;
	text-align: left;
	font-size: 105%;
	margin-left: 5px;
	color: #006699;
	margin-bottom: 0px;
	margin-top: 0px;
}

.images p{
	text-align: center;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 30px;
	margin-left: 10px;
	line-height: 140%;
}

/***********************************************/
/*****              Highslide              *****/
/***********************************************/

.highslide {
	cursor: url(/highslide-graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide-loading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #266399;
	background-color:#FFFFFF;
	border: solid 1px #266399;
}

	