/**************************/
/** 		CSS			 **/
/**************************/

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #4E4E4E;
	background: #FFFFFF url(http://www.cinaps.tv/img/css/www_fond.png) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

p img {
	margin-right: -160px;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #4E4E4E;
	text-transform: none; 
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #006ED7;
	text-transform: none; 	
	text-decoration: none;
}


/**********************/
/** 	GLOBAL 		 **/
/**********************/

#globalwww {
	position: absolute;
	width: 850px;
	left: 50%;
	margin: 0 auto 0 -400px;
	text-align: center;
	background: url("http://www.cinaps.tv/img/css/www_home_fond.png") repeat-y;
}

#globalwwwombregauche {
	position: absolute;
	width: 25px;
	height: 850px;
	left: 0px;
	background: url("http://www.cinaps.tv/img/css/www_home_fond_haut.png") top left no-repeat;
}

#globalwwwombredroite {
	position: absolute;
	width: 25px;
	height: 850px;
	right: 0px;
	background: url("http://www.cinaps.tv/img/css/www_home_fond_haut.png") top right no-repeat;
}

#insidewwwcontenue {
	position: relative;
	width: 800px;
	min-height: 850px;
	margin-left: 25px;
	margin-right: 25px;
	background: #D5D5D5 url("http://www.cinaps.tv/img/css/www_home_fond_haut.png") -25px 0px no-repeat;
}

/*****************/
/** BAS DE PAGE **/
/*****************/


#basdepage {
	width: 850px;
	height: 50px;
	background: #FFFFFF url("http://www.cinaps.tv/img/css/www_home_fond_bas.png") no-repeat top;
	clear: both;

	text-align: right;
	color: #55555;
}

#basdepage p {
	margin-right: 35px;
	margin-top: 1px;
}

#basdepage a {
	font-weight: bold;
	color: #4E4E4E;
	text-transform: none; 
	text-decoration: none;
}

#basdepage a:hover {
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: underline;
}

/************* CSS #globalNav  *************/

#globalNav{
color: #CCCCCC;
padding: 0px 0px 0px 10px;
white-space: nowrap;
text-decoration: none;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 1px 4px 1px 4px; 
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	}

#globalNav a:visited{
	padding: 1px 4px 1px 4px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

#globalNav a:hover{
	padding: 1px 4px 1px 4px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	background-color: #F1F1F1;
}

