/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
/*font:76% Verdana,Tahoma,Arial,sans-serif; */
background:#f4f4f4 url(images/bg.gif) top center repeat-y;
color:#303030;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:760px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
/*color:#286ea0;*/
color: #6C1969;
background-color:inherit;
}

a:hover {
text-decoration: none;
/*color:#286ea0;  bleu*/
/*color: #6C1969; violet*/
color: #E95110;
background-color:inherit;
}

a img {
border:0;
}

/***** Header *****/
#header {
padding-bottom:20px;
/*height:45px;*/
/*width:100%;*/
/*background-image:url("images/coquille2-760.jpg");
background-position:center right; 
background-repeat:no-repeat;*/
}

#header h1 {
/*color:#505050;*/
color:#E95110;
/*background-color:inherit;*/
/*width:60%;*/
/*width:900px;*/
text-align:center;
font-variant: small-caps;
margin:20px 0 0 0;
padding:20px 0 0 0;
font-size:2.5em;
/*float:left;*/
}

#header h2 {
text-align:center;
font-size:1.8em;
}


#header h1 a{
color:#505050;
/*background-color:inherit;*/
/*text-decoration:none;*/
}

#header p {
/*width:500px;*/
width:90%;
/*float:right;*/
text-align:right;
color:#505050;
/*margin:8px 0 0;*/
padding-bottom:10px;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
/*background-color:inherit;*/
}

#frontphoto {
margin:0 0 10px;
border:0;
}

/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:140px;
/*width:25%;*/
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}


#leftside div.links {
  clear:left;
  padding-top:3em;
}

/***** Main menu *****/

.menu ul {
/*width:140px;*/
margin:0 0 18px;
padding:0;
list-style:none;
}

.menu ul li  {
width:130px;
padding:5px 1px 5px 5px;
line-height:1.4em;
/*margin:0 0 18px;*/
color:#505050;
background-color:#f4f4f4;
font-weight:bold;
border-left:4px solid #cccccc;
margin-bottom:5px;
/*float: left;*/
}

.menu ul a {
display: block;
width: 100px;
}

.webgen-menu ul ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}


/***** Right sidebar *****/
#extras {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

#extras p,#extras ul {
font-size:0.9em;
margin:0 0 16px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 10px;
padding:0;
}

/***** Main content *****/
#content {
margin:0 5px 5px 150px;
border-left:1px solid #e0e0e0;
text-align: justify;
/*border-right:1px solid #e0e0e0; */
padding:0 10px;
line-height:1.6em;
}

#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.6em;
}

#content h2,#contentwide h2 {
font-size:1.6em;
margin:0 0 10px;
}

#content h3,#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}

#content p {
  margin-top: 0;
  }

#content img,#contentwide img {
padding:1px;
margin: 0 0 4px 4px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

#content table {
  clear:both;
  width:480px;
  padding-bottom: 40px;
  }


/***** Logos ****/

#logos {
text-align: center;
}

#logos img {
padding:10px;
margin: 0 0 4px 4px;
vertical-align: middle;
display:inline;
color:#303030;
border:0px #ffffff;
background: #ffffff;
}



/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:760px;
/*text-align:center;*/
text-align:right;
color:#808080;
background:#ffffff;
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Forms *******/

fieldset {
	line-height: 2em;
}

fieldset ul {
	list-style: none;
}

fieldset ul li label {
	float:left;
	width:150px;
	text-align: right;
	padding-right: 10px;
}

fieldset ul li input, fieldset ul li select {
	width: 21em;
}


/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

img[alt=IHP-entrance] {
width:400px;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

.textwidth img {
max-width: 600px;
}

.warning {
padding-left: 20px;
padding-right: 20px;
background: #E95110;
}

.warning a {
color: #ffffff;
}

.warning a:hover {
color: #6C1969;
}
ul#participants {
	list-style: none;
}

ul#participants li {
	width: 49%;
	float:left;
}

br {
	clear: left;
}
