#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
body {
	margin:auto;
	font-family:arial;
	min-width:990px;
	background: url("bg.png");
} 
.tablehoraire td { padding:5px; color: #ffffff; }
.tablehoraire a { color: lightblue; }
.tablehoraire tr:first-child, .tablehoraire td:first-child {color: black; background:#eee;}
.tablehoraire tr:first-child td{color: black;background:#eee;}
.horaireprofs td { padding:5px; color: #ffffff; }

@media (min-width:1500px) {
	#banniere-text, #menu-links {
		width:1450px;
	}
	#content {
		width:1430px;
	}
}

@media (max-width:1500px) {
	#banniere-text, #menu-links {
		width:1330px;
	}
	#content {
		width:1310px;
	}
}

@media (max-width:1350px) {
	#banniere-text, #menu-links {
		width:1120px;
	}
	#content {
		width:1100px;
	}
}

@media (max-width:1150px) {
	#banniere-text, #menu-links {
		width:960px;
	}
	#content {
		width:940px;
	}
}

#corp {
	 background: rgb(206,206,206); /* Old browsers */
	 background: -moz-radial-gradient(center, ellipse cover,  rgba(206,206,206,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	 background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	 background: -webkit-radial-gradient(center, ellipse cover,  rgba(206,206,206,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	 background: -o-radial-gradient(center, ellipse cover,  rgba(206,206,206,1) 0%,rgba(244,244,244,1) 100%); /* Opera 12+ */
	 background: -ms-radial-gradient(center, ellipse cover,  rgba(206,206,206,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	 background: radial-gradient(ellipse at center,  rgba(206,206,206,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	 background-position:-200px 0;
}

#banniere {
	height:100px;
	position:relative;
	overflow:hidden;
	background: #6C4F91; /* Old browsers */
	background: -moz-linear-gradient(top,  #6C4F91 0%, #4C205C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6C4F91), color-stop(100%,#4C205C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6C4F91 0%,#4C205C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6C4F91 0%,#4C205C 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6C4F91 0%,#4C205C 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6C4F91 0%,#4C205C 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C4F91', endColorstr='#4C205C',GradientType=0 ); /* IE6-9 */
}
#banniere-text {
	height:100px;
	padding:5px;
	margin:0 auto;
}

#banniere-protic{
	width: 500px;
	margin-left: -250px;
	position: absolute;
	top: 30px;
	left: 50%;
	color: white;
	font-size: 30px;
}

#menu {
	background:#4C205C;
	position:relative;
	margin:0 auto;
	padding:auto;
	min-width:950px;
	height:40px;
	color:#ffffff;
	font-size:15px;
	z-index:20;
	box-shadow:0px 10px 100px rgba(0,0,0,0.6);
}

	#menu-links {
		z-index:10;
		height:100%;
		margin:auto;
		padding:auto;
	}	
	
	#menu-links ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	
	#menu-links li {
		display:inline;
		float:left;
		margin:auto;
		padding:0;
	}	
	
	#menu-links li ul {
		display:none;
		position: absolute;
		background:#4C205C;
		border-top:1px solid #6C4F91;
		/*border-bottom:3px solid #ddbb00;*/
	}	
	#menu-links li ul li{
		display:inline;
		float:none;
	}		
	#menu-links li:hover ul{
		display:block;
	}
	
	#menu-links li a { 
		display:block;
		text-decoration:none;
		padding:12px 14px 11px;
		height: 17px;
		color:#ffffff;
	}
	
	#menu-links a:hover, #menu-links li:hover, #menu-links li.active{ 
		background:#6C4F91;
	}

#content-wrapper {
	min-height:100%;
	position:relative;
	z-index:0;
}

#content {
	padding:10px 10px 0px 10px;
	padding-bottom:32px;
	margin: 0 auto;
	margin-top: 0px;
	height:100%;
	background:#ddd;
	position:relative;
	z-index:10;
}	

#content .title em {
	float:right;
	font-size: 9px;
	padding: 7.5px;
}
	
#piedpage {
	text-align:center;
	position:absolute;
	bottom:0px;
	width:100%;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #999999;
	clear:both;
	z-index:100;
}
#piedpage-con{
	height: 100%;
	width: 100%;
	margin: auto;
	padding: auto;
}

#catmat{
	width: 100%;
}
#catmat td{
	background-color: #4C205C;
	border-radius: 4px;
	padding: 0px 10px;
	text-align: center;
}

#catmat td:hover{
	background-color: #6C4F91;
}

#catmat td.active{
	background: #6C4F91;
}

#content .title{
	margin-top: 20px;
	color: #4C205C;
	width: 99%;
	border-bottom: 1px solid #4C205C;
}

#catmat a , #catmat a:visited {
	color: #ffffff;
	text-decoration: none;
}

#catmat a{
	display:block;
	width: 100%;
	padding: 10px;
}

.article{
	border-bottom:2px solid #999;
		background:#bbb;
		padding:3px 5px;
}

#content .title a{
	width:100%;
	font-size: 19px;
	text-decoration: none;
	color: #4C205C;
}

#content .title a:hover{
	color: #6C4F91;
	text-decoration: none;
}

.success, .failure {
	width: 930px;
	margin: auto;
	color: white;
	padding: 10px;
	font-size:20px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 4px;
	position:relative;
	cursor:pointer;
}
.success {
	background-color: #00dd00;
}
.failure {
	background-color: #dd0000;
}
.close {
	position:absolute;
	top:0px;
	right:5px;
	text-align:right;
	padding:5px;
	display:none;
	font-size:10px;
}
.success:hover .close, .failure:hover .close{
	display:block
}

textarea.ckeditor {
	width:950px;
	height:370px;
}

input[type=text], input[type=password], textarea, select {
	padding:2px;
	border:none;
	background:#f5f5f5;
}

select {
	font-size:17px;
}

#content input[type=text],#content input[type=password] {
	width:300px;
	font-size:20px;
}
#content input[name='street']{ width: 200px; }

.submit {
	padding:8px 20px;
	background:#666;
	color:#ffffff;
	font-size:16px;
	border:1px solid #000;
}

.ckbutton {
	border: none; 
	font-size: 24px; 
	padding:10px;
	width: 100%; 
	background: #333;
	color:#ffffff;
}

#tableadmin {
	width:100%;
	text-align:center;
	width:950px;
	margin:0 auto;
	display:table;
}

#tableadmin th{
	background: #ffffff;
	text-align: center;
}

#tableadmin tr{
	background: #e8e8e8;
}

#tableadmin tr:first-child  th {
	width:200px;
	font-size:40px;
}
#tableadmin tr th:first-child {
	width:200px;
	padding:5px;
}
#tableadmin td {
	padding:0px;
}

#tableadmin td a{
	width:100%;
	height:100%;
	display:block;
	color:blue;
	padding:5px 0;
	text-decoration:none;
	margin:0px;
}
#tableadmin td a:hover{
	background: #e0e0e0;
}

.addim{
	text-align: center;
}

.customtitle{
	background: -moz-linear-gradient(left,  rgba(229,229,229,0) 0%, rgba(229,229,229,0.8) 15%, rgba(229,229,229,1) 19%, rgba(229,229,229,1) 20%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 80%, rgba(229,229,229,1) 81%, rgba(229,229,229,0.8) 85%, rgba(229,229,229,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,0)), color-stop(15%,rgba(229,229,229,0.8)), color-stop(19%,rgba(229,229,229,1)), color-stop(20%,rgba(229,229,229,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(80%,rgba(229,229,229,1)), color-stop(81%,rgba(229,229,229,1)), color-stop(85%,rgba(229,229,229,0.8)), color-stop(100%,rgba(229,229,229,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(229,229,229,0.8) 15%,rgba(229,229,229,1) 19%,rgba(229,229,229,1) 20%,rgba(255,255,255,1) 50%,rgba(229,229,229,1) 80%,rgba(229,229,229,1) 81%,rgba(229,229,229,0.8) 85%,rgba(229,229,229,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(229,229,229,0.8) 15%,rgba(229,229,229,1) 19%,rgba(229,229,229,1) 20%,rgba(255,255,255,1) 50%,rgba(229,229,229,1) 80%,rgba(229,229,229,1) 81%,rgba(229,229,229,0.8) 85%,rgba(229,229,229,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(229,229,229,0.8) 15%,rgba(229,229,229,1) 19%,rgba(229,229,229,1) 20%,rgba(255,255,255,1) 50%,rgba(229,229,229,1) 80%,rgba(229,229,229,1) 81%,rgba(229,229,229,0.8) 85%,rgba(229,229,229,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(229,229,229,0) 0%,rgba(229,229,229,0.8) 15%,rgba(229,229,229,1) 19%,rgba(229,229,229,1) 20%,rgba(255,255,255,1) 50%,rgba(229,229,229,1) 80%,rgba(229,229,229,1) 81%,rgba(229,229,229,0.8) 85%,rgba(229,229,229,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-9 */
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
}

#remise{
	width:950px;
	margin:0 auto;
	display:table;
}

#remise th{
	font-weight: bold;
	padding: 5px 0;
	font-size: 14px;
	background: #fff;
}

#remise td{
	padding:  5px 5px;
	background-color: #e8e8e8;
}

.blogarticle{
	word-wrap: break-word;
	padding: 5px 0;
}

#logon{
	color: #ffffff;
	float: right;
}

#logon input[type=text], #logon input[type=password]{
	width: 150px;
}

#logon input[type=submit]{
	background: #4C205C;
	color: #ffffff;
	border-radius: 3px;
	border: 1px solid #6C4F91;
	margin: 0 0 10px 0;
	padding: 5px;
}

#logon form{
	margin: 15px 0;
	font-size: 12px;
}