/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * BWS v2
 * Positionnement des cadres du site BWS v2, 
 * par Julien CADET, Eri-k-web
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/***********************************************************************/
/* AUTRES															   */	
/***********************************************************************/
.clearBoth {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.nostyle {
	border: none;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

/***********************************************************************/
/* TITRES															   */	
/***********************************************************************/
h1 {
	margin: 0;
	font-size: 1.6em;
	letter-spacing: 0;
	color: #fa5617;
}
h2 {
	margin: 0;
	font-size: 1.2em;
}
/***********************************************************************/
/* LIENS															   */	
/***********************************************************************/
a {
	color: #000;
	text-decoration: none;
}
a.btn_action {
	padding: 2px 5px 1px 5px;
	border: solid 1px #ca5116;
	background-color: #fa5617;
	font-weight: bold;
	font-size: .9em;
}
a:hover {
	color: #BDBDBD;
}
a img {
	border: none;
}
h1 a {
	color: #fa5617;
}

.multipage {
	text-align: center;
}
.multipage a.current {
	font-weight: bold;
	font-size: 1.2em;
}
.multipage span {
	display: block;
	float: right;
	font-size: .8em;
}
/***********************************************************************/
/* IFRAME															   */	
/***********************************************************************/
#iframe_news {
	border: none;
	width: 195px;
	height: 300px;
}
#iframe_news_complete {
	margin: 2em auto;
	border: none;
	width: 100%;
	height: 1400px;
}
#iframe_agenda {
	border: none;
	width: 195px;
	height: 300px;
}
#iframe_agenda_splash {
	margin: 2em auto;
	border: none;
	width: 100%;
	height: 500px;
}
#iframe_agenda_splash2 {
	margin: 2em auto;
	border: none;
	width: 100%;
	height: 800px;
}
#iframe_video {
	border: none;
	width: 195px;
	height: 965px;
}


/***********************************************************************/
/* CADRES															   */	
/***********************************************************************/
div.index_ecoles {
	padding: 10px;
	border: solid 1px #fa5617;
	background-color: #fee6dc;
	text-align: center;
}
div.index_ecoles table {
	margin: 0 auto;
	display: block;
	text-align: left;
}
div.index_ecoles table td {
	width: 50%;
}
/***********************************************************************/
/* TABLES															   */	
/***********************************************************************/
td {
	vertical-align: top;
}
td.img {
	text-align: center;
	vertical-align: middle;
}
/***********************************************************************/
/* TRAINING															   */	
/***********************************************************************/
.school_title {
	display: block; 
	margin: 1em 0 0 0; 
	font-weight: bold; 
	border-bottom: solid 1px #000;
}
.school_adress {
	 margin: 5px 0 0 20px; 
	 float: left; 
	 width: 170px;
}
.school_hours {
	margin: 5px 0 0 0;
	float: right;
}
.school_hours span {
	font-weight: bold;
	color: red;
}
/***********************************************************************/
/* STUDENTS															   */	
/***********************************************************************/
table.liste_image {
	margin: 1em auto 0 auto;
	width: 100%;
	text-align: center;
}
.liste_image a img {
	border: solid 1px #BDBDBD;
}
.liste_image a:hover img {
	border: solid 1px #000;
}

/***********************************************************************/
/* CONTACT															   */	
/***********************************************************************/
#formulaire_contact label {
	display: block;
	font-weight: bold;
	font-size: .8em;
}
#formulaire_contact_error {
	display: none;
	padding: 10px;
	border: solid 1px #fa5617;
	background-color: #fee6dc;
	text-align: center;
}

/***********************************************************************/
/* NEWS															  	 	*/	
/***********************************************************************/
.news h2 {
	margin: 0;
	font-size: 1em;
	padding: 5px;
	border: solid 1px #bdbdbd;
	background-color: #fee6dc;
	color: #fa5617;
}
.news h2 a {
	color: #fa5617;
}
.news p {
	width: 95%;
}

.news_resume ul, .events_resume ul {
	margin: 0;
	padding: 0;
}
.news_resume li, .events_resume li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 5px;
	border: solid 1px #bdbdbd;
}
.news_resume li:hover, .events_resume li:hover {
	background-color: #ececec;
}
.news_resume a, .events_resume a {
	color: #000;
	text-decoration: none;
}
.news_resume a:hover, .events_resume a:hover {
	color: #fa5617;
}
/***********************************************************************/
/* AGENDA					  								  	 	   */	
/***********************************************************************/
table {
	width: 100%;	
}
.center {
	text-align: center;
}

.btn_reserver {
	display: block;
	margin: 1em 0 0 0;
	font-size: .85em;
	font-weight: bold;
	color: #fa5617;
}
