#outerwrapper {
	margin: 0px auto;
	width: 980px;
	background-color: #FFFFFF;
}
#header ,#content ,#footer {
	width: 980px;
}
body {
	font-family: "Trebuchet MS";
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/body2.png);
}
#header {
	border-top: 20px solid;
	position: relative;
	height: 100px;
	background: #3B60A9 url(../images/aikikempo.gif) no-repeat 0px 0px;
	border-bottom: 1px solid #666666;
	border-right: 2px solid #666666;
}
/*Navigation Horizontal navbar */
#navbar {
	position: absolute;
	bottom: -29px;
	left: 165px;
	width: 820px;
	font: bolder 0.8em Arial, Helvetica, sans-serif;
}
#navbar ul {
	list-style-type: none;
	margin-left: 0px;
}
#navbar li {
	float: left;
	white-space: nowrap;
}
#navbar a {
	background: url(../images/nav_active.gif) no-repeat;
	width: 155px;
	text-align: center;
	height: 25px;
	display: block;
	padding-top: 5px;
	margin-bottom: -2px;
} 
#navbar a:link, #navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	color: #3b60a9;
	text-decoration: none;
	background: url(../images/nav_hover.gif) no-repeat;
}
/*mise en valeur du li */
#sellink a:link, #sellink a:visited, #sellink a:hover, #sellink a:active {
	color: #3b60a9;
	text-decoration: none;
	background: url(../images/nav_hover.gif) no-repeat;
}
/* footer */
#footer {
	width: 980px;
}

#footertext {
	width: 100%;
	height: 32px;
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#bottomBorder {
	width: 100%;
	height: 28px;
	background-color: #3B60A9;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #3B60A9;
}


#content {
	font-size: 0.8em;
	padding-top: 30px;
	overflow: auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#contentfeature {
	text-align: right;
	width: 100%;
	padding-top: 20px;
}
/*Navigation gauche*/
#navColumn {
	width: 150px;
	float: left;
	padding-left: 10px;
	line-height: 150%;
	padding-top: 30px;
}
#navColumn .currentLink {
	color: #609DC9;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin-left: -10px;
	padding-left: 10px;
}
#navColumn a:link, #navColumn a:visited {
	color: #000000;
	text-decoration: none;
}
#navColumn .currentLink a:link, #navColumn .currentLink a:visited {
	color: #3C60A7;
}
#navColumn a:hover, #navColumn a:active {
	color: #3C60A7;
	text-decoration: underline;
}
#navColumn a {
	display: block;
}
#navcolumn h2 {
	font-size: 1.4px;
	font-weight: bold;
}

/*#navColumn {
	font-size: 1em;
	line-height: 150%;
	float: left;
	width: 140px;
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 20px;
}
#navColumn li {
	white-space: nowrap;
	margin-bottom: 10px;
}
#navColumn ul {
	list-style: none;
}

#navColumn a:link, #navColumn a:visited {
	color: #000000;
	text-decoration: none;
}
#navColumn a:hover, #navColumn a:active {
	color: #3B60A9;
	text-decoration: none;
}


/* Mise en valeur du li */
#currentlink a:link, #currentlink a:visited, #currentlink a:hover, #currentlink a:active {
	color: #3B60A9;
	text-decoration: none;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 3px 0px;
}

/* type content */

.section {
	color: #666666;
}
#content h1 {
	font-size: 2.25em;
	font-style: italic;
	color: #3B60A9;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 1.4em;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}


#contentColumn {
	color: #000000;
	float: left;
	width: 590px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #999999;
	text-align: justify;
}
#content1 {
	width: 550px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.para1 {
	margin-top: 1px;
}
/*--  vignette gauche. --*/

.iconleft {
	background-color:   #fff;
	font-weight:        normal;
	border: 5px solid #999999;
	margin-right: 8px;
	text-align: left;
	float: left;
	padding: 0px;
	margin-bottom: 1px;
	margin-top: 3px;
}


/*--  vignette gauche no border. --*/

.iconleftno {
  background-color:   #FFFFFF;
  font-weight:        normal;
	border: 5px solid #ffffff;
	margin-right: 8px;
	text-align: left;
	float: left;
	padding: 0px;
	margin-bottom: 1px;
	margin-top: 3px;
}

/*--  vignette droite. --*/

.iconright {
	background-color:   #fff;
	font-weight:        normal;
	border: 5px solid #999999;
	text-align: left;
	float: right;
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 8px;
}

/*--  vignette droite no border. --*/

.iconrightno {
  background-color:   #fff;
  font-weight:        normal;
	border: 5px solid #ffffff;
	text-align: left;
	float: right;
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 8px;
}

/*.currentLink {
	color: #3B60A9;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: -10px;
	padding-left: 10px;
}
*/
#localisation {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* insertion images */
#picright {
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#picleft {

	float: left;
	padding-right: 10px;
}

/*panneau bas */
#conteneurfeature {
	float: left;
	width: 100%;
	border-left: 1px solid #CCCCCC;
}

/* box news */

#rightColumn {
	font-size: 0.8em;
	color: #666666;
	float: right;
	width: 200px;
	padding-top: 60px;
	padding-right: 5px;
}
.box {
	width: 201px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/border_center.png);
	background-repeat: repeat-y;
}
.box h2 {
	background: url(../images/border_top.png) no-repeat left top;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 5em;
}
.box h3 {
	font-size: 1.5em;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}
.box p {
	font-size: 1.3em;
	color: #333333;
	padding-right: 20px;
	padding-left: 10px;
	
}
.box .last{
	background: url(../images/border_bottom.png) no-repeat left bottom;
	padding-top: 25px;
	}
	
/* panneaux news letter */	
#navColumnletter {

	font-size: 1em;
	line-height: 150%;
	float: left;
	width: 140px;
	padding-top: 200px;
	padding-left: 0px;
}
#picheader {
	padding: 10px;
	float: right;
}
.weblog {
	padding-bottom: 5px;
	border-bottom: 1px dotted #b4bca8;
	color: #696d60;
	font: 1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
a:hover {

	color: #000000;
	text-decoration: underline;
}
a:active {

	color: #3C60A7;
	text-decoration: underline;
}
a:link{
	color: #3B60A9;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
#cahiertec {
	font-size: 1.5em;
	color: #666666;
	border-bottom: 1px dotted #333333;
}
#contentColumntec {

	color: #000000;
	float: left;
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #999999;
	text-align: justify;
}

#overlay{background-color:#000000;position:absolute;height:1080px;width:100%;z-index:1000}