/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------
	Modified and extended by Barti Bartman for the Sports-Template

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	text-align: left;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin: 20px 0px 20px 0px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
	position: relative;
	float: right;
	padding: 0;
	width: 780px;
	margin: 20px 20px 0px 20px;
}

#content_container {
	clear: both;
	overflow: hidden;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	width: 780px;
}
#tablCont {
	width: 780px;
	border-collapse:collapse;
	border:none;
}
#tablCont .cellule {
	text-align: justify;
	padding:15px;
}


#left_column_container {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	width: 180px;
	
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 1005px;
	height: 276px;
	top: 0;
	left: 5px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 1005px;
	height: 276px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	z-index: 2;
	width: 215px;
	height: 60px;
	position: relative;
	top: 35px;
	left: 5px;
	background-image: url(../resources/_wsb_logo.JPG);
}
	

/*--- photo -----------------------------------------------------------------*/

#photo {
	z-index: 2;
	width: 250px;
	height: 166px;
	position: relative;
	top: 35px;
	left: 500px;
	background-image: url(../resources/_img1.GIF);
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: relative;
	z-index: 2;
	top: -10px;
	left: 235px;
	width: 490px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	
	position: relative;
	top: 0;
	left: 5px;
	float: left;
	width: 1005px;
	height: 28px;
	padding: 0;
	margin: 0px 0 0 0;
	/*overflow: hidden;*/
}

#main_nav_list {
	float: left;
	position: relative;
	margin: 0;
	padding: 0px;
	top: 0;
	left: 0px;
	list-style-type: none;
}

#main_nav_list li {
	height: 28px;
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	background: transparent;
	margin: 0;
	padding: 2px 24px 0px 24px;
	display: block;
	float: left;
	height: 28px;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 28px;
}

html>body #main_nav_list a {
	height: 28px;
}

#main_nav_list a.main_nav_item:hover {
	background: transparent;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	clear: both;
	margin: 0;
	padding: 0;
	min-height:400px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	text-align: left;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	width: 160px;
	padding: 0 0 0 20px;
	display: block;
}

/*--- content --------------------------------------------------------------*/

#content_container table {
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 1010px;
	height: 65px;
	clear: both;
}

#footer_text {
	padding: 11px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	line-height: 1.3;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

/*---------------------Mise en page Contenus à trois colonnes----------------*/

#contenu {
width:780px;
margin-top:20px;
}
#contenu .colonne { /*Caracteristiques communes à la colonne 1 et 2*/
width:236px;
margin-left:10px;
float:left;
text-align:justify;
padding:5px;
}

#colonne3 {
float:left;
width:250px;
padding-top:5px;
}
#contenu #colonne3 img { /*Position de l'image*/
margin:0 auto 0;
}
#contenu #colonne3 #text_sous_image {
width:236px;
margin:5px auto;
text-align:justify;
}
/*---------------------Contenus à trois colonnes----------------*/
#main_body #container #main_container #sub_container2 #content_container #tablCont tr .cellule .combat {
	color:#4E81B4;
	font-size:1em;
	font-weight:bold;

}
#main_body #container #main_container #sub_container2 #content_container #tablCont tr .cellule div fieldset legend {
	font-weight:bold;
	color:#4C7FB2;
}
#main_body #container #main_container #sub_container2 #content_container #tablCont tr .cellule div fieldset {
	color:#4C7FB2;
	border-style:solid;
}

