
* {
	margin:0;
	padding:0;
}

a:link{
  color: #00597e;
  text-decoration: none;
}

a:visited {
  color: #00597e;
  text-decoration: none;
}

a:hover {
  color: #11adee;
}

a:active {
  color: #11adee;
}

a img {
	border: 0;
}

h1, h2, h3{
	font-weight: bold;
}

h1 {
	font-size: 16pt;
	color: #005f87;
	margin-bottom: 10px;
}

h2 {
	font-size: 13pt;
	color: #007cb0;
	margin-bottom: 5px;
}

h3 {
	font-size: 10pt;
	color: #0090cc;
}

ul, li {
	margin-left: 10px;
}

#network-shoklan {
	height: 32px;
	color: white;
	background-image: url('../img/shoklan/theme/shoklan-network.jpg');
}

#header{
	height: 200px;
	padding: 0 20px 0 20px;
}

#content{
	background: #fff;
	color: #333;
	padding: 10px;
	overflow: auto;
	padding: 10px 20px 0 20px;
}

#main {
	background: url('../img/shoklan/theme/main-middle.jpg');
	width: 576px;
}

#main-top {
	background: url('../img/shoklan/theme/main-top.jpg');
	width: 576px;
	height: 8px;
}

#main-bottom {
	background: url('../img/shoklan/theme/main-bottom.jpg');
	width: 576px;
	height: 8px;
}

#colonne {
	background: url('../img/shoklan/theme/colonne-middle.jpg');
	width: 216px;
}

#colonne-top {
	background: url('../img/shoklan/theme/colonne-top.jpg');
	width: 216px;
	height: 8px;
}

#colonne-bottom {
	background: url('../img/shoklan/theme/colonne-bottom.jpg');
	width: 216px;
	height: 8px;
}

.colonne-title {
	background: url('../img/shoklan/theme/colonne-title.jpg');
	width: 200px;
	height: 36px;
	color: #007b80;
	font-family: "Arial Black", Arial;
	font-size: 10pt;
	
}

/* Classes */
.succes, .error {
	background: #eee;
	font-size: 8pt;
	padding: 3px;
	font-weight: bold;
}

.error {
	color: #dd6300;
	border: 2px solid #dd6300;
}

.succes {
	color: #009000;
	border: 2px solid #009000;
}

.decale {
	padding-left: 20px;
}

.shoklan {
	color: #007b80;
	font-weight: bold;
}

.inscription {
	border: 2px solid #007b80;
	padding: 10px;
}

/* Forms */
label, div.radio, div.checkbox {
	display: block;
	margin-top: 5px;
}

div.radio label, div.checkbox label  {
	padding-left: 5px;
	display: inline;
}

div.submit {
	margin: 5px 0 5px 0;
}
