@import url(_elements.css);
@import url(navigation_elements.css);
@import url(menuBas.css);

*html img,
* html .png{
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "wp-content/themes/cenec/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}

* {
	border:0 none;
	font-style:normal;
	margin:0;
	padding:0;
	text-decoration:none;
} 

body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#BCC1C3 url(images/bg-page.png) repeat-x scroll 0 0;
	font-family:Verdana,sans-serif;
	font-size:65%;
	line-height:160%;
}
img {
	border:0 none;
	vertical-align:bottom;
}
.Style1 {
	color: #0066CC;
	font-weight: bold;
}
.Style2 {
	color: #0066CC;
}
#page {
	font-family:Verdana,sans-serif;
	margin:10px auto;
	position:relative;
	width:990px;
}

#logo {
	margin:0;
	float:left;
	z-index:500;
}
#logo a{
	/*float:left;*/
	z-index:500;
}
#studient {
	margin-left:5px;
	float:left;
}

#studient .imgbox{
	margin:5px;
	float:left;
}

#studient a {
	color:#ffffff;
}

.etudiant-box {
	color:#FFFFFF;
	left:10px;
	position:absolute;
	top:100px;
	width:353px;
}
.international-box {
	color:#FFFFFF;
	left:10px;
	position:absolute;
	top:302px;
	width:323px;
}
.formation-box {
	color:#FFFFFF;
	left:654px;
	position:absolute;
	top:101px;
	width:449px;
}
.entreprise-box {
	color:#FFFFFF;
	left:667px;
	position:absolute;
	top:302px;
	width:321px;
}

#nested ul {
	margin:0 0 0 0;
	padding:0;
	width:100%;
}

ul {
	color:#616161;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0 5px 5px;
}

#sidebar1 {
	display:none;
}

#sidebar2 {
	float:left;
	margin:0px 0 15px -250px;
	width:200px;
	min-height:485px;
	z-index:1000;
}

ul.menudroit {
	float:left;
	margin:20px 0 5px 5px;
	width:240px;
}

#content {
	color:#001F3D;
	font-size:1em;
	width:990px;
	min-height:600px;

}
.entry  {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FDFDFD none repeat scroll 0 0;
	float:left;
	margin-left:5px;
	width:985px;
	min-height:600px;
		_height:600px;
		background-color:#fdfdfd;
}


.post {
	padding:0 10px 10px 10px;
	min-height:485px;
}
/*
.border {
	border-right:1px solid #001F3D;
	min-height:485px;
	padding-right:5px;
}
*/
.blocactu {
	padding:0 245px 10px 10px;
	min-height:485px;
	height:expression(document.body.clientHeight < 520 ? "520px" : "auto");
}

.sousbloc {
	border-right:1px solid #001F3D;
	min-height:485px;
	width:720px;
}

.actu {
	margin-bottom:25px;
	padding-right:15px;
}

.dateactu {
	color:#001F3D;
	border-bottom:1px dotted #001F3D;
	float:left;
	font-style:italic;
	font-weight:bold;
	width:100%;
	margin-bottom:5px;
}

.plus { /*lien en savoir plus*/
	text-align:right;
	color:#86B701 !important;
	margin:0px 15px 0px 520px;
}

.extrait {
	margin:10px 20px 20px 20px;
	color:#001F3D;
}
.actu h2 {
	font-size:20px;

}
.actu a:link{
	color:#3d292a;
	text-decoration:none;
}
/*CSSEditor|content,link|Lien déjà visité*/
.actu a:visited{
	color:#3d292a;
}
/*CSSEditor|content,link|Lien actif*/
.actu a:hover, a:active{
	color:#3d292a;
	text-decoration:underline;
}

.navigactu {
	margin-bottom:15px;
}

.alignleft {
	float:none;
	text-align:left;
}

.alignright{
	float:none;
	margin-right:10px;
	text-align:right;
}

#footer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/bg-footer.gif) no-repeat scroll left top;
	border-bottom:0 solid #CDCDCD;
	border-top:0 solid #CDCDCD;
	float:left;
	height:20px;
	margin:0 0 0 5px;
	padding:5px 0;
	text-align:center;
	width:985px;
}

#signature {
	color:#0C4271;
	font-weight:bold;
	text-align:center;
}

.btn {
	border:2px dotted #038ECF;
	background-color:#001F3D;
	color:#ffffff !important;
	padding:5px;

}