/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(http://ccmprivee.com/uploads/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fff;

}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#main {
	width: 858px;
	overflow: hidden;
	margin: 0 auto;
}

div#logo {
	width: 300px;
	height: 82px;
	float: left;
	margin: 0 0 0 22px;
	padding: 15px 0 0 0;
}

div#login-button {
	float: right;
	margin: 40px 10px 0 0;
}

div#login-button a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px 25px;
	background-color: #333;
	border: solid 1px #ccc;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 2px 2px 5px #000;
	background: rgb(206,220,231); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}

div#login-button a:hover {
	background: rgb(89,106,114); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(89,106,114,1) 0%, rgba(206,220,231,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,106,114,1)), color-stop(100%,rgba(206,220,231,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#596a72', endColorstr='#cedce7',GradientType=0 ); /* IE6-9 */
}

div#content {
	width: 858px;
	overflow: hidden;
	float: left;
	/*background-image: url([[root_url]]/uploads/images/central-bg.png);
	background-repeat: no-repeat;*/
	background-color: #333;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div#menu {
	width: 828px;
	height: 49px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin: 25px 0 0 20px;
}

div#menu a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #4f81bd;
	border: solid #385d8a 3px;
	margin-right: 5px;
}

div#menu a:hover {
	background-color: #253d59;
	border: solid #4f81bd 3px;
}

div#main_image {
	width: 418px;
	height: 554px;
	float: left;
	margin: 0 0 0 20px;
}

div#main_content {
	width: 370px;
	height: 524px;
	overflow: auto;
	float: left;
	padding: 15px 15px 15px 25px;
	background-color: #fff;
	background-image: url(../uploads/images/central-bg.jpg);
	background-repeat: no-repeat;
}

.title {
	height: 30px;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div#footer {
	width: 828px;
	float: left;
	margin: 20px 22px 20px 0;
	color: #fff;
	font-size: 12px;
	text-align: right;
}

div#footer a {
	color: #333;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

/* CLASSES */

.align_left_border {
	border: solid 2px #ccc;
	float: left;
	margin: 0 5px 3px 0;
}

.buttons_container {
	position: absolute;
	width: 300px;
	top: 335px;
	margin: 0 0 0 15px;
}

.buttons a {
	float: left;
	clear: both;
	color: #333;
	background-color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 20px;
	margin: 5px 3px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-image: url(../uploads/images/bg-btn.png);
	background-repeat: repeat-x;
	border: solid 1px #fff;
	-webkit-box-shadow: 3px 3px 5px 1px;
	-moz-box-shadow: 3px 3px 5px 1px;
	box-shadow: 3px 3px 5px 1px;
}

.buttons a:hover {
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	border: solid 1px #333;
}