28172 sujets

CSS et mise en forme, CSS3

bonjour tout le monde, j'ai un souci pour centrer un cadre, enfin ça marche nickel sous Firefox (exemple) alors que sous ie je n'arrive pas à centrer mon cadre (exemple).

Voici mon code css :

body{
margin-top:0;
margin-left: 0;
margin-right: 0;
font-family: verdana,sans-serif;
font-size: 13px;
text-align: justify;
word-spacing: 0pt;
line-height: 1.5;
background-color: #FFFFFF;
color: #000000;
}

a {
	color:#606c88;
	text-decoration:underline;
}
a:hover {
	color:#606c88;
	text-decoration:none;
}

img {
	border: 0px;
}

#header {
	width: 100%;
	height: 100px;
	background: url('./header_app.jpg');
}

#corps {
	margin: 0px auto;
	padding: 6px 6px 6px 6px;
	width: 1000px;
	border-bottom: 1px solid #606c88;
	border-left: 1px solid #606c88;
	border-right: 1px solid #606c88;
	background-color: FFFFFF;
}

#menu {
	margin: 0px auto 0px;
	padding: 6px 6px 6px 6px;
	width: 1000px;
	border-left: 1px solid #606c88;
	border-right: 1px solid #606c88;
	background-color: FFFFFF;
	text-align: right;
}

.titre{
	color: #3f4c6b;
	font-weight: bold;
}

.haut {
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	font-size:  1.8em;
	left: 130px;
	top: 30px;
}



Alors j'avais trouvé une parade <center></center> mais elle est nul car elle aussi tous ce qui se trouve dans le cadre, j'ai besoin d'aide, merci Smiley smile