/***** pour le 3 colonnes *****/

#cadre_principal
{
	padding: 0 0 0 10px;
}

#contenu
{
	width: 370px;
	/* padding: 0 0 0 10px; */
}

#sidebar-2
{
	background-color: #fff;
	display: block;
	float: right;
	height: 100%;
	margin: #0;
	overflow: hidden;
	padding: 0 0 30px 0;
	width: 197px;
}

.urgence
{
	color: #ea1200;
}

/* print media section */

@media print
{
	/* print styles for DNN*/
	#cadre_principal
	{
		margin: 0;
		width: auto;
	}
	
	#contenu
	{
		padding: 0;
		width: auto;
	}

	#sidebar-2
	{
		display: none;
	}
/* close @media print */
}

/*popup*/

/*******************
FONTS
*******************/

@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

/*******************
SELECTION STYLING
*******************/
.heading {
	width:100%;
	top:0;
	position:fixed;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
	font-family: Georgia, Times, serif;
	font-weight:normal;
	font-size:40px;
	color:#FFFFFF;
	text-shadow:0 2px 2px #333;
	}

#update-wrapper {
	display:none;
	width: 420px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -210px;
	margin-top: -200px;
	z-index: 999;
}

#update-obscur{
	display:none;
	background-color: #303030;
	opacity: 0.8;
	filter:alpha(opacity=80);
	width: 100%;
	height: 100%;
	margin: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 998;
}


.gradient {
	display:none;
	/* Center Positioning */
	width: 600px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	
	/* Fallback */ 
	background-image: url(img/gradient.png) no-repeat; 
	
	/* CSS3 Gradient */
	background-image: -webkit-gradient(radial, 0% 0%, 0% 100%, from(rgba(213,246,255,1)), to(rgba(213,246,255,0)));
	background-image: -webkit-radial-gradient(50% 50%, 40% 40%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -moz-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -ms-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -o-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
}

/*******************
LOGIN FORM
*******************/

.popup{
	display:block;
	width: 420px;
	margin: 0 auto;
	position: fixed;
	z-index:5;
	
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*******************
HEADER
*******************/

.popup .update-header {
	padding: 20px 30px 30px 30px;
}

 h1 {
	font-family: Arial; 
	/*font-family: 'Bree Serif', serif;*/
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

.popup .update-header span {
	font-family: Arial; 
	font-size: 14px;
	line-height: 16px;
	color: rgb(100,100,100);
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-top:18px;
}

/*******************
CONTENT
*******************/

.popup .content {
	padding: 0 30px 25px 30px;
}

/*box close*/
a.boxclose{
    float:right;
    margin-top:-30px;
    margin-right:-43px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    -moz-border-radius:30px;
	-webkit-border-radius:30px;  
	-khtml-border-radius:30px;
    background: #605F61;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;  
    /*padding: 11px 3px;*/
    padding: 13px 6px;
    text-decoration: none;      
}
